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
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