Andreas Otto <[email protected]> wrote about his attempts to install and run Cython:
> 5. and start to build the hello world example
>
> I changed: print "Hello World"
> to: print("Hello World") -> this is V3
AFAIK Cython doesn't support Python 3, yet. See
http://trac.cython.org/cython_trac/ticket/234
I suggest staying with Python 2.x. What C compiler are you going to
use, btw.?
--
Wir danken für die Beachtung aller Sicherheitsbestimmungen
--
http://mail.python.org/mailman/listinfo/python-list
