On 31/03/2009 12:24 AM, jo wrote:
What is the best way to solve this conflict ?

from pylab import *
d:\python25\lib\site-packages\pytz\__init__.py:29: UserWarning: Module 
pywintypes was already imported from C:\WINDOWS\system32\pywintypes25.dll, but 
d:\python25\lib\site-packages\pywin32-210-py2.5-win32.egg is being added to 
sys.path
   from pkg_resources import resource_stream
d:\python25\lib\site-packages\pytz\__init__.py:29: UserWarning: Module 
pythoncom was already imported from C:\WINDOWS\system32\pythoncom25.dll, but 
d:\python25\lib\site-packages\pywin32-210-py2.5-win32.egg is being added to 
sys.path
   from pkg_resources import resource_stream

Probably to remove the .egg install of pywin32-210 (check easy-install.pth for references to that .egg too) and stick with the .exe installers from sourceforge (.egg installers for pywin32 aren't 'official' (ie, released by me) yet...)

Cheers,

Mark.
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to