office-gobmx/pyuno
Noel Grandin 2554efabb6 use comphelper::containerToSequence
in chart2, we remove a local equivalent of the method

Change-Id: I25129a3d1ea1dd724eb9cd38a57be37a78b3d100
2015-11-19 09:33:29 +02:00
..
demo
doc
inc/pyuno loplugin:nullptr (automatic rewrite) 2015-11-10 10:31:33 +01:00
qa/pytests Make PyUNO provide more Pythonic behaviour 2015-06-26 09:41:11 +00:00
source use comphelper::containerToSequence 2015-11-19 09:33:29 +02:00
zipcore configure, pyuno: stop claiming our python 3.3.5 is 3.3.3 2015-08-18 11:19:43 +00:00
CustomTarget_python_shell.mk configure, pyuno: stop claiming our python 3.3.5 is 3.3.3 2015-08-18 11:19:43 +00:00
CustomTarget_pyuno_pythonloader_ini.mk configure, pyuno: stop claiming our python 3.3.5 is 3.3.3 2015-08-18 11:19:43 +00:00
CustomTarget_zipcore.mk
Executable_python.mk configure, pyuno: stop claiming our python 3.3.5 is 3.3.3 2015-08-18 11:19:43 +00:00
Library_pythonloader.mk
Library_pyuno.mk Give PyUNO structs/exceptions their own separate type 2015-07-30 05:55:32 +00:00
Library_pyuno_wrapper.mk
Makefile
Module_pyuno.mk Make PyUNO provide more Pythonic behaviour 2015-06-26 09:41:11 +00:00
Package_python_scripts.mk
Package_python_shell.mk
Package_pyuno_pythonloader_ini.mk
Package_zipcore.mk
PythonTest_pytests.mk Make PyUNO provide more Pythonic behaviour 2015-06-26 09:41:11 +00:00
PythonTest_pyuno_pytests_insertremovecells.mk
PythonTest_pyuno_pytests_ssl.mk
PythonTest_pyuno_pytests_testcollections.mk Make PyUNO provide more Pythonic behaviour 2015-06-26 09:41:11 +00: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.