Hi,

 > I am running faucet (https://github.com/onfsdn/faucet) application on
 > Ryu using Python 3.5 on Ubuntu 16. I get the attached error.

This error is a Syntax error of python3.
In Python3 it must be written in this way.
 print("%s%s" % (prefix, k))


Please refer to following about the grammar of Python2 and Python3.
http://python-future.org/compatible_idioms.html#print


Thanks,


On 2016年05月09日 10:43, Shivaram Mysore wrote:
> Hello,
> I am running faucet (https://github.com/onfsdn/faucet) application on
> Ryu using Python 3.5 on Ubuntu 16.  I get the attached error.
>
> Anyone tried Ryu with Python 3.5?  Does it work?
>
> Thanks
>
> /Shivaram
>
>
> ------------------------------------------------------------------------------
> Find and fix application performance issues faster with Applications Manager
> Applications Manager provides deep performance insights into multiple tiers of
> your business applications. It resolves application problems quickly and
> reduces your MTTR. Get your free trial!
> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
>
>
>
> _______________________________________________
> Ryu-devel mailing list
> Ryu-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>

------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial!
https://ad.doubleclick.net/ddm/clk/302982198;130105516;z
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to