2013/4/29 Massimo Maiurana <[email protected]> > Davide Andreoli, il 29/04/2013 22:04, ha scritto: > > > your cython version is too old, you need at least 0.17.3 (easy to build > > from sources) > > I just added a test in the setup.py that stop the compilation > > if the version of cython is too old. > > > > please let me know if it works for you. > > $ python setup.py build_ext > Requires Cython >= 0.17.3 (http://cython.org/) > > Looks like the test works, now I just have to install a newer version of > Cython :) >
perfect, thanks! installing cython is super simple, just download from: http://www.cython.org/release/Cython-0.17.3.tar.gz and install with: (sudo) python setup.py install it need the python-dev package > > Thanks > > -- > > Massimo Maiurana GPG keyID #7044D601 > > La fede e' credere in cio' che sai non essere vero > [Mark Twain] > > > ------------------------------------------------------------------------------ > Try New Relic Now & We'll Send You this Cool Shirt > New Relic is the only SaaS-based application performance monitoring service > that delivers powerful full stack analytics. Optimize and monitor your > browser, app, & servers with just a few lines of code. Try New Relic > and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > ------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1 _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
