2013/4/29 Massimo Maiurana <maiur...@gmail.com>

> Davide Andreoli, il 28/04/2013 16:06, ha scritto:
>
> >> efl/ecore/efl.ecore_exe.pxi:468:22: Cannot convert 'const_char *' to
> >> Python object
> >> =======================================
> >>
> >
> > what version of cython are you using? what python?
>
> This system is debian wheezy, and these are the official packages version:
>
> max@rubino:~$ cython -V
> Cython version 0.15.1
>

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.

thanks
davemds


> max@rubino:~$ python -V
> Python 2.7.3
>
> >> Also, when the build was based on autogen.sh I was able to set prefix
> >> installation (/opt/e17 in my case), can I do the same with setup.py?
> >>
> >
> > sure:
> > python setup.py install --prefix=/opt/e17
> > but then don't forget to set your PYTHONPATH accordly
>
> Yes, it is already set this way since autotool were used :)
>
> --
>
>   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
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
>
------------------------------------------------------------------------------
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to