office-gobmx/pyuno
David Tardon 2e9ec0a8bc simplify processing of python.sh
Change-Id: I583407233fad1f7aaccc137642e5f134c3ba2874
2013-01-01 13:15:01 +01:00
..
demo
doc
inc/pyuno
prj
source Check for __GNUC__ instead of GCC in sources 2012-12-27 13:38:15 +02:00
zipcore simplify processing of python.sh 2013-01-01 13:15:01 +01:00
CustomTarget_python_bin.mk
CustomTarget_python_shell.mk simplify processing of python.sh 2013-01-01 13:15:01 +01:00
CustomTarget_zipcore.mk Get rid of (most uses of) GUI 2012-12-25 17:53:25 +00:00
Executable_python_wrapper.mk just pass the define through -D 2013-01-01 13:15:01 +01:00
Library_pythonloader.mk
Library_pyuno.mk
Library_pyuno_wrapper.mk Get rid of (most uses of) GUI 2012-12-25 17:53:25 +00:00
Makefile
Module_pyuno.mk just pass the define through -D 2013-01-01 13:15:01 +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
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.