Re: [Python-Dev] python 3.4 and pywin32

2014-03-24 Thread Thomas Heller
Am 22.03.2014 00:25, schrieb Nick Coghlan: On 22 March 2014 05:46, Thomas Heller wrote: With python 3.4 and pywin32 version 218 it is only possible to import win32com or win32api when pywintypes has been imported before. I have no idea if this is a bug in pywin32 or in Python 3.4. Does anyone

Re: [Python-Dev] python 3.4 and pywin32

2014-03-21 Thread Nick Coghlan
On 22 March 2014 05:46, Thomas Heller wrote: > With python 3.4 and pywin32 version 218 it is only possible > to import win32com or win32api when pywintypes has been imported before. > > I have no idea if this is a bug in pywin32 or in Python 3.4. > Does anyone know more? Do you have a traceback f

[Python-Dev] python 3.4 and pywin32

2014-03-21 Thread Thomas Heller
With python 3.4 and pywin32 version 218 it is only possible to import win32com or win32api when pywintypes has been imported before. I have no idea if this is a bug in pywin32 or in Python 3.4. Does anyone know more? Thanks, Thomas ___ Python-Dev mail