My favorites | Sign in
Project Home Downloads Wiki Issues Source
READ-ONLY: This project has been archived. For more information see this post.
Search
for
  Advanced search   Search tips   Subscriptions
Issue 64: ImportError: No module named plugins.__init__
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  bdgr...@googlemail.com
Closed:  Feb 2010


 
Project Member Reported by bdgr...@googlemail.com, Feb 20, 2010
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
marave starts fine if i use the source

$ python main.py
Using canvas editor
Loaded font: Liberation Sans
LOADING
Loading style: small


no problem there
Feb 20, 2010
Project Member #2 roberto.alsina
My mistake (I only test it installed before releases). Will fix it now.
Status: Started
Feb 20, 2010
Project Member #3 roberto.alsina
Now it starts correctly but it doesn't find the plugins.
Feb 21, 2010
Project Member #4 roberto.alsina
Fixed comment #3 in r378
Status: Fixed
Feb 21, 2010
Project Member #5 bdgr...@googlemail.com
it works, thanks

Powered by Google Project Hosting