Re: [Python-Dev] Wrong OSX platform in sysconfig.py causing installation problems

2016-05-09 Thread Joseph Lee Nunn III
> On May 09 , 2016, at 11:03 AM, Chris Barker wrote: > > I installed OSX Python 3.5.1, created a virtual environment using the pyvenv > command from that newly installed Python 3.5.1, and sourced its bin/activate. > Then when running pip install ZODB, the compiler would be passed the > -isysro

Re: [Python-Dev] Wrong OSX platform in sysconfig.py causing installation problems

2016-05-08 Thread Joseph Lee Nunn III
Thank you for looking into this for me, but since I fixed my problem by simply deleting the old SDKs I’ve moved on. However let me clarify exactly what was going on one more time, just in case you guys decide to pursue further. I had the old 10.6 SDK in /Developer/SDKs, it could have been ‘spec

Re: [Python-Dev] Wrong OSX platform in sysconfig.py causing installation problems

2016-05-06 Thread Joseph Lee Nunn III
Then I have found the right list to post on, for my problem is a bug in the Python 3.5.1 distribution. Albeit one which will only manifest in certain situations. The presence of numerous `-isysroot /Developer/SDKs/MacOSX10.6.sdk` directives in the following file /Library/Frameworks/Python.fra