Hello developers,

The same problem i've reported with evas does also exist in elementary

http://trac.enlightenment.org/e/browser/trunk/BINDINGS/python/python-elementary/elementary/elementary.c_elementary_object.pxi
-
406 raise ValueError("Callback %s was not registered with event %r" %
407                                  (func, e))

What i did whas change line 406 and 407 to read:

406 raise ValueError("Callback %s was not registered with event%r%(func,e)")
407

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.

------------------------------------------------------------------------------
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
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to