Re: Comtypes installation problem...
Thomas Heller <[email protected]> Thu, 26 Jun 2008 18:46:35 +0200
| Newsgroups | gmane.comp.python.windows-ce |
|---|---|
| Message-ID | <[email protected]> |
David Goncalves schrieb: > 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". > > When i do a "import comtypes" to check if everything is ok, i > get the following message : > > function "SafeArrayCreateVectorEx" not found > with a lot of debug informations... comtypes uses functions that do not exist on WinCE, and I haven't yet found the time to fix that. If someone would like to provide patches that keep the Windows functionality intact, please go ahead (although I will be in vacation the next two week, starting tomorrow. -- Thanks, Thomas