Dnia 11-10-2008 o 00:33:12 emcconne <[EMAIL PROTECTED]> napisaĆ(a):
> > Just got the lastest code from the repository using git and was > working my way through the tutorial. When running my first script I > get > > AttributeError: 'module' object has no attribute 'run' Tutorial is for 0.23 release, it is not updated for latest sources... Use: app = web.application(urls, globals()) app.run() Hope it will help, toomyem --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
