OpenOffice plugin error
I'm happily using Zotero with OpenOffice 2.4.1 on one computer, but on another I get a BASIC error when trying to insert a reference or set document preferences:
Shell ("osascript -e 'tell application " & Chr(34) & sWindow & Chr(34) & " to activate'")
Also a little window opens that says "BASIC runtime error. File not found."
When I run oowriter in the command line I see:
checking for existence of ~/.ooo-2.0/user/uno_packages/cache/uno_packages/M0ESqn_/Zotero.oxt/Scripts/pythonpath.zip
and in fact this file doesn't exist. The Scripts directory has only ZoteroRPC.py
Looking at the computer that works, I don't see the pythonpath.zip either.
Gentoo has a PYTHONPATH set for the base system, but unsetting it in a shell doesn't help. I don't know what else to try...
TIA
Shell ("osascript -e 'tell application " & Chr(34) & sWindow & Chr(34) & " to activate'")
Also a little window opens that says "BASIC runtime error. File not found."
When I run oowriter in the command line I see:
checking for existence of ~/.ooo-2.0/user/uno_packages/cache/uno_packages/M0ESqn_/Zotero.oxt/Scripts/pythonpath.zip
and in fact this file doesn't exist. The Scripts directory has only ZoteroRPC.py
Looking at the computer that works, I don't see the pythonpath.zip either.
Gentoo has a PYTHONPATH set for the base system, but unsetting it in a shell doesn't help. I don't know what else to try...
TIA
Const ZMAC = True 'Mac
Since I'm not on a Mac, I changed that to False and the problem disappeared. This change appeared as well in the file
~/.ooo-2.0/user/uno_packages/cache/uno_packages/M0ESqn_/Zotero.ox
t/Zotero/Zotero.xba
Strange that it came about in the first place...