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 quiet external module build log unless failure 2013-02-22 08:25:56 +00:00
Executable_python_wrapper.mk gbuild: fix silly "expandtabs" in makefile VIM modelines 2013-01-26 22:20:07 +01:00
Library_pythonloader.mk gbuild: fix silly "expandtabs" in makefile VIM modelines 2013-01-26 22:20:07 +01:00
Library_pyuno.mk gbuild: fix silly "expandtabs" in makefile VIM modelines 2013-01-26 22:20:07 +01:00
Library_pyuno_wrapper.mk sal: new ZipPackage_sal_odk_headers for public ODK headers 2013-02-27 01:33:18 +01:00
Makefile
Module_pyuno.mk gbuild: fix silly "expandtabs" in makefile VIM modelines 2013-01-26 22:20:07 +01:00
Package_python_bin.mk
Package_python_scripts.mk Get rid of (most uses of) GUI 2012-12-25 17:53:25 +00:00
Package_python_shell.mk
Package_pyunorc.mk
Package_zipcore.mk clean up PYTHON related version etc. variables: 2012-11-27 16:57:19 +01:00
README add help on python debugging. 2012-09-18 21:05:48 +01:00

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.