office-gobmx/pyuno
Tor Lillqvist 43df436f60 WaE: Fix needed with MSVS 2010, too
Change-Id: I1d1da64b14139c1d90ac07685f3fe88e99253815
2012-12-25 10:55:29 +02:00
..
demo
doc
inc/pyuno
prj
source WaE: Fix needed with MSVS 2010, too 2012-12-25 10:55:29 +02:00
zipcore
CustomTarget_python_bin.mk
CustomTarget_python_shell.mk
CustomTarget_pyversion.mk
CustomTarget_zipcore.mk
Executable_python_wrapper.mk
Library_pythonloader.mk
Library_pyuno.mk
Library_pyuno_wrapper.mk
Makefile
Module_pyuno.mk .mk files don't need executable bits 2012-06-22 22:39:28 +02:00
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.