[PythonCE] Comtypes installation problem...

David Goncalves david-pyceml at lestat.st
Fri Jun 27 14:48:23 CEST 2008


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 submit a preliminary patch to Thomas

I've done the same on the only needed file '_safearray.py'.
All the parts not working on WinCE are skipped with a

if os.name != "ce" :
     xxxxx
     xxxxx


The file is from the 0.4.2 version of comtypes.

Regards.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: _safearray.py
Type: text/x-python
Size: 4142 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/pythonce/attachments/20080627/ffb1acbd/attachment.py>


More information about the PythonCE mailing list