PiRSquared17 / marave

Automatically exported from code.google.com/p/marave
GNU General Public License v2.0
0 stars 0 forks source link

ImportError: No module named plugins.__init__ #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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.

Original issue reported on code.google.com by bdgr...@googlemail.com on 21 Feb 2010 at 12:44

GoogleCodeExporter commented 9 years ago
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

Original comment by bdgr...@googlemail.com on 21 Feb 2010 at 12:48

GoogleCodeExporter commented 9 years ago
My mistake (I only test it installed before releases). Will fix it now.

Original comment by roberto.alsina on 21 Feb 2010 at 5:25

GoogleCodeExporter commented 9 years ago
Now it starts correctly but it doesn't find the plugins.

Original comment by roberto.alsina on 21 Feb 2010 at 5:27

GoogleCodeExporter commented 9 years ago
Fixed comment #3 in r378

Original comment by roberto.alsina on 21 Feb 2010 at 2:10

GoogleCodeExporter commented 9 years ago
it works, thanks

Original comment by bdgr...@googlemail.com on 21 Feb 2010 at 6:08