office-gobmx/pyuno
Michael Stahl 288c8b9d59 adapt path for test.dll for WNT
Change-Id: I4d7cb081805213f55ae69c4ade8638bbfc06f0c4
2013-04-21 15:00:51 +02:00
..
demo
doc
inc/pyuno
source adapt path for test.dll for WNT 2013-04-21 15:00:51 +02:00
zipcore python3: put an RPATH into python binary ... 2013-04-19 16:16:34 +02:00
CustomTarget_python_bin.mk
CustomTarget_python_shell.mk python3: put an RPATH into python binary ... 2013-04-19 16:16:34 +02:00
CustomTarget_zipcore.mk
Executable_python_wrapper.mk
Library_pythonloader.mk
Library_pyuno.mk
Library_pyuno_wrapper.mk
Makefile
Module_pyuno.mk
Package_python_bin.mk
Package_python_scripts.mk
Package_python_shell.mk
Package_pyunorc.mk
Package_zipcore.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.