Hello all,<br><br>I've been getting this error over the last couple weeks when build qgis from svn trunk, and now the 1.2 release branch. It's easy to fix, I just edit ui_qgsplugininstallerbase.py by hand. I haven't seen anyone else complaining about it, so I'm wondering if it's just my system. I'm using Ubuntu 8.04.<br>
<br>-Jamie<br>---------------------------------------------<br><br>Couldn't load plugin plugin_installer due an error when calling its classFactory() method<br><br>Traceback (most recent call last):<br> File "", line 1, in <br>
File "/usr/local/apps/qgis_1.2/share/qgis/python/plugins/plugin_installer/__init__.py", line 32, in classFactory<br> from installer_plugin import InstallerPlugin<br> File "/usr/local/buildtools/current/sitecustomize/sitecustomize.py", line 248, in SetupPathsAndImport<br>
return real_import(name, globals, locals, fromlist)<br> File "/usr/local/apps/qgis_1.2/share/qgis/python/plugins/plugin_installer/installer_plugin.py", line 19, in <br> from installer_gui import *<br> File "/usr/local/buildtools/current/sitecustomize/sitecustomize.py", line 248, in SetupPathsAndImport<br>
return real_import(name, globals, locals, fromlist)<br> File "/usr/local/apps/qgis_1.2/share/qgis/python/plugins/plugin_installer/installer_gui.py", line 25, in <br> from ui_qgsplugininstallerbase import Ui_QgsPluginInstallerDialogBase<br>
File "/usr/local/buildtools/current/sitecustomize/sitecustomize.py", line 248, in SetupPathsAndImport<br> return real_import(name, globals, locals, fromlist)<br> File "/usr/local/apps/qgis_1.2/share/qgis/python/plugins/plugin_installer/ui_qgsplugininstallerbase.py", line 16<br>
QgsPluginInstallerDialogBase.setWindowIcon(QtGui.QIcon("<br> ^<br>SyntaxError: EOL while scanning single-quoted string<br><br>Python version:<br>2.5.2 (r252:60911, Jul 22 2009, 15:50:42) <br>
[GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)]<br><br>Python path:<br>['/usr/local/apps/qgis_1.2/share/qgis/python', '/home/jamie/.qgis//python/plugins', '/usr/local/apps/qgis_1.2/share/qgis/python/plugins', '/usr/lib/python2.5/site-packages/GDAL-1.6.1-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/apps/qgis_1.2/share/qgis/python/plugins/fTools/tools']<br>