Enlightenment CVS committal Author : ulisses Project : e17 Module : proto/python-efl
Dir : e17/proto/python-efl/python-evas Modified Files: setup.py 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/setup.py,v retrieving revision 1.19 retrieving revision 1.20 diff -u -3 -r1.19 -r1.20 --- setup.py 5 Nov 2007 21:47:48 -0000 1.19 +++ setup.py 10 Nov 2007 22:51:23 -0000 1.20 @@ -39,7 +39,7 @@ 'evas/evas.c_evas_object_polygon.pxi', 'evas/evas.c_evas_object_text.pxi', 'include/evas/c_evas.pxd', - 'include/python.pxd', + 'include/evas/python.pxd', ], **pkgconfig('"evas >= 0.9.9.040"') ) @@ -48,7 +48,7 @@ headers = ['evas/evas.c_evas.h', 'include/evas/python_evas_utils.h', 'include/evas/c_evas.pxd', - 'include/python.pxd', + 'include/evas/python.pxd', ] ------------------------------------------------------------------------- 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