office-gobmx/pyuno
Stephan Bergmann 0b1be1ce0e Reintroduce pyuno.so wrapper around libpyuno.so
...it was cleaned away by a09ce46818 "Port PyUno
to support Python 3" but is still needed to make sure libpyuno.so is loaded
RTLD_GLOBAL (Python apparently loads its modules RTLD_LOCAL).  At least with
pre 4.5 GCC this can cause problems with C++ exception handling, see the mail
thread starting at
<http://lists.freedesktop.org/archives/libreoffice/2012-February/025166.html>
"LibO 3.5RC2: terminate called after throwing an instance of
'com::sun::registry::InvalidRegistryException'" for details.
2012-02-06 14:45:46 +01:00
..
demo
doc
inc/pyuno
prj
source Reintroduce pyuno.so wrapper around libpyuno.so 2012-02-06 14:45:46 +01:00
zipcore
README Added READMEs for modules related to URE, with content from the wiki 2012-02-06 05:28:46 +01:00

UNO bindings for the Python programming language.