No I am running: cd Cython-0.13/ python setup.py buildexport PYTHONPATH=`pwd`cd mycythonproject/python setup.py build_ext# first example in tutorial on docs.cython.org webpage# errors here How is this not perfectly standard usage of Cython? Not everyone wishes to install every package to their / install, and so the fact it is throwing an error here is a major issue. I tried to write a fix to get it to work, but as I said, I came up against an error at the end.
> Date: Tue, 31 Aug 2010 08:18:52 +0200 > From: [email protected] > To: [email protected] > Subject: Re: [Cython] Python3 + Cython Error > > velociraptor Genjix, 31.08.2010 00:30: > > Apologies. This was the only mailing list I found > > Right, the cython-users mailing list is not linked on the front page. > > > > I think maybe it's kind of appropriate now here anyway > > The users mailing list is the right place for users to bring up and discuss > things they do not understand or consider unexpected or misbehaving. > > > > since Cython is broken with Python 3. > > The same steps I used here worked previously a few weeks ago, so I assume > > the latest Cython release might be broken :) > > I don't think it is. It works perfectly if you just install it and we > continuously test it with Python 3.1 and 3.2pre. I don't consider > "build_ext" an important build goal for Cython. It's clearly not an > appropriate goal for normal use of Cython. Most users will just install it > and won't care that it actually *has* extension modules. So the problem you > describe is nothing that would keep users from running Cython in Python 3. > > Stefan > _______________________________________________ > Cython-dev mailing list > [email protected] > http://codespeak.net/mailman/listinfo/cython-dev
_______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
