office-gobmx/pyuno
Kevin Hunter f2471280c7 Test for fdo#74824.
The bug in question crashed LibO when inserting a group of cells.
This bug was quashed, per se, by commit
07e2c31831, but it occurs to me that at
least the particular functionality of inserting a group of cells could
use more testing.

Change-Id: Icdbfff86fb0265eef325bcc94d9fc9f3e9e38413
2014-02-20 12:01:34 +01:00
..
demo
doc
inc/pyuno
qa/pytests Test for fdo#74824. 2014-02-20 12:01:34 +01:00
source
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_wrapper.mk
Library_pythonloader.mk
Library_pyuno.mk
Library_pyuno_wrapper.mk
Makefile
Module_pyuno.mk Test for fdo#74824. 2014-02-20 12:01:34 +01:00
Package_python_scripts.mk
Package_python_shell.mk
Package_zipcore.mk
PythonTest_pytests.mk Test for fdo#74824. 2014-02-20 12:01:34 +01:00
PythonTest_pyuno_pytests_insertremovecells.mk Test for fdo#74824. 2014-02-20 12:01:34 +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.