ralsina / marave

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

can't start with 'python marave' as said in readme #13

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
$ python marave
Traceback (most recent call last):
  File "marave", line 5, in <module>
    from marave.main import main
ImportError: No module named marave.main

Please provide any additional information below.

r80 kde sc 4.4rc2 kubuntu 9.10

had the same problem in the revisions before, thougt it is temporary

Original issue reported on code.google.com by bdgr...@googlemail.com on 4 Feb 2010 at 10:15

GoogleCodeExporter commented 9 years ago
That happens if you try running that without installing.

If that's the case, try python main.py instead.

Original comment by roberto.alsina on 4 Feb 2010 at 10:28

GoogleCodeExporter commented 9 years ago
with python main.py it starts fine, thats how i started it the whole time, i 
think
could never start it like mentioned in the readme. :)

Original comment by bdgr...@googlemail.com on 4 Feb 2010 at 10:31

GoogleCodeExporter commented 9 years ago
Fixed in the README in r83

Original comment by roberto.alsina on 5 Feb 2010 at 1:07