Opened 15 years ago

Closed 15 years ago

#1919 closed bug (wontfix)

Plugin installer (version 1.0.1) fails to load

Reported by: iknowjoseph Owned by: borysiasty
Priority: major: does not work as expected Milestone: Version 1.3.0
Component: Python plugins and bindings Version: 1.2.0
Keywords: Cc:
Must Fix for Release: No Platform: Debian
Platform Version: Awaiting user input: no

Description

Installed as per: https://trac.osgeo.org/qgis/ticket/1918

Selecting / deselecting the plugin installer from the plugin manager dialogue has no effect, although from the command line I can see:

joseph@joseph-work:~$ qgis Python support ENABLED :-) Loaded : Plugin Installer (package: plugin_installer) Loaded : Plugin Installer (package: plugin_installer)

The plugin is never displayed in the menu, however.

Change History (6)

comment:1 by lutra, 15 years ago

If you have any ~/.qgis directory from a previous installation of qgis, try remove it.

comment:2 by iknowjoseph, 15 years ago

Have removed ~/.qgis and now Plugin Installer is no longer available as an option within the Manage Plugins dialogue.

comment:3 by lutra, 15 years ago

You have probably have issues with python, missing one or more libraries. python-qgis maybe?

comment:4 by iknowjoseph, 15 years ago

Thanks, apt-get install'ing that helped (see below for output)

Is python-qgis not an explicit dependency? Should it not have been installed as part of my original installation?

Thanks again, Joseph

joseph@joseph-work:~$ sudo apt-get install python-qgis Reading package lists... Done Building dependency tree Reading state information... Done The following packages were automatically installed and are no longer required:

libqgis1.0.2

Use 'apt-get autoremove' to remove them. The following extra packages will be installed:

python-qgis-common

The following packages will be upgraded:

python-qgis python-qgis-common

2 upgraded, 0 newly installed, 0 to remove and 1 not upgraded. Need to get 1161kB of archives. After this operation, 3310kB of additional disk space will be used. Do you want to continue [Y/n]? y Get: 1 http://ppa.launchpad.net jaunty/main python-qgis 1.2.0-1~jaunty1 [472kB] Get: 2 http://ppa.launchpad.net jaunty/main python-qgis-common 1.2.0-1~jaunty1 [689kB] Fetched 1161kB in 1s (768kB/s) (Reading database ... 204602 files and directories currently installed.) Preparing to replace python-qgis 1.0.2-1~jaunty3 (using .../python-qgis_1.2.0-1~jaunty1_i386.deb) ... Unpacking replacement python-qgis ... Preparing to replace python-qgis-common 1.0.2-1~jaunty3 (using .../python-qgis-common_1.2.0-1~jaunty1_all.deb) ... Unpacking replacement python-qgis-common ... Setting up python-qgis-common (1.2.0-1~jaunty1) ...

Setting up python-qgis (1.2.0-1~jaunty1) ...

Processing triggers for libc6 ... ldconfig deferred processing now taking place joseph@joseph-work:~$

comment:5 by borysiasty, 15 years ago

So does it work now and can you close the ticket? I hope the old libraries were the only reason. If not, very strange that the Installer has disappeared from the list after removing the .qgis directory - it sholud be present in a /usr/share/qgis/python/plugins/plugin_installer directory.

comment:6 by lutra, 15 years ago

Resolution: wontfix
Status: newclosed
Note: See TracTickets for help on using tickets.