-
Notifications
You must be signed in to change notification settings - Fork 2
Installation
kelsa-pi edited this page Apr 16, 2019
·
13 revisions
-
Install PyUNO Workspace
Copy
pyzoPyUNOWorkspace
directory from this repo to$PYZO_INSTALL_PATH/pyzo/tools
or$USER/.pyzo/tools
directory. -
Before you get started
-
Create shell
When Pyzo starts, a default shell is created
. Type
import uno
in the default shell.If you do not see an error, go to section Configure shell.
If this is not the case you must create a new shell. In option
exe
put the location of Libre Office's Python (eg./opt/libreoffice5.4/program/python
). -
Configure shell
Set option
File run at startup
In option
startupScript
set full path tounoinspect.py
inside PyUNO workspace directory (eg.$USER/.pyzo/tools/pyzoPyUNOWorkspace/unoinspect.py
) -
Activate PyUNO Workspace
Activate plugin by going to
Tools -> PyUNO Workspace
-