By the way, I encountered this problem on version 0.9.8. I just found verion 0.9.9 <a href="http://spatialserver.net/pyqgis_1.0/plugins/plugin_installer.zip">here</a> but encountered what seems to be the same problem.<br><br>

<meta name="qrichtext" content="1"><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">Couldn't load plugin plugin_installer due an error when calling its initGui() method</span><br><br>Traceback (most recent call last):<br>
  File "", line 1, in <br>  File "/home/erwin/.qgis//python/plugins/plugin_installer/installer_plugin.py", line 53, in initGui<br>    self.action = QAction(self.getThemeIcon("plugin_installer.png"), QCoreApplication.translate("QgsPluginInstaller","Fetch Python Plugins..."), self.mainWindow())<br>
  File "/home/erwin/.qgis//python/plugins/plugin_installer/installer_plugin.py", line 37, in getThemeIcon<br>    myCurThemePath = QgsApplication.activeThemePath() + "/plugins/" + theName;<br>TypeError: unsupported operand type(s) for +: 'QTextCodec' and 'str'<br>
<br>Python version:<br>2.5.2 (r252:60911, Oct  5 2008, 19:49:54) <br>[GCC 4.3.2]<br><br>Python path:<br>['/usr/share/qgis/python', '/home/erwin/.qgis//python/plugins', '/usr/share/qgis/python/plugins', '/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/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', '/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode', '/home/erwin/.qgis/python/plugins/fTools/tools']</p>
<br><br>I'm confused as to why fTools is working fine but the plugin_installer is not.<br><br><br><div class="gmail_quote">On Mon, Mar 16, 2009 at 10:54 AM, Nik Go <span dir="ltr"><<a href="mailto:nikolai.go@gmail.com">nikolai.go@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div><div></div><div class="h5"><div class="gmail_quote"><br>I'm using Ubuntu 64-bit Intrepid and QGIS 1.0.1 Kore.<br>
<br>I manually installed the ftools plugin in ~/.qgis/python/plugins/ and it works but the plugin_installer in the same path gets me an error:<br>
<br>
<p style="margin: 0px 0px 0px 40px; text-indent: 0px;"><span style="color: rgb(255, 0, 0);">Couldn't load plugin plugin_installer due an error when calling its initGui() method</span><br><br>Traceback (most recent call last):<br>


  File "", line 1, in <br>  File "/home/erwin/.qgis//python/plugins/plugin_installer/installer_plugin.py", line 43, in initGui<br>    self.iface.pluginMenu().insertAction(nextAction,self.action)<br>TypeError: argument 1 of QWidget.insertAction() has an invalid type<br>


<br>Python version:<br>2.5.2 (r252:60911, Oct  5 2008, 19:49:54) <br>[GCC 4.3.2]<br><br>Python path:<br>['/usr/share/qgis/python', '/home/erwin/.qgis//python/plugins', '/usr/share/qgis/python/plugins', '/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/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', '/usr/lib/python2.5/site-packages/wx-2.8-gtk2-unicode', '/home/erwin/.qgis/python/plugins/fTools/tools']</p>


<p style="margin: 0px 0px 0px 40px; text-indent: 0px;"><br></p><p style="margin-top: 0px; margin-bottom: 0px; margin-right: 0px; text-indent: 0px;">How do I fix this? Why is there a double slash in there?</p><p style="margin-top: 0px; margin-bottom: 0px; margin-right: 0px; text-indent: 0px;">


<br></p><p style="margin-top: 0px; margin-bottom: 0px; margin-right: 0px; text-indent: 0px;"><br></p>
</div><br>
</div></div></blockquote></div><br>