What do you suggest using instead of Catwalk? I am close to moving from development into staging and production. I was planning on using Centos / Red Hat but am not happy with staying with Python 2.4.
Suggestions??? On Jan 28, 4:37 am, Daniel Fetchinson <[email protected]> wrote: > > 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? > > Catwalk is currently unmaintained and will probably stay that way > unless somebody steps in to pick up maintenance. I was considering > this in the past and even submitted patches but one soon realizes that > catwalk itself is hopeless. I would recommend against using it, unless > you know what you are doing and you are prepared to fix bugs here and > there. > > Cheers, > Daniel > > > > > 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. > > -- > Psss, psss, put it down! -http://www.cafepress.com/putitdown -- 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.

