Ticket #1038 (closed defect: fixed)
the first python plugins fails to load (on windows?)
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 :-(