On Jul 16, 2009, at 10:38 PM, Ken Kuhlman wrote: > Cross-posted to turbogears-web-services & turbogears lists. > > On Thu, Jul 16, 2009 at 5:46 PM, Diez B. Roggisch <[email protected]> > wrote: > > Christoph Zwerschke schrieb: > > Doug Hellmann schrieb: > >> The PyProtocols package that is a dependency of RuleDispatch > doesn't > >> work with Python 2.6 (there's a syntax error because of a function/ > >> method named "as"). > >> > >> However, keesvdb pointed me to some patches that fixed up > >> TGWebServices so it seems to work with TG 1.1 > > > > RuleDispatch is only used by TG 1.0; TG 1.1 uses PEAK-Rules instead. > > The issue occurs in TGWebServices. I guess it shouldn't be hard to > adapt > these to PEAK-Rules, but it seems not to be done right now. > > Diez > > Actually, that's exactly what Kees' patch does. (See the link from > Doug's post). > > The problem seems to be finding someone to commit it & push out a > new release. > > Nice work Kees.
Yes, I have successfully set up a prototype of my service using TG 1.1 and a patched version of TGWS 1.2.2. I can put together a new release of TGWS, if someone cares to give me access to the Google project. I'm not sure how permissions work on PyPI to register the release, though. Meanwhile, my next project is to find a decent Python client library for testing. Thanks for the help, everyone, Doug --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

