This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bill9889
Recipients bill9889
Date 2014-10-17.17:11:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413565915.5.0.655058689376.issue22659@psf.upfronthosting.co.za>
In-reply-to
Content
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
make[1]: *** [sharedmods] Error 1

Who wants to help me, please

Best regards.
History
Date User Action Args
2014-10-17 17:11:55bill9889setrecipients: + bill9889
2014-10-17 17:11:55bill9889setmessageid: <1413565915.5.0.655058689376.issue22659@psf.upfronthosting.co.za>
2014-10-17 17:11:55bill9889linkissue22659 messages
2014-10-17 17:11:55bill9889create