On 5/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Sorry for blasting in here without listening for a bit first, but I'm > trying to get started with pylons and am having trouble out of the gate. > I have workingenv installed, and I set up a workingenv for my new pylons > project, then did: > > easy_install Pylons > > followed by: > > paster create --template=pylons helloworld > > right from the Getting Started chapter, and what I got was a traceback > ending with: > > pkg_resources.DistributionNotFound: PasteScript==1.1 > > It looks like easy_install successfully installed PasteScript 1.3.4. > > So, what did I do wrong? Alternatively, how should I proceed to get > a working Pylons install?
It certainly looks like stray pieces from an earlier install are interfering. Did you previously have an older version of Pylons or any of its dependencies installed? Did you create your workingenv with --site-packages? Which file and line does this exception occur at? What is the source code of the surrounding few lines? Can you install and run the QuickWiki egg? -- Mike Orr <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
