Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #67025 > unrolled thread
| Started by | quequegg@gmail.com |
|---|---|
| First post | 2014-02-24 21:28 -0800 |
| Last post | 2014-02-24 21:57 -0800 |
| Articles | 3 — 3 participants |
Back to article view | Back to comp.lang.python
Help father help son / Install Version 2.6 on Mac OSX 10.9 quequegg@gmail.com - 2014-02-24 21:28 -0800
Re: Help father help son / Install Version 2.6 on Mac OSX 10.9 Chris Angelico <rosuav@gmail.com> - 2014-02-25 16:43 +1100
Re: Help father help son / Install Version 2.6 on Mac OSX 10.9 Ned Deily <nad@acm.org> - 2014-02-24 21:57 -0800
| From | quequegg@gmail.com |
|---|---|
| Date | 2014-02-24 21:28 -0800 |
| Subject | Help father help son / Install Version 2.6 on Mac OSX 10.9 |
| Message-ID | <69b4887c-afea-46d0-b336-f4a34c78cbbe@googlegroups.com> |
I just want to help him get the environment set up. Running Mac Maverick, OSX 10.9 Trying to install Python 2.6 because PyGames says it will only install if Python 2.6 is present. When I run make framework install I am treated to: gcc -c -fno-strict-aliasing -fno-common -dynamic -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -I. -IInclude -I./Include -DPy_BUILD_CORE -DSVNVERSION=\"`LC_ALL=C svnversion .`\" -o Modules/getbuildinfo.o ./Modules/getbuildinfo.c clang: error: no such file or directory: 'directory"' make: *** [Modules/getbuildinfo.o] Error 1 Hint?
[toc] | [next] | [standalone]
| From | Chris Angelico <rosuav@gmail.com> |
|---|---|
| Date | 2014-02-25 16:43 +1100 |
| Message-ID | <mailman.7342.1393307021.18130.python-list@python.org> |
| In reply to | #67025 |
On Tue, Feb 25, 2014 at 4:28 PM, <quequegg@gmail.com> wrote: > Trying to install Python 2.6 because PyGames says it will only install if Python 2.6 is present. Are you sure you need 2.6 and not 2.7? This suggests 2.7 works: http://pygame.org/wiki/MacCompile ChrisA
[toc] | [prev] | [next] | [standalone]
| From | Ned Deily <nad@acm.org> |
|---|---|
| Date | 2014-02-24 21:57 -0800 |
| Message-ID | <mailman.7343.1393307834.18130.python-list@python.org> |
| In reply to | #67025 |
In article <CAPTjJmp-UDAdJz=28ywCggkepFcTTJ-=9rEvtpsXO_Vgup=QCw@mail.gmail.com>, Chris Angelico <rosuav@gmail.com> wrote: > On Tue, Feb 25, 2014 at 4:28 PM, <quequegg@gmail.com> wrote: > > Trying to install Python 2.6 because PyGames says it will only install if > > Python 2.6 is present. > > Are you sure you need 2.6 and not 2.7? This suggests 2.7 works: > > http://pygame.org/wiki/MacCompile And, in any case, Apple ships OS X 10.9 with copies of both Python 2.7 and 2.6: /usr/bin/python2.7 /usr/bin/python2.6 -- Ned Deily, nad@acm.org
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web