For anyone still using Python 2.4 with TG 2.0 b1, you'll find that quickstart projects with authorization enabled do not work. Basically, the auth.py file imports the hashlib module, which only exists starting with Python 2.5. I've documented the issue at http://trac.turbogears.org/ticket/2120 along with a workaround.
Aaron Levinson --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk?hl=en -~----------~----~----~----~------~----~------~--~---
