OK i got it working now, it seems i did already have a correct copy of pylons, and just ignoring the "source code" bit of the tutorial and running "paster create -t pylons helloworld" created a working project.
> On Dec 16, 2:05 am, Wyatt Baldwin <[email protected]> wrote: > > > Pylons 0.9.7dev* is considered to be a lower version than Pylons 0.9.7 > > by setuptools. > > > Looks like you installed the latest dev version (?), though I'm > > curious why the dev version isn't 0.9.8dev. > > > So, you could `easy_install -U Pylons==0.9.7` to get the correct > > version or, if you're feeling adventurous, you could hack the "hello, > > world" setup.py to specify the version of Pylons that you have > > installed. -- 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.
