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

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 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, I'll lose without >

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

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 cal

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.DTL&tsp=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 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 wrote: > I found this ticket, > http://www.sfgate.com/c

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 wrote: > I found this ticket, > http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2011/12/01/BU7A1M6257.DTL&tsp=1, > that says that print sys.exec_prefix can be made to work in python v

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.DTL&tsp=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 t

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

Re: [e-users] SVN release feature freeze lifted!

2011-12-02 Thread Wido
Kudos for all the devs!! El 2 de diciembre de 2011 06:15, Carsten Haitzler escribió: > feature freeze is off now! you can add new features again to "released efl" > components. i've bumped them all up to 1.x.99 now (expedite excluded - > it's an > app), so osx will be happy we dont break its

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

2011-12-02 Thread Gustavo Sverzut Barbieri
On Fri, Dec 2, 2011 at 11:22 AM, mh 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 for headers requ

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 mh
I'm using Archlinux, so it was just an update to the 0.13 version. pacman -Syu. After I get my coffee I'm going to try the update on Debian. On Dec 2, 2011, at 8:24 AM, Jeff Hoogland wrote: > How did you install that cython version? > > On Fri, Dec 2, 2011 at 7:22 AM, mh wrote: > >> Got this

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

[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 "", line 1

Re: [e-users] [E-devel] EFL RELEASE!

2011-12-02 Thread The Rasterman
On Fri, 2 Dec 2011 10:27:53 +0100 (CET) Vincent Torri said: > > > On Fri, 2 Dec 2011, Carsten Haitzler (The Rasterman) wrote: > > > We'd like to announce a new release of several Enlightenment components. > > > > All of these components come from revision 65800, if you prefer to fetch > > from

[e-users] SVN release feature freeze lifted!

2011-12-02 Thread The Rasterman
feature freeze is off now! you can add new features again to "released efl" components. i've bumped them all up to 1.x.99 now (expedite excluded - it's an app), so osx will be happy we dont break its limit of 255 for rev (poor osx.. it has so little memory it can only spare a single byte for versio

Re: [e-users] [E-devel] EFL RELEASE!

2011-12-02 Thread Daniel Juyung Seo
yay!! This is so quick release after alpha! Everybody did good jobs. Thank you all. Now it's time to rock'n roll with e17 and elm 1.0 release! Daniel Juyung Seo (SeoZ) On Fri, Dec 2, 2011 at 5:25 PM, Carsten Haitzler wrote: > We'd like to announce a new release of several Enlightenment componen

[e-users] EFL RELEASE!

2011-12-02 Thread The Rasterman
We'd like to announce a new release of several Enlightenment components. All of these components come from revision 65800, if you prefer to fetch from SVN. Eina 1.1.0 [GZ] [BZ2] Additions eina_unicode_strndup API EINA_INLIST_FOREACH_SAFE API eina unicode UTF8 convenience calls API