[issue22659] SyntaxError in the configure_ctypes

2016-04-11 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report. I think this is a problem in your dev environment (wrong path or something like that). For some reason, you are trying to run Python 3 setup.py in Python 2. -- nosy: +berker.peksag resolution: -> not a bug stage: -> resolved

[issue22659] SyntaxError in the configure_ctypes

2015-03-21 Thread Mark Lawrence
Mark Lawrence added the comment: Without more detail I very much doubt that anybody can help. -- nosy: +BreamoreBoy ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22659 ___

[issue22659] SyntaxError in the configure_ctypes

2014-10-17 Thread Billy
New submission from Billy: Hi all, I have a issue with the cross-compilation, here I let it: File ../src/setup.py, line 1849 exec(f.read(), globals(), fficonfig) SyntaxError: unqualified exec is not allowed in function 'configure_ctypes' it contains a nested function with free variables