En Thu, 03 Sep 2009 02:16:13 -0300, David Lees <debl2nos...@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

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to