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? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
