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 infor
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)
Hi,
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).
You would have to recompile especially for WinCE, which would be
'difficult'.
You are much better off using ctypes for PythonCE, which comes with the
Hi!
On Jun 26, David Goncalves wrote:
> Hi,
>
>> 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). You would have to recompile especially for WinCE, which
>> would be 'difficult'. You are much better off
Hi,
I've commented out all unknown API functions and could make pypoom
working and happily accessing the addressbook.
Nice tip !
I'll try it.
Thanks.
___
PythonCE mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pythonce
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 a
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 "SafeArrayCreateVec
Thomas Heller wrote:
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
(wi
Thomas Heller wrote:
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
(wi