Re: [Ryu-devel] Error messages when doing Ryu tutorial

2017-08-29 Thread Fujimoto Satoshi
Hi, Laura When your specify the application by file name, trailing ".py" is needed, so this should work: ryu-manager --verbose ryu/ryu/app/example_switch_13*.py* FYI, you can specify the application as a module, like: ryu-manager --verbose ryu.app.example_switch_13* * Thanks, Fujimoto

[Ryu-devel] Error messages when doing Ryu tutorial

2017-08-28 Thread Laura Heath
Hello all! I have been trying to work through the tutorial shown in the Ryu github site, using a new Ubuntu 16.04.3 VM and trying to follow the installation instructions given (including the optional-requires). There have been a lot of problems with getting pip to install Ryu correctly and to