Closed GoogleCodeExporter closed 9 years ago
For future people searching:
missing package is pyobjc
Installing this independently on 10.7 doesn't seem to be supported, but by
following the steps in this gist:
https://gist.github.com/721214 but with the path of the right version of python
(i.e. 2.7.3 instead of 2.7.1)
I seem to be able to import AppKit and FSEvents, and dev_appserver2.py runs
without the warning.
Original comment by greg.jo...@psycle.com
on 27 Nov 2012 at 10:15
Hi Greg, OS X 10.7 ships with its own version of Python 2.7. Is there any
reason why you installed your own version via HomeBrew?
I want to understand your use case to prioritize fixing this.
Original comment by bquin...@google.com
on 27 Nov 2012 at 8:54
In this case, the computer had snow leopard on it and homebrew was by far the
easiest way of getting a copy of 2.7 that allowed for installing other
'difficult' packages (numpy, PIL, lxml for example). I don't know if getting
those packages is any easier with the built-in version now, but maybe I need to
re-investigate.
Original comment by greg.jo...@psycle.com
on 28 Nov 2012 at 9:16
Greg, it's actually pretty easy to do with the shipped version. All you need is
the latest Xcode installed. Then do "easy_install <package_name>" or "pip
install <package_name>".
I used to use homebrew for that too but I found it being very difficult to
maintain stuff up-to-date in a long term.
Original comment by a...@cloudware.it
on 4 Dec 2012 at 9:10
Issue 7 has been merged into this issue.
Original comment by bquin...@google.com
on 6 Dec 2012 at 10:32
Original comment by sa...@google.com
on 14 Feb 2013 at 6:02
Original issue reported on code.google.com by
greg.jo...@psycle.com
on 27 Nov 2012 at 9:38