Re: XCode and Python

2015-06-12 Thread Ned Deily
In article <90a23bdc-7703-4397-b83a-92718ae10...@googlegroups.com>, Sebastian M Cheung via Python-list wrote: > On Thursday, June 11, 2015 at 11:07:59 PM UTC+1, Sebastian M Cheung wrote: > > For some reason I cannot build now in XCode: > > > > $ xcodebuild -find python > > /Users/sebc/anaconda/b

Re: XCode and Python

2015-06-11 Thread C.D. Reimer
On 6/11/2015 3:09 PM, Sebastian M Cheung via Python-list wrote: Or I need to configure something in Xcode? Perhaps this link might help determine if the problem is with Xcode and/or Python. http://stackoverflow.com/questions/5276967/python-in-xcode-6 Chris R. -- https://mail.python.org/mail

Re: XCode and Python

2015-06-11 Thread Sebastian M Cheung via Python-list
On Thursday, June 11, 2015 at 11:07:59 PM UTC+1, Sebastian M Cheung wrote: > For some reason I cannot build now in XCode: > > $ xcodebuild -find python > /Users/sebc/anaconda/bin/python > > $python > Python 2.7.10 |Anaconda 2.2.0 (x86_64)| (default, May 28 2015, 17:04:42) > [GCC 4.2.1 (Apple Inc

XCode and Python

2015-06-11 Thread Sebastian M Cheung via Python-list
For some reason I cannot build now in XCode: $ xcodebuild -find python /Users/sebc/anaconda/bin/python $python Python 2.7.10 |Anaconda 2.2.0 (x86_64)| (default, May 28 2015, 17:04:42) [GCC 4.2.1 (Apple Inc. build 5577)] on darwin Type "help", "copyright", "credits" or "license" for more informat