I just did an install on python 2.4, (on RHEL5) and there are two issues... Catwalk gives me errors, I just disabled it in my controllers/root.py I also ran into the
File 'hmac.py', line 107 in new return HMAC(key, msg, digestmod) File 'hmac.py', line 42 in __init__ self.outer = digestmod.new() AttributeError: 'builtin_function_or_method' object has no attribute 'new' Error, and fixed it with easy_install Beaker==1.4 Could Catwalk be updated for Python 2.4 please? Could the dependency on Beaker be updated to use 1.4 instead of 1.3 please? Thanks! -Jim -- 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?hl=en.

