ImportError: No module named getopt

Fredrik Lundh fredrik at pythonware.com
Thu Nov 23 10:51:18 EST 2006


"prashant" wrote:

> I am actually using Cygwin to run a python script.
> I have python 2.5 installed. But when i ran the command mentioned by
> you... I see that it is looking in the wrong directories... how can i
> change these look up directories?

is PYTHONHOME perhaps set to the wrong thing?

if not, you can point it to the root of your Python installation.  use "python -h"
for more alternatives.

</F> 






More information about the Python-list mailing list