Re: [python-win32] 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\pyw

2009-03-31 Thread Mark Hammond
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

Re: [python-win32] Probelm with win32api dll load failed

2009-03-31 Thread Mike Driscoll
Andrew Spagnoletti wrote: Hi, ? I have developed an application with Python 2.6 and wxPython and prepared the set up using py2exe and InstallJammer. ? When I generated the installation from ?my Vista machine and then install it on an XP computer (not sure if there is any significance to the

[python-win32] Excel -- Range() not working

2009-03-31 Thread Gerald Reeder
Hello, I'm trying to get values from a non-contiguous range, specifically E5:E10,E35 Range(E5:E10,E35).Value -- only returns the values for E5:E10, ignoring E35 Range(E5:E10,E35).Address -- however returns E5:E10,E35 Range(E5:E10,E35).Count -- returns 7, which is correct I'm early-binding and