Re: [E-devel] error in python-bindings for elementary

2011-08-13 Thread Boris Faure
Should be fixed in rev 62423.
Thank you for your report.
-- 
Boris Faure

--
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] error in python-bindings for elementary

2011-08-13 Thread libernux
Op Sat, 13 Aug 2011 14:25:58 +0200
Boris Faure bill...@gmail.com schreef:

 Should be fixed in rev 62423.
 Thank you for your report.

Yes this one is also fixed now.
Thank you for your work.

--
FREE DOWNLOAD - uberSVN with Social Coding for Subversion.
Subversion made easy with a complete admin console. Easy 
to use, easy to manage, easy to install, easy to extend. 
Get a Free download of the new open ALM Subversion platform now.
http://p.sf.net/sfu/wandisco-dev2dev
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] error in python-bindings for elementary

2011-08-12 Thread libernux
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