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

Plugin Manager can't find plugin directory #11130

Closed
qgib opened this issue May 6, 2008 · 5 comments
Closed

Plugin Manager can't find plugin directory #11130

qgib opened this issue May 6, 2008 · 5 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins

Comments

@qgib
Copy link
Contributor

qgib commented May 6, 2008

Author Name: tgwong - (tgwong -)
Original Redmine Issue: 1070

Redmine category:c++_plugins
Assignee: nobody -


Used Plugin Installer to download a python plugin from repository into the QGIS-created directory. Plugin Manager then can't find that directory. There seems to be an extra slash in the path...

Traceback (most recent call last):
File "", line 3, in ?
File "/Users/Ted/.qgis//python/plugins/geoprocessing/+init+.py", line 3, in ?
from geoprocessing import Geoprocessing
[[ImportError]]: cannot import name Geoprocessing

@qgib
Copy link
Contributor Author

qgib commented May 8, 2008

Author Name: Martin Dobias (@wonder-sk)


Does this happen with all plugins or with Geoprocessing plugin?

(the extra slash in the path shouldn't have any effect)

@qgib
Copy link
Contributor Author

qgib commented May 8, 2008

Author Name: tgwong - (tgwong -)


Happens with any plugin in that directory.

@qgib
Copy link
Contributor Author

qgib commented Nov 11, 2008

Author Name: lhbecker - (lhbecker -)


This happens with both the [[GeoProcessing]], [[FindByAttr]] and [[SpatialOperations]] plugins on my Windows Machine with Windows version of 1.0.0 preview II. I also struggled with plugins on preview I but did not pay much attention to it at that time.

Below is typical error text from pop-up window:

Couldn't load plugin geoprocessing due an error when calling its classFactory() method

Traceback (most recent call last):
File "", line 1, in
File "C:/Documents and Settings/louis.becker/.qgis//python/plugins\geoprocessing\+init+.py", line 15, in classFactory
return Geoprocessing(iface)
File "C:/Documents and Settings/louis.becker/.qgis//python/plugins\geoprocessing\geoprocessing.py", line 32, in +init+
self.QgisVersion = str(QGis.qgisVersion)
[[AttributeError]]: qgisVersion

Python version:
2.5.2 (c5cd293 (SVN r253):60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]

Python path:
['C:/Program Files/QGIS-Dev/./python', 'C:/Documents and Settings/louis.becker/.qgis//python/plugins', 'C:/Program Files/QGIS-Dev/./python/plugins', 'C:\\Program Files\\QGIS-Dev\\python25.zip', 'C:\\Python25\\Lib', 'C:\\Python25\\DLLs', 'C:\\Python25\\Lib\\lib-tk', 'C:\\Program Files\\QGIS-Dev', 'C:\\Python25', 'C:\\Python25\\lib\\site-packages', '~/.qgis/python']

@qgib
Copy link
Contributor Author

qgib commented Nov 11, 2008

Author Name: Martin Dobias (@wonder-sk)


The original bug has been fixed already (python's module cache wasn't updated).

lhbecker: this is because those plugins have not been updated to recent changes in QGIS. These problems will go away in 1.0 that will check whether the plugin is compatible or not.


  • resolution was changed from to fixed
  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented Aug 21, 2009

Author Name: Anónimo (Anónimo)


Milestone Version 1.0.0 deleted

@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Plugins labels May 24, 2019
@qgib qgib closed this as completed May 24, 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