On Wed, 08 Apr 2009 16:31:52 -0500, Jan Holst Jensen <[email protected]> wrote:

Dear list.

I have a working Python UNO component wrapped up as an .OXT extension. However, it needs to interface to a C++ shared library in its final version.

I have the final python code working on the command line on Linux, where I interface to the shared library via ctypes in Python 2.5. But my OpenOffice 3.0.1 on Windows runs a Python 2.3.4 that does not have ctypes built-in :-/.

What are best practices for deploying ctypes along with an extension ? Can it be made to play nice with older OpenOffice versions as well - depending on their Python versions of course ?

Kind regards
-- Jan Holst Jensen

for a while we been trying to migrate OOo to Python 2.6, hopefully we can count on your help to make sure that everything compiles including ctypes.


--
Alexandro Colorado
CoLeader of OpenOffice.org ES
http://es.openoffice.org

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to