Enlightenment CVS committal Author : ulisses Project : e17 Module : proto/python-efl
Dir : e17/proto/python-efl/python-evas/evas Modified Files: evas.c_evas.pyx Log Message: Moving python.pxd to solve namespace issue with Cython. We're having a problem with older versions of python-evas installed in the system and Cython finding the wrong python.pxd when compiling the newer python-evas module. Moving python.pxd to include/evas/python.pxd makes Cython always find the correct one. =================================================================== RCS file: /cvs/e/e17/proto/python-efl/python-evas/evas/evas.c_evas.pyx,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- evas.c_evas.pyx 25 Oct 2007 16:20:12 -0000 1.14 +++ evas.c_evas.pyx 10 Nov 2007 22:51:23 -0000 1.15 @@ -1,4 +1,4 @@ -cimport python +cimport evas.python as python __extra_epydoc_fields__ = ( ("parm", "Parameter", "Parameters"), # epydoc don't support pyrex properly ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs