Unable to install pywin32 for Python 2.6.2
Gabriel Genellina
gagsl-py2 at yahoo.com.ar
Thu Sep 3 02:15:51 EDT 2009
En Thu, 03 Sep 2009 02:16:13 -0300, David Lees <debl2NoSpam at verizon.net>
escribió:
> In case anyone else has this problem, my mistake was a PYTHONPATH that
> pointed to my Python 2.5 installation. I simply changed it to:
> C:\Python26\Lib\site-packages
> and reran the Pywin32 installer and all is fine.
Assuming you installed Python into C:\Python26, then
C:\Python26\Lib\site-packages is already on your Python search path; you
don't even need to set PYTHONPATH at all.
--
Gabriel Genellina
More information about the Python-list
mailing list