Re: Python on OSX

2011-02-21 Thread Jason Swails
On Mon, Feb 21, 2011 at 7:08 PM, Chris Rebert wrote: > On Mon, Feb 21, 2011 at 3:54 PM, Robert wrote: > > Can I install 2.7 and 3.2 side by side? > > Yes, of course. Just don't fiddle with the "System Python" (i.e. the > copy preinstalled by Apple). > Good advice. I second it. > You may wish

Re: Python on OSX

2011-02-21 Thread Ned Deily
In article , Chris Rebert wrote: > On Mon, Feb 21, 2011 at 3:54 PM, Robert wrote: > > Can I install 2.7 and 3.2 side by side? > > Yes, of course. Just don't fiddle with the "System Python" (i.e. the > copy preinstalled by Apple). > You may wish to install your additional Pythons via Fink or Ma

Re: Python on OSX

2011-02-21 Thread Chris Rebert
On Mon, Feb 21, 2011 at 3:54 PM, Robert wrote: > Can I install 2.7 and 3.2 side by side? Yes, of course. Just don't fiddle with the "System Python" (i.e. the copy preinstalled by Apple). You may wish to install your additional Pythons via Fink or MacPorts. Cheers, Chris -- http://mail.python.or

Python on OSX

2011-02-21 Thread Robert
Can I install 2.7 and 3.2 side by side? -- Robert -- http://mail.python.org/mailman/listinfo/python-list

Re: Profiling python on OSX?

2009-10-13 Thread James Matthews
You can use valgrind and attach it to python (in which you recompile python for it...) On Mon, Oct 12, 2009 at 9:51 PM, nitroamos wrote: > Hello -- > > I'm a python noob, so I'm trying to figure out how to get access to > the same data I'm used to from gprof, if possible. I was able to get > cPy

Profiling python on OSX?

2009-10-12 Thread nitroamos
Hello -- I'm a python noob, so I'm trying to figure out how to get access to the same data I'm used to from gprof, if possible. I was able to get cPython/Stats to work just fine... but I'm disappointed with the lack of detail in the output... Is there a better way? For example, OSX has the nice S