Why do I get a SystemError: _PyImport_FixupExtension: module pyuno not loaded when starting the script ?
This generally happens when you still start the system’s python installation. OpenOffice.org ships a python installation (because python and the office must have been built with the identical compiler version). Please check this with ‘which python’. Simply use OpenOffice.org’s python with absolute path names, for example use /usr/local/OpenOffice.org1.1/program/python myscript.py.
Related Questions
- I am led to believe there is a limitation of 32kb on the script size that can be loaded into the OpenROAD debugger. Can this limitation be overcome and if so how?
- Why do I get a SystemError: pyuno runtime is not initialized, ... when starting the script ?
- Can I still use my companys custom written KiXtart module with Script Start?