I updated the plugin_installer a few days ago (6/21), after getting the notification through QGIS. Now it won't load and kicks out a python error. This is QGIS 1.4 from svn on Ubuntu 8.04 64bit. Any help appreciated. <div>
<br></div><div>
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" color:#ff0000;">Couldn't load plugin plugin_installer due an error when calling its classFactory() method</span><br>
<br>Traceback (most recent call last):<br> File "/usr/local/share/qgis/python/qgis/utils.py", line 141, in startPlugin<br> plugins[packageName] = package.classFactory(iface)<br> File "/home/jamie/.qgis//python/plugins/plugin_installer/__init__.py", line 33, in classFactory<br>
from installer_plugin import InstallerPlugin<br> File "/usr/local/buildtools/current/sitecustomize/sitecustomize.py", line 202, in SetupPathsAndImport<br> return real_import(name, globals, locals, fromlist, level)<br>
File "/home/jamie/.qgis//python/plugins/plugin_installer/installer_plugin.py", line 20, in <br> from installer_gui import *<br> File "/usr/local/buildtools/current/sitecustomize/sitecustomize.py", line 202, in SetupPathsAndImport<br>
return real_import(name, globals, locals, fromlist, level)<br>EOFError: EOF read where object expected<br><br>Python version:<br>2.5.2 (r252:60911, Jan 20 2010, 23:30:56) <br>[GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)]<br><br>
Python path: ['/usr/local/share/qgis/python', '/home/jamie/.qgis//python', '/home/jamie/.qgis//python/plugins', '/usr/local/share/qgis/python/plugins', '/usr/lib/python2.5/site-packages/GDAL-1.7.2-py2.5-linux-x86_64.egg', '/usr/local/buildtools/current/sitecustomize', '/usr/lib/python25.zip', '/usr/lib/python2.5', '/usr/lib/python2.5/plat-linux2', '/usr/lib/python2.5/lib-tk', '/usr/lib/python2.5/lib-dynload', '/usr/local/lib/python2.5/site-packages', '/usr/local/lib/python2.5/site-packages/geos', '/usr/lib/python2.5/site-packages', '/usr/lib/python2.5/site-packages/Numeric', '/usr/lib/python2.5/site-packages/PIL', '/usr/lib/python2.5/site-packages/gst-0.10', '/var/lib/python-support/python2.5', '/usr/lib/python2.5/site-packages/gtk-2.0', '/var/lib/python-support/python2.5/gtk-2.0', '/var/lib/python-support/python2.5/pyinotify', '/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode', '/usr/local/share/qgis/python/plugins/fTools/tools']</p>
</div>