<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>