Hi, all of you, I'm trying some examples of Ryu app executing but most of
them fail with no such module error, how can I correct, please.
tk@tk-VirtualBox:~/ryu/ryu/app$ ryu-manager --observe-links
dijikstra_bw_ryu.py
loading app dijikstra_bw_ryu.py
Traceback (most recent call last):
File "/home/tk/.local/bin/ryu-manager", line 8, in <module>
sys.exit(main())
File "/home/tk/.local/lib/python2.7/site-packages/ryu/cmd/manager.py",
line 98, in main
app_mgr.load_apps(app_lists)
File
"/home/tk/.local/lib/python2.7/site-packages/ryu/base/app_manager.py", line
415, in load_apps
cls = self.load_app(app_cls_name)
File
"/home/tk/.local/lib/python2.7/site-packages/ryu/base/app_manager.py", line
392, in load_app
mod = utils.import_module(name)
File "/home/tk/.local/lib/python2.7/site-packages/ryu/utils.py", line
104, in import_module
return importlib.import_module(modname)
File "/usr/lib/python2.7/importlib/__init__.py", line 37, in import_module
__import__(name)
ImportError: No module named dijikstra_bw_ryu.py
thank you for your consideration
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel