office-gobmx/pyuno
Tor Lillqvist 7a8db272e9 Start hacking --enable-canonical-installation-tree-structure back into shape
Had been totaly broken by the recent changes. (Which is fine, it is
just an experimental hack anyway, I am not sure whether it will ever
be used in anger. Just a pet peeve of mine, I dislike seeing
libraries, configuration files, resources etc mixed together in one
"program" folder, especially on OS X, where the convention is to have
app-specific dylibs and frameworks in "Frameworks", and resource files
in "Resources". But this is not any requirement as such; there are
apps in the Mac App Store that blatantly "break" this convention.)

Basically, replace uses of gb_PROGRAMDIRNAME and
gb_Package_PROGRAMDIRNAME with more specific LIBO_FOO_FOLDER, which
for normal builds all expand to the same "program" anyway.

Change-Id: I16c2b3351caa00e251e229aafbccb8346042d3c1
2013-09-25 22:13:23 +02:00
..
demo
doc
inc/pyuno
source gbuild: remove libraries from OUTDIR and WORKDIR 2013-09-22 11:08:31 +02:00
zipcore
CustomTarget_python_shell.mk
CustomTarget_zipcore.mk
Executable_python_wrapper.mk pyuno: rename the python wrapper executable 2013-09-22 11:08:31 +02:00
Library_pythonloader.mk
Library_pyuno.mk
Library_pyuno_wrapper.mk
Makefile
Module_pyuno.mk
Package_python_scripts.mk Try to fix cross-compilation 2013-09-23 00:54:43 +03:00
Package_python_shell.mk Start hacking --enable-canonical-installation-tree-structure back into shape 2013-09-25 22:13:23 +02:00
Package_zipcore.mk
Rdb_pyuno.mk
README

UNO bindings for the Python programming language.

To have much joy debugging python extensions you need to:
  a) edit pythonloader.py in your install setting DEBUG=1 at the top
  b) touch pyuno/source/module/pyuno_runtime.cxx and 'make debug=true' in pyuno

Then you'll start to see your exceptions on the console instead of them getting
lost at the UNO interface.