Re: Multiple python environments (was Python 2.7 Debian 6.0. Squeeze)

2011-05-18 Thread rusi
On May 18, 12:41 pm, rusi wrote: > On May 18, 12:05 pm, Sebastien Douche wrote: > > > On Thu, May 12, 2011 at 17:27, Jorge Romero > > wrote: > > > I tried Googling about Python 2.7 on Debian Squeeze, but did not find > > > anything but discussions -.-. Anyone out there that can point me some >

Multiple python environments (was Python 2.7 Debian 6.0. Squeeze)

2011-05-18 Thread rusi
On May 18, 12:05 pm, Sebastien Douche wrote: > On Thu, May 12, 2011 at 17:27, Jorge Romero wrote: > > I tried Googling about Python 2.7 on Debian Squeeze, but did not find > > anything but discussions -.-. Anyone out there that can point me some > > helpful material or anyone who had luck running

Re: Python 2.7 Debian 6.0. Squeeze

2011-05-18 Thread Sebastien Douche
On Thu, May 12, 2011 at 17:27, Jorge Romero wrote: > I tried Googling about Python 2.7 on Debian Squeeze, but did not find > anything but discussions -.-. Anyone out there that can point me some > helpful material or anyone who had luck running 2.7 on Debian? I use pythonbrew : http://pypi.pytho

Re: Python 2.7 Debian 6.0. Squeeze

2011-05-12 Thread Chen Wei
On Thu, May 12, 2011 at 12:03:26PM -0400, Jorge Romero wrote: > Actually came back with some feedback to my own question. > > The following repositories do the job: > # /etc/apt/sources.list > deb http://ftp.uk.debian.org/debian/ unstable main contrib non-free > deb http://ftp.uk.debian.org/debian

Re: Python 2.7 Debian 6.0. Squeeze

2011-05-12 Thread Jorge Romero
Actually came back with some feedback to my own question. The following repositories do the job: # /etc/apt/sources.list deb http://ftp.uk.debian.org/debian/ unstable main contrib non-free deb http://ftp.uk.debian.org/debian/ experimental main contrib non-free deb http://security.debian.org/ test

Python 2.7 Debian 6.0. Squeeze

2011-05-12 Thread Jorge Romero
Hi all, My machine is running Debian Squeeze so my default Python runtime is 2.6.6. According to Python docs *optparse* library is deprecated and the development will be moved to *argparse*, which is new in Python 2.7.1. So now that I'm about to write a script that parse command line arguments th