Installing PythonExt plug-in gives error -207
I'm trying to install the PythonExt plug-in before I install the MacWord plug-in but Firefox gives the following error message after downloading:
http://www.zotero.org/download/integration/pythonext-2.6.2.20100203-Darwin_universal.xpi
because: Not a valid install package
-207
Any suggestions?
Mac OSX 10.6.3
Firefox 3.6.3
Word for Mac 2004
Tx
http://www.zotero.org/download/integration/pythonext-2.6.2.20100203-Darwin_universal.xpi
because: Not a valid install package
-207
Any suggestions?
Mac OSX 10.6.3
Firefox 3.6.3
Word for Mac 2004
Tx
Have you tried restarting your computer?
And how are you disabling the extension if you can't open Firefox? Firefox's Safe Mode?
Careless-Piglet:~ paul$ /applications/firefox.app/contents/macos/firefox-bin
Careless-Piglet:~ paul$ /Users/paul/Library/Application Support/Firefox/Profiles/gro13w6s.default/extensions/pythonext@mozdev.org/pylib/xpcom/__init__.py:54: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
self.message = message
/Users/paul/Library/Application Support/Firefox/Profiles/gro13w6s.default/extensions/pythonext@mozdev.org/pylib/xpcom/__init__.py:62: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
message = self.message
ERROR:xpcom:Obtaining the module object from Python failed.
Traceback (most recent call last):
File "/Users/paul/Library/Application Support/Firefox/Profiles/gro13w6s.default/extensions/pythonext@mozdev.org/pylib/xpcom/server/__init__.py", line 79, in NS_GetModule
import loader, module
File "/Users/paul/Library/Application Support/Firefox/Profiles/gro13w6s.default/extensions/pythonext@mozdev.org/pylib/xpcom/server/loader.py", line 39, in <module>
from xpcom import components, nsError
File "/Users/paul/Library/Application Support/Firefox/Profiles/gro13w6s.default/extensions/pythonext@mozdev.org/pylib/xpcom/components.py", line 231, in <module>
import shutdown
File "/Users/paul/Library/Application Support/Firefox/Profiles/gro13w6s.default/extensions/pythonext@mozdev.org/pylib/xpcom/shutdown.py", line 51, in <module>
class _ShutdownObserver:
File "/Users/paul/Library/Application Support/Firefox/Profiles/gro13w6s.default/extensions/pythonext@mozdev.org/pylib/xpcom/shutdown.py", line 52, in _ShutdownObserver
_com_interfaces_ = interfaces.nsIObserver
File "/Users/paul/Library/Application Support/Firefox/Profiles/gro13w6s.default/extensions/pythonext@mozdev.org/pylib/xpcom/components.py", line 103, in __getattr__
return self._get_one(attr)
File "/Users/paul/Library/Application Support/Firefox/Profiles/gro13w6s.default/extensions/pythonext@mozdev.org/pylib/xpcom/components.py", line 153, in _get_one
raise xpcom.COMException(nsError.NS_ERROR_NO_INTERFACE, "The interface '%s' does not exist" % (name,))
<class 'xpcom.Exception'>: -2147467262 (-2147467262)