Yesterday I installed Ubuntu Fiesty Fawn 7.04 desktop version with Pylons 0.9.6 and it seems to be singing sweetly. I have tried out the serverinfo.mako template in the Getting started guide and it is all working very well. I am now onto trying out the QuickWiki tutorial with sqllite which too seems to have been updated. Thanks, MarshP
On Sep 8, 11:54 pm, Cesco <[EMAIL PROTECTED]> wrote: > I have updated to 0.9.6rc3 and the error is still the same. > Even so, knowing that you have it working fine in Feisty makes it > clear that there's most be something wrong with my python > installation. I'll work on that. > > Thanks Gabriel. > Cesco > > On Sep 8, 6:16 pm, Gabriel Gellner <[EMAIL PROTECTED]> wrote: > > > Have you tried installing rc3? > > That is what I am happily using in Feisty. > > > do: > > $ easy_install -U 'Pylons>=0.9.6rc3' > > > Gabriel > > > On Sat, Sep 08, 2007 at 08:09:00PM -0000, Cesco wrote: > > > > Hi everyone, > > > I have being trying to install Pylons 0.9.6rc2 on ubuntu 7.04 failing > > > at every attempt. > > > > I have tried many different things, but regardless of that, if a > > > follow the simple instructions on pylonshq I get this: > > > > >sudo easy_install Pylons==0.9.6rc2 > > > No errors, so I assume it installs everything needed. > > > >paster create -t pylons helloworld > > > Traceback (most recent call last): > > > File "/usr/local/bin/paster", line 5, in <module> > > > from pkg_resources import load_entry_point > > > File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 2565, > > > in <module> > > > > File "/usr/lib/python2.5/site-packages/pkg_resources.py", line 524, > > > in resolve > > > error that occurred. Usually this will be a > > > ``DistributionNotFound`` or > > > pkg_resources.DistributionNotFound: PasteScript==1.3.4 > > > > If I understand rigth, It fails to find PasteScript 1.3.4, which is > > > not installed because the easy_install installed PasteScript 1.3.6dev- > > > r6893 > > > > I'm doing something wrong? > > > Can some one point me in the right direction? > > > > Thanks > > > Cesco --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
