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

> I was trying to build python-efl and this is what I get:
>
> =======================================
> Error compiling Cython file:
> ------------------------------------------------------------
> ...
>         :rtype: str or None
>
>         """
>         cdef const_char *cmd = ecore_exe_cmd_get(self.exe)
>         if cmd != NULL:
>             return cmd
>                      ^
> ------------------------------------------------------------
>
> efl/ecore/efl.ecore_exe.pxi:468:22: Cannot convert 'const_char *' to
> Python object
> =======================================
>

what version of cython are you using? what python?


>
> 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


> --
>
>   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