office-gobmx/pyuno
2013-04-30 13:34:06 +01:00
..
demo
doc
inc/pyuno
source
zipcore
CustomTarget_python_bin.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
CustomTarget_python_shell.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
CustomTarget_zipcore.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Executable_python_wrapper.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Library_pythonloader.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Library_pyuno.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Library_pyuno_wrapper.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Makefile
Module_pyuno.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Package_python_bin.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Package_python_scripts.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Package_python_shell.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Package_pyunorc.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
Package_zipcore.mk Move to MPLv2 license headers, with ESC decision and author's permission. 2013-04-30 13:34:06 +01:00
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.