hi! Frank On Wed, Feb 25, 2009 at 7:51 AM, Frank Henard <[email protected]> wrote: > > Hello, > > I installed pylons 0.9.6 with easy_install and now I'm trying to > install 0.9.7 with the go-pylons approach in the documentation. I'm > getting pkg_resources.DistributionNotFound errors. I have tried > cleaning up the install from 0.9.6 by deleting .eggs from site- > packages, but I'm still getting the error > "pkg_resources.DistributionNotFound: PasteScript==1.7.3" >
I don't know which OS you are using. But if you are on linux & want to do a system wide install of pylons 0.9.7 then the better way is to upgrade from the 0.9.6. easy_install -U pylons will upgrade the pylons to the latest version. If the sqlalchemy is not upgrade to the latest version 0.5.2 by default then you may need to run the following command. easy_install -U sqlalchemy > Can anyone tell me how to get pylons going again? > > Thanks, > Frank -- Regards, Arun Tomar blog: http://linuxguy.in website: http://www.solutionenterprises.co.in --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
