On Sun, 27 Oct 2013 15:51:42 +0000 (UTC)
ramesh <[email protected]> wrote:

> Hi,
> 
> I am new to using the RYU controller.
> I have followed the post for installing the RYU controller as follows:
> 
> 
> 1) git clone https://github.com/osrg/ryu.git
> 2) cd ryu; python ./setup.py install
> 
> After that i tried searching the help for ryu-manager using 
> 
> 
> root@test:/usr/local/bin# ryu-manager --help
> Traceback (most recent call last):
>   File "/usr/local/bin/ryu-manager", line 9, in <module>
>     load_entry_point('ryu==3.2', 'console_scripts', 'ryu-manager')()
>   File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 299, in 
> load_entry_point
>     return get_distribution(dist).load_entry_point(group, name)
>   File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 2229, in 
> load_entry_point
>     return ep.load()
>   File "/usr/lib/python2.6/dist-packages/pkg_resources.py", line 1948, in 
> load
>     entry = __import__(self.module_name, globals(),globals(), ['__name__'])
> ImportError: No module named cmd.manager

Can you send the result of:

ls /usr/local/lib/python2.6/dist-packages

------------------------------------------------------------------------------
Android is increasing in popularity, but the open development platform that
developers love is also attractive to malware creators. Download this white
paper to learn more about secure code signing practices that can help keep
Android apps secure.
http://pubads.g.doubleclick.net/gampad/clk?id=65839951&iu=/4140/ostg.clktrk
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to