Pythonbrew is vanilla Python. I believe I've read elsewhere that Apple's system python can cause problems in some cases.
I would recommend always using pythonbrew and virtualenv anyway. It's not good to pollute your system python, a system update will ruin all your work, or your work could ruin your system =P. Cheers, Adam On Tuesday, September 11, 2012 12:43:23 PM UTC+10, Nathan wrote: > > On Sat, Sep 8, 2012 at 3:53 PM, Adam Kidder <[email protected]<javascript:> > > wrote: > >> Confirmed - using 2.7.3 installed via pythonbrew and pylget from head >> this works again (10.8). I did not have to install PyObjc. >> >> > Crazy. What does pythonbrew do differently that makes it work that Apple > and Python.org don't? (I tried installing 2.7.3 from Python.org -- and > that didn't work either -- but installing it from pythonbrew worked). > > Has anyone logged a bug with Apple or the Python folks? > > ~ Nathan > > -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To view this discussion on the web visit https://groups.google.com/d/msg/pyglet-users/-/WlgtZKvbMlIJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
