PyResonance Testing Fail
Closed this issue · 3 comments
Hi,
I'm working in my project grade about SDN and yesterday I downloaded and installed PyResonance in my VM Pyretic but when I ran command "pyretic.py pyretic.pyresonance.main --config=./pyretic/pyresonance/global.config --mode=manual" to start PyResonance I got a trouble that says "Must be a valid python module".
Did you know what can I do to fix that issue?
Thank You!
Hello,
Thank you for this bug report! I realized that I made the master branch
work with the development (bleeding-edge) version of Pyretic, which is
not yet public to everyone.
I reverted the master branch to work with the public Pyretic version.
Please pull the current master branch of Pyresonance.
(Just removing the current pyresonance directory and re-cloning
the master branch might give less headache)
Just to make sure, please update your Pyretic code by running "git pull"
in "/home/mininet/pyretic"
Let me know if this solves the problem. It worked for me, maybe there
are other issues.
Thank you!
-Joon
On 9/29/2013 2:59 PM, Agiles201320 wrote:
Hi,
I'm working in my project grade about SDN and yesterday I downloaded
and installed PyResonance in my VM Pyretic but when I ran command
"pyretic.py pyretic.pyresonance.main
--config=./pyretic/pyresonance/global.config --mode=manual" to start
PyResonance I got a trouble that says "Must be a valid python module".Did you know what can I do to fix that issue?
Thank You!
—
Reply to this email directly or view it on GitHub
#7.
Thanks a lot Joon!
I removed and re-cloning your project from my VM and everything is working
Now I can work in my project grade with PyResonance.
-David
Cool! Please let me know if you run into any other issues.
-Joon
On 09/30/2013 12:14 PM, Agiles201320 wrote:
Thanks a lot Joon!
I removed and re-cloning your project from my VM and everything is working
Now I can work in my project grade with PyResonance.-David
—
Reply to this email directly or view it on GitHub
#7 (comment).
-Joon