Op Thu, 11 Aug 2011 13:56:09 +0200 libernux <[email protected]> schreef:
To answer my own question, I digged a little deeper and i've found the problem: http://trac.enlightenment.org/e/browser/trunk/BINDINGS/python/python-evas/evas/evas.c_evas_object_smart.pxi - 507 raise ValueError("Callback %s was not registered with event %r" % 508 (func, e)) What i did whas change line 507 and 508 to read: 507 raise ValueError("Callback %s was not registered with event %r%(func,e)") 508 This code compiles. The code exists for over 3 years and it is only now that I got an error. (probably caused by cython 0.15) This must still be fixed upstream but you have the module and linenumbers. I'm glad that I could help. > Op Thu, 11 Aug 2011 13:52:42 +0200 > Gustavo Barbieri <[email protected]> schreef: > > > This is still in the Cython, not python... So need its version > > > > Sent from my iPhone > > > > On 11/08/2011, at 11:41, libernux <[email protected]> wrote: > > > > > Op Thu, 11 Aug 2011 10:51:42 +0200 > > > Boris Faure <[email protected]> schreef: > > > > > >> What version of python are you using? > > >> > > >> > > > > > > I'm using python 2.7 > > > > > > ------------------------------------------------------------------------------ > > > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > > > user administration capabilities and model configuration. Take > > > the hassle out of deploying and managing Subversion and the > > > tools developers use with it. > > > http://p.sf.net/sfu/wandisco-dev2dev > > > _______________________________________________ > > > enlightenment-devel mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > > > ------------------------------------------------------------------------------ > > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > > user administration capabilities and model configuration. Take > > the hassle out of deploying and managing Subversion and the > > tools developers use with it. > > http://p.sf.net/sfu/wandisco-dev2dev > > _______________________________________________ > > enlightenment-devel mailing list > > [email protected] > > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel > > I'm using cython 0.15 > > ------------------------------------------------------------------------------ > Get a FREE DOWNLOAD! and learn more about uberSVN rich system, > user administration capabilities and model configuration. Take > the hassle out of deploying and managing Subversion and the > tools developers use with it. > http://p.sf.net/sfu/wandisco-dev2dev > _______________________________________________ > enlightenment-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-devel ------------------------------------------------------------------------------ Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration. Take the hassle out of deploying and managing Subversion and the tools developers use with it. http://p.sf.net/sfu/wandisco-dev2dev _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
