Re: Pylons and Python 2.6 (Was: Re: go-pylons.py broken on Python 2.6 in Windows?)

2008-11-19 Thread Jorge Vargas
On Tue, Nov 18, 2008 at 2:22 AM, Lawrence Oluyede <[EMAIL PROTECTED]> wrote: > > On Tue, Nov 18, 2008 at 8:35 AM, Eric Ongerth <[EMAIL PROTECTED]> wrote: >> >> Correction: the point at which easy_installing Pylons errored out was >> during the installation of simpleJSON. So it never reached the p

Re: Pylons and Python 2.6 (Was: Re: go-pylons.py broken on Python 2.6 in Windows?)

2008-11-19 Thread Wichert Akkerman
Previously Mike Orr wrote: > > On Tue, Nov 18, 2008 at 12:22 AM, Lawrence Oluyede <[EMAIL PROTECTED]> wrote: > > > > On Tue, Nov 18, 2008 at 8:35 AM, Eric Ongerth <[EMAIL PROTECTED]> wrote: > >> > >> Correction: the point at which easy_installing Pylons errored out was > >> during the installatio

RE: Pylons and Python 2.6 (Was: Re: go-pylons.py broken on Python 2.6 in Windows?)

2008-11-19 Thread Jules Stevenson
s-discuss > Subject: Re: Pylons and Python 2.6 (Was: Re: go-pylons.py broken on > Python 2.6 in Windows?) > > > Correction: the point at which easy_installing Pylons errored out was > during the installation of simpleJSON. So it never reached the point > of installing paste,

Re: Pylons and Python 2.6 (Was: Re: go-pylons.py broken on Python 2.6 in Windows?)

2008-11-18 Thread Mike Orr
On Tue, Nov 18, 2008 at 12:22 AM, Lawrence Oluyede <[EMAIL PROTECTED]> wrote: > > On Tue, Nov 18, 2008 at 8:35 AM, Eric Ongerth <[EMAIL PROTECTED]> wrote: >> >> Correction: the point at which easy_installing Pylons errored out was >> during the installation of simpleJSON. So it never reached the

Re: Pylons and Python 2.6 (Was: Re: go-pylons.py broken on Python 2.6 in Windows?)

2008-11-18 Thread Lawrence Oluyede
On Tue, Nov 18, 2008 at 8:35 AM, Eric Ongerth <[EMAIL PROTECTED]> wrote: > > Correction: the point at which easy_installing Pylons errored out was > during the installation of simpleJSON. So it never reached the point > of installing paste, pastescript, pastedeploy etc. > > Hey, I thought Python

Re: Pylons and Python 2.6 (Was: Re: go-pylons.py broken on Python 2.6 in Windows?)

2008-11-17 Thread Eric Ongerth
Correction: the point at which easy_installing Pylons errored out was during the installation of simpleJSON. So it never reached the point of installing paste, pastescript, pastedeploy etc. Hey, I thought Python 2.6 includes the former simpleJSON as the new json module. No? On Nov 17, 10:31 p

Re: Pylons and Python 2.6 (Was: Re: go-pylons.py broken on Python 2.6 in Windows?)

2008-11-17 Thread Eric Ongerth
Neither Pylons nor Paste install correctly at this time on the Win32 platform using easy_install, whether in a virtualenv or even in a system-wide install to a clean system. Just about everything goes fine until somewhere in the installation of Paste, where an error described only as "None" occur

Re: Pylons and Python 2.6 (Was: Re: go-pylons.py broken on Python 2.6 in Windows?)

2008-11-12 Thread Mike Orr
On Wed, Nov 12, 2008 at 1:48 AM, Alex Marandon <[EMAIL PROTECTED]> wrote: > By the way is the production version of Pylons also know to be compatible? > How about the libraries often used with Pylons (Routes, Mako, > SQLAlchemy, Elixir, etc.)? > Has anyone here started to migrate their production

Pylons and Python 2.6 (Was: Re: go-pylons.py broken on Python 2.6 in Windows?)

2008-11-12 Thread Alex Marandon
2008/11/11 Ben Bangert <[EMAIL PROTECTED]>: > On Nov 11, 2008, at 7:38 AM, Alex Marandon wrote: > >> As far as I know, Pylons doesn't support Python 2.6, no matter what >> operating system you're on. At least that's how it was last time I >> checked. > > Pylons does run on Python 2.6, and we have