Fix comment typo.
[LibreOffice.git] / pyuno / README
blob1138ce7b284e47b5a47ab9c7a6de2a723ffea1b5
1 UNO bindings for the Python programming language.
3 To have much joy debugging python extensions you need to:
4   a) edit pythonloader.py in your install setting DEBUG=1 at the top
5   b) touch pyuno/source/module/pyuno_runtime.cxx and 'make debug=true' in pyuno
7 Then you'll start to see your exceptions on the console instead of them getting
8 lost at the UNO interface.