Pylons and Python version

2007-08-01 Thread voltron
HI! Where can one safely define which version of Python that Pylons should use? The reason behind this is that on Debian Etch, both versions, 2.4 and 2.5 are installed, and the dependencies doe not allow only 2.5, whats worse, removing 2.4 automatically removes 2.5( I could curse all day because

Re: Pylons and Python version

2007-08-01 Thread Jose Galvez
since pylons depends on paste, I would imagine it would be in the shebang used to start that script. But I've not tested myself Jose On 8/1/07, voltron <[EMAIL PROTECTED]> wrote: > > > HI! > > Where can one safely define which version of Python that Pylons should > use? The reason behind this i

Re: Pylons and Python version -Setting Debian to Python 2.5

2007-08-03 Thread voltron
Hmm, I was scared of touching anything in Pylons for fear of it "exploding" Jose:-)) This is what I did instead: Edit /usr/share/python/debian_defaults to this Code: [DEFAULT] # the default python version default-version = python2.5 # all supported python versions supported-versions = python2.4