On Wed, Dec 21, 2011 at 1:15 AM, Chris Withers wrote:
> Hi All,
>
> What's the general consensus on supporting Python 2.5 nowadays?
>
If you compile mod_wsgi with Apache you are stuck on the version of Python
you compiled with. I had an old server stuck on Python 2.5 for this reason
but I finally
Dennis Lee Bieber, 21.12.2011 17:48:
On Wed, 21 Dec 2011 07:15:46 +, Chris Withers wrote:
What's the general consensus on supporting Python 2.5 nowadays?
Do people still have to use this in commercial environments or is
everyone on 2.6+ nowadays?
I was recently laid-off from a program tha
On Wed, 21 Dec 2011 21:15:31 -0500, Nathan Rice wrote:
> Just because the default python version on a server is 2.4 doesn't mean
> you can't install 2.7.2... If the admins that run the machine are too
> lazy/stupid to install a second copy of Python let them rot.
If any of my sys admins installed
Just because the default python version on a server is 2.4 doesn't
mean you can't install 2.7.2... If the admins that run the machine are
too lazy/stupid to install a second copy of Python let them rot.
Of course, if by some nightmare scenario you have code that can't be
upgraded for whatever reas
On Wed, Dec 21, 2011 at 2:57 AM, Jim Fulton wrote:
> On Wed, Dec 21, 2011 at 2:15 AM, Chris Withers
> wrote:
> > Hi All,
> >
> > What's the general consensus on supporting Python 2.5 nowadays?
> >
> > Do people still have to use this in commercial environments or is
> everyone
> > on 2.6+ nowada
On Wed, Dec 21, 2011 at 05:57, Jim Fulton wrote:
> On Wed, Dec 21, 2011 at 2:15 AM, Chris Withers
> wrote:
> > Hi All,
> >
> > What's the general consensus on supporting Python 2.5 nowadays?
> >
> > Do people still have to use this in commercial environments or is
> everyone
> > on 2.6+ nowadays
On 2011-12-21T07:15:46+, Chris Withers wrote:
> Hi All,
>
> What's the general consensus on supporting Python 2.5 nowadays?
>
> Do people still have to use this in commercial environments or is
> everyone on 2.6+ nowadays?
2.5, how modern.
SUSE Linux Enterprise Server 10 comes with 2.4.2
Wi
On 12/21/11 07:07, Roy Smith wrote:
In article<4ef1b9fa$0$29973$c3e8da3$54964...@news.astraweb.com>,
Steven D'Aprano wrote:
Centos and Red Hat production systems still use Python 2.4, so yes,
absolutely, 2.5 and 2.4 still need to be supported.
Is Python 2.4 destined to be the next IE-6?
In article ,
Tom Davis wrote:
> For those of us living the nightmare of AppEngine
I've never used AppEngine, just read a little about it. Could you
explain why it's a nightmare?
--
http://mail.python.org/mailman/listinfo/python-list
On Dec 21, 2011, at 2:15 AM, Chris Withers wrote:
> Hi All,
>
> What's the general consensus on supporting Python 2.5 nowadays?
>
> Do people still have to use this in commercial environments or is everyone on
> 2.6+ nowadays?
For those of us living the nightmare of AppEngine *and* working
In article <4ef1b9fa$0$29973$c3e8da3$54964...@news.astraweb.com>,
Steven D'Aprano wrote:
> Centos and Red Hat production systems still use Python 2.4, so yes,
> absolutely, 2.5 and 2.4 still need to be supported.
Is Python 2.4 destined to be the next IE-6?
--
http://mail.python.org/mailman/li
Em quarta-feira, 21 de dezembro de 2011 08:50:34, Steven D'Aprano
escreveu:
On Wed, 21 Dec 2011 07:15:46 +, Chris Withers wrote:
Hi All,
What's the general consensus on supporting Python 2.5 nowadays?
Do people still have to use this in commercial environments or is
everyone on 2.6+ nowad
On Wed, Dec 21, 2011 at 2:15 AM, Chris Withers wrote:
> Hi All,
>
> What's the general consensus on supporting Python 2.5 nowadays?
>
> Do people still have to use this in commercial environments or is everyone
> on 2.6+ nowadays?
>
> I'm finally getting some continuous integration set up for my p
On Wed, Dec 21, 2011 at 9:21 AM, Pierre-Yves David
wrote:
...
> The most notable exception is Ubuntu Hardy and LTS release from april 2008
> with
> 2.5. But this LTS is out of support for almost 1 year now and current LTS
> (Lucid) ship 2.6.
Not quite. Ubuntu 8.04 LTS is supported on the server
On Wed, 21 Dec 2011 07:15:46 +, Chris Withers wrote:
> Hi All,
>
> What's the general consensus on supporting Python 2.5 nowadays?
>
> Do people still have to use this in commercial environments or is
> everyone on 2.6+ nowadays?
Centos and Red Hat production systems still use Python 2.4, s
testing-in-python-boun...@lists.idyll.org] On Behalf Of Chris Withers
Sent: 21 December 2011 07:16
To: Python List; testing-in-pyt...@lists.idyll.org; simplis...@googlegroups.com
Subject: [TIP] Anyone still using Python 2.5?
Hi All,
What's the general consensus on supporting Python 2.5 nowadays?
On Wed, Dec 21, 2011 at 07:15:46AM +, Chris Withers wrote:
> Hi All,
>
> What's the general consensus on supporting Python 2.5 nowadays?
>
> Do people still have to use this in commercial environments or is
> everyone on 2.6+ nowadays?
>
> I'm finally getting some continuous integration set
Chris Withers, 21.12.2011 08:15:
What's the general consensus on supporting Python 2.5 nowadays?
From my own (recent) polls, it appears that people want continued support
for Python 2.4 and later for a couple of years to come, mainly because
RHEL5 uses that by default and has official support
Hi All,
What's the general consensus on supporting Python 2.5 nowadays?
Do people still have to use this in commercial environments or is
everyone on 2.6+ nowadays?
I'm finally getting some continuous integration set up for my packages
and it's highlighting some 2.5 compatibility issues. I'm
kunal.k wrote:
I have installed python 2.5 for a particular code. Now i have 2.6
already installed. How do i direct this code to use the 2.5 modules??
I can think of two different questions you might be asking. 1) How do I
get the add-on modules installed with 2.6 to also work in 2.5? or 2
On Sep 21, 4:42 pm, "kunal.k" wrote:
> I have installed python 2.5 for a particular code. Now i have 2.6
> already installed. How do i direct this code to use the 2.5 modules??
I don't think you do. You should install the modules for python 2.6.
You could try to hand copy the modules, and some m
I have installed python 2.5 for a particular code. Now i have 2.6
already installed. How do i direct this code to use the 2.5 modules??
--
http://mail.python.org/mailman/listinfo/python-list
Dennis Lee Bieber schrieb:
> On 23 Sep 2006 09:24:09 -0700, "daniel" <[EMAIL PROTECTED]>
> declaimed the following in comp.lang.python:
>
>> so the implementation rules of python extension module must have been
>> changed, for now, I have to wait for the new release of that module and
>
> N
thank you so much for your help..
I've got no idea about pyd or dll stuff, started to learn python just
several weeks ago.
so the implementation rules of python extension module must have been
changed, for now, I have to wait for the new release of that module and
switch back to python 2.4 to get m
daniel wrote:
> John Machin wrote:
> > daniel wrote:
> > > there's a dll extension used to be imported with no error under version
> > > 2.4.3, but the new python complains that the name of the module can't
> > > be found. seems not mentioned in the official documentation, any work
> > > around to
John Machin wrote:
> daniel wrote:
> > there's a dll extension used to be imported with no error under version
> > 2.4.3, but the new python complains that the name of the module can't
> > be found. seems not mentioned in the official documentation, any work
> > around to fix the issue without swi
daniel wrote:
> there's a dll extension used to be imported with no error under version
> 2.4.3, but the new python complains that the name of the module can't
> be found. seems not mentioned in the official documentation, any work
> around to fix the issue without switching back to the old versio
there's a dll extension used to be imported with no error under version
2.4.3, but the new python complains that the name of the module can't
be found. seems not mentioned in the official documentation, any work
around to fix the issue without switching back to the old version?
tks..
daniel
--
h
28 matches
Mail list logo