11 messages in com.googlegroups.pylons-discussUpgraded to python 2.5 on centos but ...
FromSent OnAttachments
lilinspace20 May 2008 16:24 
Walter Cruz20 May 2008 16:30 
Noah Gift20 May 2008 16:34 
Cliff Wells20 May 2008 16:45 
lilinspace20 May 2008 22:01 
Mike Orr20 May 2008 22:20 
Dalius Dobravolskas20 May 2008 22:28 
lilinspace20 May 2008 22:35 
lilinspace20 May 2008 22:39 
Mike Orr20 May 2008 22:54 
lilinspace20 May 2008 23:21 
Subject:Upgraded to python 2.5 on centos but cannot get pylons
From:lilinspace (lnad@yahoo.com)
Date:05/20/2008 04:24:22 PM
List:com.googlegroups.pylons-discuss

II had pylons working with python 2.4 but now I have upgraded to python 2.5. I tried running

easy_install Pylons==0.9.6.1

but it keeps telling me that

Searching for Pylons==0.9.6.1 Best match: Pylons 0.9.6.1 Processing Pylons-0.9.6.1-py2.4.egg Pylons 0.9.6.1 is already the active version in easy-install.pth

Using /usr/lib/python2.4/site-packages/Pylons-0.9.6.1-py2.4.egg Processing dependencies for Pylons==0.9.6.1 Finished processing dependencies for Pylons==0.9.6.1

I also tried it with the -U option (easy_install -U Pylons==0.9.6.1) but it still keeps findind the 2.4 egg. I even tried updating easy_install (easy_install -U setuptools) but it still seems to find the python 2.4

I also tried

easy_install Pylons-0.9.6.1-py2.5.egg

but I got the following error

Searching for Pylons-0.9.6.1-py2.5.egg Reading http://pypi.python.org/simple/Pylons-0.9.6.1-py2.5.egg/ Couldn't find index page for 'Pylons-0.9.6.1-py2.5.egg' (maybe misspelled?) Scanning index of all packages (this may take a while) Reading http://pypi.python.org/simple/ No local packages or download links found for Pylons-0.9.6.1-py2.5.egg error: Could not find suitable distribution for Requirement.parse('Pylons-0.9.6.1-py2.5.egg')

Anyone has any ideas on how to install pylons for python 2.5?