-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Thanks for this great software!
I am trying to use it. Followed the wiki. Found:
pyzoPyUNOWorkspace had to be put under *C:\Program Files\pyzo\source\pyzo\tools*
Because the path mentioned in the wiki does not exist.
When I try to enable pyzoPyUNOWorkspace, I got:
Invalid tool pyzopyunoworkspace: No module named 'sqlite3'
Type "import sqlite3" in the default python shell, no problem.
But in LO shell, I got:
Traceback (most recent call last):
File "", line 1, in
File "C:\Program Files\LibreOffice\program\uno.py", line 345, in _uno_import
return _builtin_import(name, *optargs, **kwargs)
ModuleNotFoundError: No module named 'sqlite3'
I am using:
LibreOffice v7.1.0.3 (include python 3.8.4) 64bit
Windows 10 64bit
Python 3.8.4 64bit
pyzo 4.11.2 win32, its logger says Python 3.9.0 on win32.
Am I doing something wrong please?
Best regards
Yardern