office-gobmx/pyuno
Caolán McNamara 7a9abd681b coverity#982756 Dereference null return value
Change-Id: I0f2ef4cb61a5774c3d2251897ee914f959ae44a8
2014-08-07 18:00:45 +01:00
..
demo
doc
inc/pyuno coverity#982760 Dereference null return value 2014-05-26 15:51:56 +01:00
qa/pytests Demystify magic ponies 2014-06-04 08:55:11 +02:00
source coverity#982756 Dereference null return value 2014-08-07 18:00:45 +01:00
zipcore
CustomTarget_python_shell.mk
CustomTarget_zipcore.mk normalize values of SYSTEM_PYTHON, SYSTEM_MYSQL_CPPCONN 2014-02-12 09:53:09 +01:00
Executable_python.mk pyuno: rename Executable_python_wrapper.mk 2014-03-03 23:44:12 +01:00
Library_pythonloader.mk
Library_pyuno.mk
Library_pyuno_wrapper.mk
Makefile
Module_pyuno.mk disable pytest_ssl on mac 2014-04-25 10:23:22 -05:00
Package_python_scripts.mk
Package_python_shell.mk
Package_zipcore.mk
PythonTest_pytests.mk add an import ssl test 2014-04-18 10:19:11 +01:00
PythonTest_pyuno_pytests_insertremovecells.mk Test for fdo#74824. 2014-02-20 12:01:34 +01:00
PythonTest_pyuno_pytests_ssl.mk test for _ssl 2014-04-24 14:12:39 +01:00
Rdb_pyuno.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.