> How to fix this ? > > > /ryu# ./bin/ryu-manager ryu/app/simple_switch.py > Traceback (most recent call last): > File "./bin/ryu-manager", line 18, in <module> > from ryu.cmd.manager import main > ImportError: No module named ryu.cmd.manager
looks like an installation problem. how did you installed ryu? if '/ryu' is a copy of the source tree, "PYTHONPATH=. ./bin/ryu-manager ryu.app.simple_switch" might work. YAMAMOTO Takashi ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
