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
>
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
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
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
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
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