| Issue 64: | ImportError: No module named plugins.__init__ | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem?
1. installed marave with python setup.py install
2. i tried to start marave
3.i get some errors
What is the expected output? What do you see instead?
$ Marave
Using canvas editor
Traceback (most recent call last):
File "/usr/local/bin/Marave", line 7, in <module>
main()
File "/usr/local/lib/python2.6/dist-packages/marave/main.py", line 1474,
in main
window=MainWidget(opengl=options.opengl, canvaseditor=options.canvas)
File "/usr/local/lib/python2.6/dist-packages/marave/main.py", line 526,
in __init__
self.prefsWidget=PrefsWidget(self._scene,mainwindow=self)
File "/usr/local/lib/python2.6/dist-packages/marave/main.py", line 78, in
__init__
self.loadPlugins()
File "/usr/local/lib/python2.6/dist-packages/marave/main.py", line 84, in
loadPlugins
Plugin.initPlugins()
File "/usr/local/lib/python2.6/dist-packages/marave/plugins/plugins.py",
line 86, in initPlugins
__import__('plugins.'+p[:-3], level=-1)
ImportError: No module named plugins.__init__
its the first time, i tried to install, i have no idea if the error exist
some time or is new.
Feb 20, 2010
Project Member
#1
bdgr...@googlemail.com
Feb 20, 2010
My mistake (I only test it installed before releases). Will fix it now.
Status:
Started
Feb 20, 2010
Now it starts correctly but it doesn't find the plugins.
Feb 21, 2010
it works, thanks |