Files
loongoffice/pyuno
Thomas Arnhold a81a079305 pyuno: fix warnings with system python 3.4.0
warning: missing initializer for member '_typeobject::tp_finalize' [-Wmissing-field-initializers]

Change-Id: I7ab82025fd8c2f0d8fa4943690a217c4a4dc369d
2014-05-19 20:04:22 +02:00
..
2014-04-24 14:31:24 +01:00
2014-04-25 10:23:22 -05:00
2014-04-18 10:19:11 +01:00
2014-04-24 14:12:39 +01:00

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.