Bug #5908
MultiQml error when starting QGIS - `No module named resources_rc`
| Status: | Closed | Start Date: | 06/30/2012 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assigned to: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Patch supplied: | No |
Description
With QGIS master on Arch Linux, I get this error:
@
Couldn't load plugin multiqml due an error when calling its classFactory() method
Traceback (most recent call last):
File "/usr/share/qgis/python/qgis/utils.py", line 164, in startPlugin
plugins[packageName] = package.classFactory(iface)
File "/root/.qgis//python/plugins/multiqml/__init__.py", line 44, in classFactory
from plugin import MultiQmlPlugin
File "/usr/share/qgis/python/qgis/utils.py", line 309, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
File "/root/.qgis//python/plugins/multiqml/plugin.py", line 29, in
import resources_rc
File "/usr/share/qgis/python/qgis/utils.py", line 309, in _import
mod = _builtin_import(name, globals, locals, fromlist, level)
ImportError: No module named resources_rc@
If I edit plugin.py to do `import resources` instead of `import resources_rc` then I don't get the error.
History
Updated by Alexander Bruy 11 months ago
Please try to remove plugin and install it again from plugins.qgis.org
Updated by Alexander Bruy 11 months ago
- Status changed from New to Feedback
Updated by Alexander Bruy 11 months ago
- Status changed from Feedback to Closed
Package updated, should work now