Re: Comtypes installation problem...
Thomas Heller <[email protected]> Thu, 26 Jun 2008 18:43:34 +0200
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
Michael Foord schrieb: > David Goncalves wrote: >> Hi, >> >> I'm trying to install comtypes on Python 2.5 (2007-10 release). >> I've copied the "comtypes" folder to "Program files\Python25\Lib". > > That is part of the Win32 extensions for Python which run on the desktop > (with a different CPU and different APIs to your WinCE device). No, comtypes is a pure Python COM package, based on ctypes. No need to compile anything. Thomas