[Python-Dev] enable-framework Vs. Naught
André Lemos
alemos at plux.info
Fri Jan 6 12:39:20 EST 2017
More information about the Python-Dev mailing list
Fri Jan 6 12:39:20 EST 2017
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] enable-framework Vs. Naught
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi, I have a C++ module that I am compiling to use inside of my Python installation under Mac OS. If I compile & link it against a Framework enabled Python installation, it works fine, but if I compile & link it against a *non* enabled Framework installation that we use for distribution, I simply get a non inspiring: Fatal Python error: PyThreadState_Get: no current thread I am using python-config to get my flags on both the examples, but I simply cannot get it to run (although it compiles fine) on a *non* enabled Framework installation. Thoughts/Help? -- André Lemos -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20170106/210b3dfe/attachment.html>
- Previous message (by thread): [Python-Dev] Summary of Python tracker Issues
- Next message (by thread): [Python-Dev] enable-framework Vs. Naught
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list