office-gobmx/pyuno
Michael Stahl b6bcbb675a replace python-core zip built in pyuno with direct use of Package
- python3: deliver files to INSTDIR, with same layout as instset
  and do not deliver .lib files
- pyuno: remove obsolete python.bin targets
- pyuno: remove usage of CustomTarget_zip for WNT and non-Mac UNX
  platforms (sadly it is apparently still needed for "system" python on
  MinGW)
- scp2: use the python3 filelist
  There is still a problem here because the installer does not currently
  allow to preserve the executable bit on files in a filelist
- RepositoryExternal: run python executable from INSTDIR
  and link against libraries in UnpackedTarball dir

Change-Id: I931ca0a8be6ff40051b1ca50da1f0770e6057832
Reviewed-on: https://gerrit.libreoffice.org/3525
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
2013-04-22 11:33:25 +00:00
..
demo
doc
inc/pyuno
source adapt path for test.dll for WNT 2013-04-21 15:00:51 +02:00
zipcore python3: put an RPATH into python binary ... 2013-04-19 16:16:34 +02:00
CustomTarget_python_bin.mk
CustomTarget_python_shell.mk python3: put an RPATH into python binary ... 2013-04-19 16:16:34 +02:00
CustomTarget_zipcore.mk replace python-core zip built in pyuno with direct use of Package 2013-04-22 11:33:25 +00:00
Executable_python_wrapper.mk
Library_pythonloader.mk
Library_pyuno.mk
Library_pyuno_wrapper.mk
Makefile
Module_pyuno.mk replace python-core zip built in pyuno with direct use of Package 2013-04-22 11:33:25 +00:00
Package_python_bin.mk
Package_python_scripts.mk
Package_python_shell.mk
Package_pyunorc.mk
Package_zipcore.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.