On Fri, 21 Mar 2014 17:14:52 +0100 Windhya Rankothge <[email protected]> wrote:
> Hi all, > > I have tried simple_switch.py given in ryu and I was able to run it without > any error.. > > Then I wrote a program to add flows when a switch comes up and I saved it > in the ryu/app directory. My file name is "test.py".. > > When I try to start the ryu-manager, I get following error, > > u99319@ws116615-ubuntu:~/ryu$ ryu-manager ryu.app.test > loading app ryu.app.test ~/ryu is not your PYTHONPATH. Instead just specify your file name like: u99319@ws116615-ubuntu:~/ryu$ ryu-manager ryu/app/test.py ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. Written by three acclaimed leaders in the field, this first edition is now available. Download your free book today! http://p.sf.net/sfu/13534_NeoTech _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
