radical-cybertools / radical.synapse

SYNthetic Applications Profiler and Emulator
Other
6 stars 0 forks source link

ImportError: No module named synapse.atoms #6

Open marksantcroos opened 8 years ago

marksantcroos commented 8 years ago

Installed from latest source in master branch. If I try to run the example in the README I get:

(syn_ve)marksant@h2ologin2:~/proj/radical.synapse> python q.py 
Traceback (most recent call last):
  File "q.py", line 1, in <module>
    import synapse.atoms
ImportError: No module named synapse.atoms
andre-merzky commented 8 years ago

Thanks. Please use the master branch for now -- but the README example will need fixing there, too, will do...

marksantcroos commented 8 years ago

What do you mean? I am using the master branch.

andre-merzky commented 8 years ago

argh - I mean: please use the devel branch for now, it contains a few fixes...

Thanks!