Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #67049 > unrolled thread

Intalling Python 2.6 on Mac OSX 10.9

Started byRobert Schmidt <quequegg@gmail.com>
First post2014-02-25 10:28 -0800
Last post2014-02-25 21:54 +0000
Articles 2 — 2 participants

Back to article view | Back to comp.lang.python


Contents

  Intalling Python 2.6 on Mac OSX 10.9 Robert Schmidt <quequegg@gmail.com> - 2014-02-25 10:28 -0800
    Re: Intalling Python 2.6 on Mac OSX 10.9 Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-02-25 21:54 +0000

#67049 — Intalling Python 2.6 on Mac OSX 10.9

FromRobert Schmidt <quequegg@gmail.com>
Date2014-02-25 10:28 -0800
SubjectIntalling Python 2.6 on Mac OSX 10.9
Message-ID<d5dea788-88c5-4c78-88d7-299b849199b8@googlegroups.com>
I am trying to install Python 2.6 because Pygame will only run on 2.6.
The configure gives only warnings.
make frameworkinstall
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"'

I need a hint.  Am I foolish to try and install Pygame? Is that dead?

[toc] | [next] | [standalone]


#67063

FromMark Lawrence <breamoreboy@yahoo.co.uk>
Date2014-02-25 21:54 +0000
Message-ID<mailman.7370.1393365281.18130.python-list@python.org>
In reply to#67049
On 25/02/2014 18:28, Robert Schmidt wrote:
> I am trying to install Python 2.6 because Pygame will only run on 2.6.
> The configure gives only warnings.
> make frameworkinstall
> 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"'
>
> I need a hint.  Am I foolish to try and install Pygame? Is that dead?
>

This same question was answered on another thread 16 hours ago.

-- 
My fellow Pythonistas, ask not what our language can do for you, ask 
what you can do for our language.

Mark Lawrence

---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web