[Ryu-devel] ?????? How to run ryu by pypy.

2015-05-05 Thread muzixing.com
g";; : 2015??5??5??(??) 9:08 ??: "muzixing.com"<15116983...@qq.com>; ????: "ryu-devel"; : Re: [Ryu-devel] How to run ryu by pypy. pypy seems not found the "ryu" module in its default library path when it runs "import ryu ba

Re: [Ryu-devel] How to run ryu by pypy.

2015-05-05 Thread Shuoling Deng
pypy seems not found the "ryu" module in its default library path when it runs "import ryu balabala"... So, have you re-install ryu though pypy like "pypy install setup.py" in "ryu" directory? On Tue, May 5, 2015 at 8:41 PM, muzixing.com <15116983...@qq.com> wrote: > Hi all, > How can I run

[Ryu-devel] How to run ryu by pypy.

2015-05-05 Thread muzixing.com
Hi all, How can I run ryu by pypy? I try :pypy -c ryu-manager , but return an error:NameError: global name 'ryu' is not defined. I have install pypy, but when I start python, the message shows that: root@muzi-OptiPlex-390:~/ryu# python Python 2.7.3 (default, Feb 27 201