How do I run HarvestMan?
HarvestMan is a command-line application. It has no GUI. From the 1.4 version, HarvestMan can be run by calling the main HarvestMan module as an executable script on the command-line as follows: % harvestman.py This will work, considering that you have edited your environment PATH variable to include the local HarvestMan installation directory on your machine. If you have not, you can run HarvestMan by running the harvestman.py module as an argument to the python interpreter, as follows: % python harvestman.py On Win32 systems, if you have associated the “.py” extension to the appropriate python.exe, you can run HarvestMan without invoking the interpreter explicitly. Note that this assumes that you have a config file named config.xmlin the directory from where you invoke HarvestMan. If you dont have a config file locally, you need to use the command-line options of HarvestMan to pass a different configuration file to the program.