Question to python C API

Wolfgang Strobl news3 at mystrobl.de
Sat Apr 18 04:21:04 EDT 2009


Andreas Otto <aotto1968 at onlinehome.de> 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



More information about the Python-list mailing list