Re: Help father help son / Install Version 2.6 on Mac OSX 10.9

2014-02-25 Thread Cameron Simpson
On 24Feb2014 21:57, Ned Deily n...@acm.org wrote:
 In article 
 CAPTjJmp-UDAdJz=28ywCggkepFcTTJ-=9rEvtpsXO_Vgup=q...@mail.gmail.com,
  Chris Angelico ros...@gmail.com wrote:
  On Tue, Feb 25, 2014 at 4:28 PM,  quequ...@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

And there's always MacPorts for your multiversion needs:

  python24 @2.4.6_10 (lang)
  python25 @2.5.6_4 (lang)
  python26 @2.6.9 (lang)
  python27 @2.7.6 (lang)
  python31 @3.1.5 (lang)
  python32 @3.2.5 (lang)
  python33 @3.3.4 (lang)
  python34 @3.4.0rc1 (lang)

Cheers,
-- 
Cameron Simpson c...@zip.com.au

The ZZR-1100 remains the big, fast, versatile bike for the rider with a
regular pillion passenger or the desire to humiliate just about every
other road user who attempted to match its straight line acceleration. - REVS
-- 
https://mail.python.org/mailman/listinfo/python-list


Help father help son / Install Version 2.6 on Mac OSX 10.9

2014-02-24 Thread quequegg
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?
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Help father help son / Install Version 2.6 on Mac OSX 10.9

2014-02-24 Thread Chris Angelico
On Tue, Feb 25, 2014 at 4:28 PM,  quequ...@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
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Help father help son / Install Version 2.6 on Mac OSX 10.9

2014-02-24 Thread Ned Deily
In article 
CAPTjJmp-UDAdJz=28ywCggkepFcTTJ-=9rEvtpsXO_Vgup=q...@mail.gmail.com,
 Chris Angelico ros...@gmail.com wrote:

 On Tue, Feb 25, 2014 at 4:28 PM,  quequ...@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,
 n...@acm.org

-- 
https://mail.python.org/mailman/listinfo/python-list