I found this ticket, http://www.sfgate.com/cgi-bin/article.cgi?f=/c/a/2011/12/01/BU7A1M6257.DTL&tsp=1, that says that print sys.exec_prefix can be made to work in python version 3.2 by adding parenthesis around sys.exec_prefix, as in print(sys.prefix) and print(sys.exec_prefix).
Not sure if that is the cause, helps, or not. Do I need to have python2 installed instead of python3 for this to compile correctly? mike On Dec 2, 2011, at 11:17 AM, mh wrote: > Yes, version 3.2.2-2. > > On Dec 2, 2011, at 11:03 AM, Gustavo Sverzut Barbieri wrote: > >> On Fri, Dec 2, 2011 at 11:22 AM, mh <[email protected]> wrote: >>> >>> Got this error this morning on svn rev. 65800. Not sure if this is a python >>> error with headers (as it looks) or python-evas error. The Cython not found >>> is wrong too, I have cython version 0.15.1-2 installed. Thanks! >>> >>> checking for headers required to compile python extensions... File >>> "<string>", line 1 >>> import sys; print sys.prefix >>> ^ >> >> are you using python3? >> >> >>> SyntaxError: invalid syntax >>> File "<string>", line 1 >>> import sys; print sys.exec_prefix >>> ^ >>> SyntaxError: invalid syntax >>> found >>> checking for Cython >= 0.13... no >>> >>> >>> -- >>> mh <[email protected]> >>> >>> ------------------------------------------------------------------------------ >>> All the data continuously generated in your IT infrastructure >>> contains a definitive record of customers, application performance, >>> security threats, fraudulent activity, and more. Splunk takes this >>> data and makes sense of it. IT sense. And common sense. >>> http://p.sf.net/sfu/splunk-novd2d >>> _______________________________________________ >>> enlightenment-users mailing list >>> [email protected] >>> https://lists.sourceforge.net/lists/listinfo/enlightenment-users >> >> >> >> >> -- >> Gustavo Sverzut Barbieri >> http://profusion.mobi embedded systems >> -------------------------------------- >> MSN: [email protected] >> Skype: gsbarbieri >> Mobile: +55 (19) 9225-2202 >> >> ------------------------------------------------------------------------------ >> All the data continuously generated in your IT infrastructure >> contains a definitive record of customers, application performance, >> security threats, fraudulent activity, and more. Splunk takes this >> data and makes sense of it. IT sense. And common sense. >> http://p.sf.net/sfu/splunk-novd2d >> _______________________________________________ >> enlightenment-users mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/enlightenment-users > > > ------------------------------------------------------------------------------ > All the data continuously generated in your IT infrastructure > contains a definitive record of customers, application performance, > security threats, fraudulent activity, and more. Splunk takes this > data and makes sense of it. IT sense. And common sense. > http://p.sf.net/sfu/splunk-novd2d > _______________________________________________ > enlightenment-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/enlightenment-users ------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d _______________________________________________ enlightenment-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-users
