Hello all,<br><br>I&#39;ve been getting this error over the last couple weeks when build qgis from svn trunk, and now the 1.2 release branch.  It&#39;s easy to fix, I just edit ui_qgsplugininstallerbase.py by hand.  I haven&#39;t seen anyone else complaining about it, so I&#39;m wondering if it&#39;s just my system.  I&#39;m using Ubuntu 8.04.<br>
<br>-Jamie<br>---------------------------------------------<br><br>Couldn&#39;t load plugin plugin_installer due an error when calling its classFactory() method<br><br>Traceback (most recent call last):<br>  File &quot;&quot;, line 1, in <br>
  File &quot;/usr/local/apps/qgis_1.2/share/qgis/python/plugins/plugin_installer/__init__.py&quot;, line 32, in classFactory<br>    from installer_plugin import InstallerPlugin<br>  File &quot;/usr/local/buildtools/current/sitecustomize/sitecustomize.py&quot;, line 248, in SetupPathsAndImport<br>
    return real_import(name, globals, locals, fromlist)<br>  File &quot;/usr/local/apps/qgis_1.2/share/qgis/python/plugins/plugin_installer/installer_plugin.py&quot;, line 19, in <br>    from installer_gui import *<br>  File &quot;/usr/local/buildtools/current/sitecustomize/sitecustomize.py&quot;, line 248, in SetupPathsAndImport<br>
    return real_import(name, globals, locals, fromlist)<br>  File &quot;/usr/local/apps/qgis_1.2/share/qgis/python/plugins/plugin_installer/installer_gui.py&quot;, line 25, in <br>    from ui_qgsplugininstallerbase import Ui_QgsPluginInstallerDialogBase<br>
  File &quot;/usr/local/buildtools/current/sitecustomize/sitecustomize.py&quot;, line 248, in SetupPathsAndImport<br>    return real_import(name, globals, locals, fromlist)<br>  File &quot;/usr/local/apps/qgis_1.2/share/qgis/python/plugins/plugin_installer/ui_qgsplugininstallerbase.py&quot;, line 16<br>
    QgsPluginInstallerDialogBase.setWindowIcon(QtGui.QIcon(&quot;<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>[&#39;/usr/local/apps/qgis_1.2/share/qgis/python&#39;, &#39;/home/jamie/.qgis//python/plugins&#39;, &#39;/usr/local/apps/qgis_1.2/share/qgis/python/plugins&#39;, &#39;/usr/lib/python2.5/site-packages/GDAL-1.6.1-py2.5-linux-x86_64.egg&#39;, &#39;/usr/local/buildtools/current/sitecustomize&#39;, &#39;/usr/lib/python25.zip&#39;, &#39;/usr/lib/python2.5&#39;, &#39;/usr/lib/python2.5/plat-linux2&#39;, &#39;/usr/lib/python2.5/lib-tk&#39;, &#39;/usr/lib/python2.5/lib-dynload&#39;, &#39;/usr/local/lib/python2.5/site-packages&#39;, &#39;/usr/local/lib/python2.5/site-packages/geos&#39;, &#39;/usr/lib/python2.5/site-packages&#39;, &#39;/usr/lib/python2.5/site-packages/Numeric&#39;, &#39;/usr/lib/python2.5/site-packages/PIL&#39;, &#39;/usr/lib/python2.5/site-packages/gst-0.10&#39;, &#39;/var/lib/python-support/python2.5&#39;, &#39;/usr/lib/python2.5/site-packages/gtk-2.0&#39;, &#39;/var/lib/python-support/python2.5/gtk-2.0&#39;, &#39;/var/lib/python-support/python2.5/pyinotify&#39;, &#39;/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode&#39;, &#39;/usr/local/apps/qgis_1.2/share/qgis/python/plugins/fTools/tools&#39;]<br>