Re: [Ryu-devel] ImportError: No module named ovs.db.data

2016-06-21 Thread Iwase Yusuke
Hi, rest_qos seems to require Python OVS package. You can install optional requirements as follows. http://ryu.readthedocs.io/en/latest/getting_started.html#optional-requirements e.g.) $ sudo pip install ovs Thanks, Iwase On 2016年06月17日 20:02, wesam kh wrote: > hi all > I have some pro

[Ryu-devel] ImportError: No module named ovs.db.data

2016-06-17 Thread wesam kh
hi allI have some problem when I to apply the per-flow Qos in ryu controller in execution this code :ryu-manager ryu.app.rest_qos ryu.app.qos_simple_switch_13 ryu.app.rest_conf_switch and show me the error :ImportError: No module named ovs.db.data can any one know how can I solve this error ?  

Re: [Ryu-devel] ImportError: No module named ryu.cmd.manager

2015-03-15 Thread Talal Alharbi
>>> /ryu# ./bin/ryu-manager ryu/app/simple_switch.py Sent from my iPhone On Mar 16, 2015, at 12:04 PM, YAMAMOTO Takashi wrote: >> I installed it from >> https://github.com/osrg/ryu/wiki/OpenFlow_Tutorial >> >> I tried your suggestion but it's incorrect >> >> Any suggestion ??!! > > the pro

Re: [Ryu-devel] ImportError: No module named ryu.cmd.manager

2015-03-15 Thread YAMAMOTO Takashi
> I installed it from > https://github.com/osrg/ryu/wiki/OpenFlow_Tutorial > > I tried your suggestion but it's incorrect > > Any suggestion ??!! the procedure on the wiki seems working for me: kuma% mkdir /tmp/ryu kuma% cd /tmp/ryu kuma% git clone git://github.com/osrg/ryu.git

Re: [Ryu-devel] ImportError: No module named ryu.cmd.manager

2015-03-15 Thread Talal Alharbi
I installed it from https://github.com/osrg/ryu/wiki/OpenFlow_Tutorial I tried your suggestion but it's incorrect Any suggestion ??!! Best, Talal On Mar 13, 2015, at 6:11 PM, YAMAMOTO Takashi wrote: >> How to fix this ? >> >> >> /ryu# ./bin/ryu-manager ryu/app/simple_switch.py >> Tracebac

Re: [Ryu-devel] ImportError: No module named ryu.cmd.manager

2015-03-13 Thread YAMAMOTO Takashi
> 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 > from ryu.cmd.manager import main > ImportError: No module named ryu.cmd.manager looks like an installation problem. how did you install

[Ryu-devel] ImportError: No module named ryu.cmd.manager

2015-03-13 Thread Talal
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 from ryu.cmd.manager import main ImportError: No module named ryu.cmd.manager -

[Ryu-devel] ImportError: No module named ryu.cmd.manager

2015-03-13 Thread Talal
Hi there,,, How to fix the following: /ryu# ./bin/ryu-manager ryu/app/simple_switch.py Traceback (most recent call last): File "./bin/ryu-manager", line 18, in from ryu.cmd.manager import main ImportError: No module named ryu.cmd.manager -

Re: [Ryu-devel] ImportError: No module named

2014-03-21 Thread FUJITA Tomonori
On Fri, 21 Mar 2014 17:14:52 +0100 Windhya Rankothge 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"

[Ryu-devel] ImportError: No module named

2014-03-21 Thread Windhya Rankothge
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@ws11