Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42563
| References | <2c4f00a8-ec73-409c-84da-dea0059b630d@googlegroups.com> |
|---|---|
| Date | 2013-04-02 09:50 -0400 |
| Subject | Re: Installation on Mac OSX 10.6.8 doesn't create the folder: /System/Library/Frameworks/Python.framework/Versions/2.7/ |
| From | Jason Swails <jason.swails@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.40.1364910656.17481.python-list@python.org> (permalink) |
[Multipart message — attachments visible in raw view] - view raw
On Tue, Apr 2, 2013 at 6:22 AM, kramer65 <kramerh@gmail.com> wrote: > Hello people, > > > I installed python 2.7 on Mac OSX 10.6.8 with no problems and it is > working fine. When I try to install Kivy however (www.kivy.org), I get an > error saying: > How did you install Python 2.7? How did you install Kivy? Note that Kivy states 10.7 or 10.8 is required. My suggestion is to use MacPorts to build Python 2.7 (or something similar, like HomeBrew or Fink), then build Kivy from source, rather than using the Mac installer. The Mac installer for Kivy would be reasonable in expecting Python 2.7 to be installed in the standard Frameworks directory since it requires Python 2.7. Another option is to grok the MacPorts Portfile for Python 2.7 to figure out how they compile it using the Mac Framework and emulate that process when you build Python 2.7 from source (but don't install to /opt/local). If all else fails, upgrade to 10.7 ;). Good luck, Jason
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Installation on Mac OSX 10.6.8 doesn't create the folder: /System/Library/Frameworks/Python.framework/Versions/2.7/ kramer65 <kramerh@gmail.com> - 2013-04-02 03:22 -0700 Re: Installation on Mac OSX 10.6.8 doesn't create the folder: /System/Library/Frameworks/Python.framework/Versions/2.7/ Jason Swails <jason.swails@gmail.com> - 2013-04-02 09:50 -0400 Re: Installation on Mac OSX 10.6.8 doesn't create the folder: /System/Library/Frameworks/Python.framework/Versions/2.7/ Ned Deily <nad@acm.org> - 2013-04-02 16:09 -0700
csiph-web