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 marave.main #66

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Install (i.e. copy the archive dir somewhere)
2. Run python '/home/klemmerj/Programs/marave/marave/main.py'
3. Kablooie

What is the expected output? What do you see instead?
Should see the editor but instead get this traceback -

Traceback (most recent call last):
  File "/home/klemmerj/Programs/marave/marave/main.py", line 46, in <module>
    from plugins.plugins import Plugin
  File "/home/klemmerj/Programs/marave-0.6/marave/plugins/plugins.py", line
5, in <module>
    from marave.main import PATH
ImportError: No module named marave.main

What version of the product are you using? On what operating system?
v0.6, previous versions worked fine.
OS/Distro - Fedora 12

Please provide any additional information below.
Let me know if you need anything else: joe@webtrek.com

Original issue reported on code.google.com by joe.klem...@gmail.com on 22 Feb 2010 at 11:14

GoogleCodeExporter commented 9 years ago
Since a few revisions ago, you need to run 

python /home/klemmerj/Programs/marave/marave/marave-editor

Sorry, but that makes plugins easier :-)

Original comment by roberto.alsina on 22 Feb 2010 at 11:22

GoogleCodeExporter commented 9 years ago

Original comment by roberto.alsina on 22 Feb 2010 at 11:25