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 75: Wrong plugin path
1 person starred this issue and may be notified of changes. Back to list
Status:  Fixed
Owner:  ----
Closed:  Feb 2010


 
Reported by andresgattinoni, Feb 28, 2010
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'


Feb 28, 2010
Project Member #1 roberto.alsina
This issue was closed by revision r441.
Status: Fixed

Powered by Google Project Hosting