Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #42556
| Newsgroups | comp.lang.python |
|---|---|
| Date | 2013-04-02 03:22 -0700 |
| Message-ID | <2c4f00a8-ec73-409c-84da-dea0059b630d@googlegroups.com> (permalink) |
| Subject | Installation on Mac OSX 10.6.8 doesn't create the folder: /System/Library/Frameworks/Python.framework/Versions/2.7/ |
| From | kramer65 <kramerh@gmail.com> |
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: /usr/local/bin/kivy: line 24: /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7: No such file or directory /usr/local/bin/kivy: line 24: exec: /System/Library/Frameworks/Python.framework/Versions/2.7/bin/python2.7: cannot execute: No such file or directory Upon inspection the there are folders named 2.3, 2.5 and 2.6 in the Versions folder, but indeed no folder named "2.7". When I log into the interactive python command line however, it clearly says I've got python 2.7.3 installed. Does anybody know what the problem might be here? Kind regards, kramer
Back to comp.lang.python | Previous | Next — 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