office-gobmx/pyuno
Michael Stahl 919263362c pyuno: add python_headers external and use it for wrapper
Change-Id: Ie151a1200037b6060eab00d6f0f0889134826e5e
2012-11-27 16:57:19 +01:00
..
demo
doc
inc/pyuno
prj Switch from python to python3 2012-11-27 12:45:23 +01:00
source API CHANGE: com.sun.star.lang.IllegalArgumentException 2012-11-26 23:14:33 +01:00
zipcore Switch from python to python3 2012-11-27 12:45:23 +01:00
CustomTarget_python_bin.mk
CustomTarget_python_shell.mk clean up PYTHON related version etc. variables: 2012-11-27 16:57:19 +01:00
CustomTarget_pyversion.mk clean up PYTHON related version etc. variables: 2012-11-27 16:57:19 +01:00
CustomTarget_zipcore.mk clean up PYTHON related version etc. variables: 2012-11-27 16:57:19 +01:00
Executable_python_wrapper.mk
Library_pythonloader.mk
Library_pyuno.mk
Library_pyuno_wrapper.mk pyuno: add python_headers external and use it for wrapper 2012-11-27 16:57:19 +01:00
Makefile
Module_pyuno.mk
Package_python_bin.mk
Package_python_scripts.mk
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

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.