office-gobmx/pyuno
Stephan Bergmann 50bd5c11f5 wsprintf is broken by design and never writes more than 1024 characters
Change-Id: I791e55bb5d98ee82c01271dcebafa7c4672cd424
2013-11-29 17:26:54 +01:00
..
demo
doc
inc/pyuno
source Fix different typos for "unknown" 2013-11-25 22:05:13 +01:00
zipcore wsprintf is broken by design and never writes more than 1024 characters 2013-11-29 17:26:54 +01:00
CustomTarget_python_shell.mk ENABLE_MACOSX_MACLIKE* Harmonize ENABLE_* variable to TRUE/<nothing> 2013-08-30 23:02:44 -05: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 pyuno: rename the python wrapper executable 2013-09-22 11:08:31 +02: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 pyuno: Revert 5589c72b88 2013-07-08 12:18:09 +02:00
Makefile
Module_pyuno.mk pyuno: this rc file seems to be unused 2013-09-09 22:09:04 +02:00
Package_python_scripts.mk gbuild: set Package default target to INSTDIR 2013-10-28 20:17:26 +01:00
Package_python_shell.mk gbuild: set Package default target to INSTDIR 2013-10-28 20:17:26 +01:00
Package_zipcore.mk gbuild: set Package default target to INSTDIR 2013-10-28 20:17:26 +01:00
Rdb_pyuno.mk gbuild: remove gb_Rdb__get_final_target 2013-09-12 14:39:00 +02: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.