#1038 closed defect (fixed)
the first python plugins fails to load (on windows?)
Reported by: | rduivenvoorde | Owned by: | nobody |
---|---|---|---|
Priority: | major: does not work as expected | Milestone: | |
Component: | Python plugins and bindings | Version: | Trunk |
Keywords: | Cc: | ||
Must Fix for Release: | Yes | Platform: | Windows |
Platform Version: | Awaiting user input: | no |
Description
If you have deleted your .qgis (documents and settings in windows) the first python plugin is successfully downloaded, unzipped etc etc. But after the message "Python plugin installed. Go to Plugins > Plugin Manager to enable xxx." you get an error message:
Traceback (most recent call last):
File "", line 2, in
ImportError: No module named xxx
Apparently the Plugin Manager doesn't have the .qgis/python/plugins in it's (python_)path? Because after a restart of qgis the plugin is shown in the Plugin Manager and can load ok. And after ONE python plugin is succesfully installed, ALL other python plugins are also being installed ok in one time without restart!
I think this should be fixed before releasing 9.2 This because the new users will not have a .qgis/python/plugin directory so all will fail to load their first plugin :-(
Change History (3)
comment:1 by , 15 years ago
Component: | Plugins → Python |
---|---|
Resolution: | → fixed |
Status: | new → closed |
fixed in r8240