Re: Which Python are people using on OSX?

2010-07-20 Thread shacker
I had to set up Django + MySQL + PiL environments on two machines - one brand new and the other being upgraded from Leopard. The upgrade machine was a big hassle - all the old MacPorts and other libs in all the non-standard locations get in the way and create hidden problems, but everything went

Re: Which Python are people using on OSX?

2010-07-19 Thread Shawn Milochik
I definitely prefer to compile and altinstall Python or install it somewhere in my home directory, then use virtualenv for all my Django and Python projects. I'm currently using 2.6.5 and 2.7 for my Django projects, without interfering with any OS X defaults. As has been mentioned you'll need

Re: Which Python are people using on OSX?

2010-07-19 Thread Steve Holden
Mob: (+44) (0)7725568433 >> MSN: raddish...@hotmail.co.uk >> radd...@me.com >> >> -Original Message- >> From: django-users@googlegroups.com >> >> [mailto:django-us...@googlegroups.com] On Behalf Of Russell Keith-Magee >> Sent: 05 February 2009 22:53

Re: Which Python are people using on OSX?

2009-02-06 Thread Adam Nelson
> 4. Use the macpython .dmg I've been using the app from http://wiki.python.org/moin/MacPython/Leopard and it works great. That's a nice clean 2.5.4 install. All my libs/ apps I get using pip and virtualenv which is a recent thing. On a recent install I did with a friend, we left the stock

Re: Which Python are people using on OSX?

2009-02-06 Thread Graham Dumpleton
com > > -Original Message- > From: django-users@googlegroups.com > > [mailto:django-us...@googlegroups.com] On Behalf Of Russell Keith-Magee > Sent: 05 February 2009 22:53 > To: django-users@googlegroups.com > Subject: Re: [slightly offtopic] Which Python are people

Re: [slightly offtopic] Which Python are people using on OSX?

2009-02-06 Thread Horst Gutmann
After a bit of going back and forth I'm now using MacPorts more or less exclusively since it makes it easy to have multiple version (2.3, 2.4, 2.5, 2.6 and 3.0) installed in parallel. -- Horst On Thu, Feb 5, 2009 at 11:53 PM, Russell Keith-Magee wrote: > On Fri, Feb 6,

RE: [slightly offtopic] Which Python are people using on OSX?

2009-02-06 Thread Adam Radestock
To: django-users@googlegroups.com Subject: Re: [slightly offtopic] Which Python are people using on OSX? On Fri, Feb 6, 2009 at 6:07 AM, cjl <cjl...@gmail.com> wrote: > > I've been on Windows and Linux for many years, and recently picked up > a Macbook Pro for the fun of it. > &

Re: [slightly offtopic] Which Python are people using on OSX?

2009-02-05 Thread Russell Keith-Magee
On Fri, Feb 6, 2009 at 6:07 AM, cjl wrote: > > I've been on Windows and Linux for many years, and recently picked up > a Macbook Pro for the fun of it. > > To be honest, I'm kind of disappointed with the Python included with > Leopard. I spent some time googling around to see

Re: Which Python are people using on OSX?

2009-02-05 Thread elithrar
I run Python 2.5.1 (the standard install), though I would lean towards a port install python-2.6 if I required it. I don't see any problem compiling it into /usr/local/bin from source, though. --~--~-~--~~~---~--~~ You received this message because you are

Re: [slightly offtopic] Which Python are people using on OSX?

2009-02-05 Thread Martin Conte Mac Donell
On Thu, Feb 5, 2009 at 7:07 PM, cjl wrote: > Honestly, I'm leaning towards option number 5. I'm just wondering what > other Django folks are using. I'm using MacPorts. It's the practical way. (x11? really?. Which version are you trying?) I'm using those ports: # port

Re: [slightly offtopic] Which Python are people using on OSX?

2009-02-05 Thread Jon Dufresne
On Thu, Feb 5, 2009 at 1:07 PM, cjl wrote: > 1. Use the stock Python, slightly outdated 2.5.1, with weird and > incomplete modules. > 2. Compile Python myself from source. > 3. Use MacPorts Python. Anyone know why the nearly all of Xorg gets > built as a dependency? > 4. Use

Re: [slightly offtopic] Which Python are people using on OSX?

2009-02-05 Thread Petite Abeille
On Feb 5, 2009, at 10:07 PM, cjl wrote: > 2. Compile Python myself from source. Easy peasy :) Cheers, -- PA. http://alt.textdrive.com/nanoki/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

[slightly offtopic] Which Python are people using on OSX?

2009-02-05 Thread cjl
I've been on Windows and Linux for many years, and recently picked up a Macbook Pro for the fun of it. To be honest, I'm kind of disappointed with the Python included with Leopard. I spent some time googling around to see what my options are for running Python 2.6.1, and came up with this list: