Re: [PythonCE] Comtypes installation problem...

2008-06-27 Thread Alexandre Delattre
Hi, By the time I wrote pypoom, comtypes (version 0.3 if I remember well) worked out of the box on WinCe. Sergei, if you send me your tweaked version of comtypes, I think I'll be able to replace your "comments" with more portable statements like : If os.name == 'ce': ... , or so. And then subm

Re: [PythonCE] Comtypes installation problem...

2008-06-27 Thread David Goncalves
Hi, By the time I wrote pypoom, comtypes (version 0.3 if I remember well) worked out of the box on WinCe. Sergei, if you send me your tweaked version of comtypes, I think I'll be able to replace your "comments" with more portable statements like : If os.name == 'ce': ... , or so. And then su

Re: [PythonCE] Comtypes installation problem...

2008-06-27 Thread Sergei Golubchik
Hi! On Jun 27, Alexandre Delattre wrote: > Hi, > > By the time I wrote pypoom, comtypes (version 0.3 if I remember well) > worked out of the box on WinCe. > > Sergei, if you send me your tweaked version of comtypes, I think I'll > be able to replace your "comments" with more portable statements

Re: [PythonCE] Comtypes installation problem...

2008-06-27 Thread Alexandre Delattre
Nice, Maybe there some other part of comtypes that would require the missing SafeArrayGetIID function and would fail at runtime (I mean some functions or classes that use this internally). I'll have a little search through the code and use a os.name switch if necessary. Best regards, Alexandre