On 5/4/06, Steve Bergman <[EMAIL PROTECTED]> wrote: > > I just upgraded from 0.9a4 which was working fine, to 0.9a5 and when I > quickstart a project I get this when I run the start script: > > Traceback (most recent call last): > File "./start-review.py", line 21, in ? > modulename="review.config") > File > "/usr/lib/python2.4/site-packages/TurboGears-0.9a4-py2.4.egg/turbogears/config.py", > line 37, in update_config > package_dir=package_dir))
This is one of the great things about eggs... look at the version in your traceback... you were somehow running against 0.9a4. Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

