On May 20, 2007, at 9:24 AM, astray wrote:
> > Hello, > > I decided to give Pylons a test drive today and as I was going through > the "Getting Started" section, I got to: > > $ paster serve --reload development.ini > > and got the error: > > File "/Library/Python/2.3/site-packages/Beaker-0.7.2-py2.3.egg/ > beaker/util.py", line 17, in ? > Set = set > NameError: name 'set' is not defined > This is another new Beaker bug (doh), 0.7.2 was just released yesterday. This is a Python 2.3 specific issue, and is now fixed in Beaker trunk: easy_install -U Beaker==dev should install Beaker trunk for you. -- Philip Jenvey --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
