-
Notifications
You must be signed in to change notification settings - Fork 99
pyretic.py: command not found #65
Comments
Which tutorial you have? |
Hola, soy de Argentina sigamos en español :) Te paso la receta: Ubuntu 14.04 amd64 tiene que ser de 64 bits porque sino apt-get install Clonas pyretic en una carpeta cd /root clone https://github.com/frenetic-lang/pyretic.git Clonas pox clone https://github.com/noxrepo/pox.git Luego en /root tenes las carpetas pyretic y pox Instalas Frenetic Agregando en /etc/apt/sources.list |deb https://dl.bintray.com/arjunguha/deb trusty main apt-get update && Luego en /root/.profile agregas al final PYTHONPATH=$PYTHONPATH:$HOME/pyretic:$HOME/pox Y luego en /root/pyretic/start-frenetic.sh cambias el ./frenetic por la Espero que te sea de ayuda On 03/06/16 09:41, jacostar wrote:
|
Tengo ahora una duda, para que propones instalar frenetic si el tutorial que closedog habla es de pyretic?. |
Thanks for u answers. I finish the project by Ryu controller finally :) |
what was your project about? |
Just a mini project for my course |
root@mininet-vm:/pyretic# ./pyretic.py pyretic.pyresonance.apps.ids I'm following this wiki : https://github.com/Resonance-SDN/pyresonance/wiki/PyResonance-overhaul:-Running-example-applications |
Hi all:
i have some problem when i start the tut as i print "pyretic.py -m p0 pyretic.modules.mac_learner" , it shows "pyretic.py: command not found" . Also when i run a exisit pyfile by"sudo python xxx.py", it shows " File "hotel_ctrl.py", line 2, in
from pyretic.lib.corelib import *
ImportError: No module named pyretic.lib.corelib"
How can i start it?
Thanks in advance.
Closedog
The text was updated successfully, but these errors were encountered: