PiRSquared17 / marave

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

Wrong plugin path #75

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I just checked out r440 from svn. I installed it and when I run marave I 
get the following error:

Using canvas editor
PATH: /usr/local/lib/python2.6/dist-packages/marave/plugins
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 1426, 
in main
    window=MainWidget(opengl=options.opengl, canvaseditor=options.canvas)
  File "/usr/local/lib/python2.6/dist-packages/marave/main.py", line 516, 
in __init__
    self.prefsWidget=PrefsWidget(self._scene,mainwindow=self)
  File "/usr/local/lib/python2.6/dist-packages/marave/main.py", line 81, in 
__init__
    self.loadPlugins()
  File "/usr/local/lib/python2.6/dist-packages/marave/main.py", line 87, in 
loadPlugins
    Plugin.initPlugins()
  File "/usr/local/lib/python2.6/dist-packages/marave/plugins/plugins.py", 
line 113, in initPlugins
    for p in os.listdir(os.path.join(PATH,'plugins')):
OSError: [Errno 2] No such file or directory: 
'/usr/local/lib/python2.6/dist-packages/marave/plugins/plugins'

Original issue reported on code.google.com by andresgattinoni on 28 Feb 2010 at 9:45

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r441.

Original comment by roberto.alsina on 1 Mar 2010 at 2:41