Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qt5/python3: plugin manager fails to install plugins #23510

Closed
qgib opened this issue Sep 20, 2016 · 1 comment
Closed

qt5/python3: plugin manager fails to install plugins #23510

qgib opened this issue Sep 20, 2016 · 1 comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins
Milestone

Comments

@qgib
Copy link
Contributor

qgib commented Sep 20, 2016

Author Name: Mathieu Pellerin - nIRV (Mathieu Pellerin - nIRV)
Original Redmine Issue: 15586
Affected QGIS version: master
Redmine category:plugin_manager
Assignee: Borys Jurgiel


Under qt5/python3, the plugin manager fails to install plugins. The following error pops up:

ImportError: No module named 'quickexport' 
Traceback (most recent call last):
  File "/home/webmaster/apps/share/qgis/python/qgis/utils.py", line 333, in startPlugin
    plugins[packageName] = package.classFactory(iface)
  File "/home/webmaster/.qgis-dev//python/plugins/QuickExport/__init__.py", line 26, in classFactory
    from quickexport import QuickExport
  File "/home/webmaster/apps/share/qgis/python/qgis/utils.py", line 642, in _import
    mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: No module named 'quickexport'


Python version: 3.5.2+ (default, Sep 17 2016, 12:08:10) [GCC 6.2.0 20160914] 
QGIS version: 2.99.0-Master Master, f784e1e 

Python Path:
/home/webmaster/apps/share/qgis/python/plugins/processing
/home/webmaster/apps/share/qgis/python
/home/webmaster/.qgis-dev//python
/home/webmaster/.qgis-dev//python/plugins
/home/webmaster/apps/share/qgis/python/plugins
/usr/lib/python35.zip
/usr/lib/python3.5
/usr/lib/python3.5/plat-x86_64-linux-gnu
/usr/lib/python3.5/lib-dynload
/usr/local/lib/python3.5/dist-packages
/usr/lib/python3/dist-packages
/home/webmaster/.qgis-dev//python

-One thing jumps at me straight away: the python paths within my .qgis-dev directory are wrong (double slashes, for e.g. /home/webmaster/.qgis-dev//python/plugins)-

Steps to reproduce

  1. Launch QGIS (built against Qt5/python3)
  2. Open the plugin manager
  3. Select a plugin from the QGIS repository that isn't installed on your computer, and click on the [ Install plugin ] button
  4. Take note of the failure
@qgib
Copy link
Contributor Author

qgib commented Sep 21, 2016

Author Name: Mathieu Pellerin - nIRV (Mathieu Pellerin - nIRV)


Fixed by e7c9400.


  • resolution was changed from to fixed/implemented
  • done_ratio was changed from 0 to 100
  • status_id was changed from Open to Closed

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins labels May 25, 2019
@qgib qgib added this to the Version 3.0 milestone May 25, 2019
@qgib qgib closed this as completed May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins
Projects
None yet
Development

No branches or pull requests

1 participant