Re: [python-win32] Problems importing win32com

2009-08-17 Thread Uri Faber
Original-Nachricht > Datum: Mon, 17 Aug 2009 17:04:13 +1000 > Von: Mark Hammond > An: Uri Faber > CC: [email protected] > Betreff: Re: [python-win32] Problems importing win32com > On 16/08/2009 8:14 AM, Uri Faber wrote: > > Hi, > > > >

Re: [python-win32] Problems importing win32com

2009-08-17 Thread Mark Hammond
On 16/08/2009 8:14 AM, Uri Faber wrote: Hi, I have installed pywin32-214.win32 on Vista. Python Version 2.5.2. PYTHONPATH is set to C:\Python25\Lib\site-packages\win32;C:\Python25\Lib\site-packages; Don't set PYTHONPATH - if you think you need to, something else has gone wrong which may be t

Re: [python-win32] Problems importing win32com

2009-08-15 Thread Michel Claveau
Hi! I suggest you desactivate UAC. Then reinstall Pywin32. @-salutations -- Michel Claveau ___ python-win32 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-win32

[python-win32] Problems importing win32com

2009-08-15 Thread Uri Faber
Hi, I have installed pywin32-214.win32 on Vista. Python Version 2.5.2. PYTHONPATH is set to C:\Python25\Lib\site-packages\win32;C:\Python25\Lib\site-packages; when I try to import win32com I get the following traceback: >>> import win32com Traceback (most recent call last): File "", line 1,