On Sun, 20 Jul 2014 16:17:32 +0800 <[email protected]> wrote: > i had use ryu VM image normally for weeks, except the topology view. > > > But today , after i did the upate, "git pull" > > the basic command can't work, such as > PYTHONPATH=. ./bin/ryu-manager ryu/app/simple_switch.py > > dumps error info: > Traceback (most recent call last): > File "./bin/ryu-manager", line 18, in <module> > from ryu.cmd.manager import main > ImportError: No module named cmd.manager
You can't just do `git pull` to update Ryu if Ryu is already installed. That is, the newer ryu-manager uses the existing (old) verison and fails. ------------------------------------------------------------------------------ Want fast and easy access to all the code in your enterprise? Index and search up to 200,000 lines of code with a free copy of Black Duck Code Sight - the same software that powers the world's largest code search on Ohloh, the Black Duck Open Hub! Try it now. http://p.sf.net/sfu/bds _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
