[e-users] python-evas compile error

2011-12-02 Thread mh
Got this error this morning on svn rev. 65800. Not sure if this is a python error with headers (as it looks) or python-evas error. The Cython not found is wrong too, I have cython version 0.15.1-2 installed. Thanks! checking for headers required to compile python extensions... File string,

Re: [e-users] python-evas compile error

2011-12-02 Thread Jeff Hoogland
How did you install that cython version? On Fri, Dec 2, 2011 at 7:22 AM, mh mhe...@member.fsf.org wrote: Got this error this morning on svn rev. 65800. Not sure if this is a python error with headers (as it looks) or python-evas error. The Cython not found is wrong too, I have cython version

Re: [e-users] python-evas compile error

2011-12-02 Thread mh
Jeff, on Debian sid I have cython v. 0.15.1-1, which is also in wheezy. Looks like squeeze is at 0.12.1-1.1. Elementary failed to build on debian, will look at it later... On Dec 2, 2011, at 8:46 AM, mh wrote: I'm using Archlinux, so it was just an update to the 0.13 version. pacman -Syu.

Re: [e-users] python-evas compile error

2011-12-02 Thread Gustavo Sverzut Barbieri
On Fri, Dec 2, 2011 at 11:22 AM, mh mhe...@member.fsf.org wrote: Got this error this morning on svn rev. 65800. Not sure if this is a python error with headers (as it looks) or python-evas error. The Cython not found is wrong too, I have cython version 0.15.1-2 installed. Thanks! checking

Re: [e-users] python-evas compile error

2011-12-02 Thread mh
Yes, version 3.2.2-2. On Dec 2, 2011, at 11:03 AM, Gustavo Sverzut Barbieri wrote: On Fri, Dec 2, 2011 at 11:22 AM, mh mhe...@member.fsf.org wrote: Got this error this morning on svn rev. 65800. Not sure if this is a python error with headers (as it looks) or python-evas error. The Cython

Re: [e-users] python-evas compile error

2011-12-02 Thread mh
I found this ticket, http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2011/12/01/BU7A1M6257.DTLtsp=1, that says that print sys.exec_prefix can be made to work in python version 3.2 by adding parenthesis around sys.exec_prefix, as in print(sys.prefix) and print(sys.exec_prefix). Not sure if

Re: [e-users] python-evas compile error

2011-12-02 Thread Jeff Hoogland
Worth a shot. I know it builds fine for me with latest cython and python 2.6 On Fri, Dec 2, 2011 at 1:04 PM, mh mhe...@member.fsf.org wrote: I found this ticket, http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2011/12/01/BU7A1M6257.DTLtsp=1, that says that print sys.exec_prefix can be made

Re: [e-users] python-evas compile error

2011-12-02 Thread Gustavo Sverzut Barbieri
I've never tested it with python3. I've spotted this because AUTOCONF generated test code uses Python2 syntax (print statement)... then it's not even getting to the bindings we wrote. Regards, -- Gustavo On Fri, Dec 2, 2011 at 5:04 PM, mh mhe...@member.fsf.org wrote: I found this ticket,

Re: [e-users] python-evas compile error

2011-12-02 Thread Fredric Johansson
On 2011-12-02 20:04, mh wrote: I found this ticket, http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2011/12/01/BU7A1M6257.DTLtsp=1, that says that print sys.exec_prefix can be made to work in python version 3.2 by adding parenthesis around sys.exec_prefix, as in print(sys.prefix) and

Re: [e-users] python-evas compile error

2011-12-02 Thread mh
oops, yes wrong url. This is correct one: https://trac.macports.org/ticket/28479 Downgrading to python2 on Arch will cost me pyalpm, namcp, blender, cython, sip, and calibre and a few others, all of which pull python-3.2.2-2 as a dependency. Dammit! I've been trying to use blender and learn

Re: [e-users] python-evas compile error

2011-12-02 Thread mh
The other solution is to not install the python-* modules. Trying that now. I'm using the easy_e17.sh script lately, and those were included with the efl_basic option. Not exactly sure what, if anything, I'll lose without those. Is this not a good thing? On Dec 2, 2011, at 3:43 PM, mh

Re: [e-users] python-evas compile error

2011-12-02 Thread Jeff Hoogland
You will lose nothing. On Fri, Dec 2, 2011 at 3:10 PM, mh mhe...@member.fsf.org wrote: The other solution is to not install the python-* modules. Trying that now. I'm using the easy_e17.sh script lately, and those were included with the efl_basic option. Not exactly sure what, if anything,

Re: [e-users] python-evas compile error

2011-12-02 Thread mh
schweet! Should be done soon. On Dec 2, 2011, at 4:18 PM, Jeff Hoogland wrote: You will lose nothing. On Fri, Dec 2, 2011 at 3:10 PM, mh mhe...@member.fsf.org wrote: The other solution is to not install the python-* modules. Trying that now. I'm using the easy_e17.sh script lately,