Thomas,
In pypoom and when embedding activex controls in venster/ppygui I hadn't met
the need to use the SAFEARRAY type.
Regards,
Alexandre___
PythonCE mailing list
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce
David Goncalves schrieb:
> 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 :
>>
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
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
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
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
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
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
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
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
PythonCE@python.org
http://mail.python.org/mailman/listinfo/pythonce
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,
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
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,
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
15 matches
Mail list logo