Although we could be nice and make quickstart gnostic about Python versions.
Cheers, Simon Kevin Dangoor wrote: > Hi Hal, > > The official stance is that 2.3 is supported, but it's not the > encouraged platform. By that, I mean that all code in the turbogears.* > package is 2.3 compatible, but the examples and the quickstart > templates are geared toward 2.4 users. > > Luckily, 0.9a5 includes a convenient syntax for decorators, which > should make changing a quickstart project a piece of cake. > > @expose(template="...") > > becomes > > [expose(template="...")] > > We have Phillip Eby and Simon Belak to thank for that little bit of magic. > > The standard 2.3 way to use a decorator is: > > index = expose(template="...")(index) > > which is far less pleasant, and that's the reason why it's not the > default for quickstart. > > Kevin > > On 5/5/06, hal <[EMAIL PROTECTED]> wrote: >> I'm not seeing traffic on this issue, or open trac issues. >> >> However, there's at least one "obvious" bug in a 0.9a5 quickstart >> generated project (2.4. decorator, rather than 2.3 compatible syntax) >> which hasn't been reported, so it doesn't feel like anyone is using it. >> >> Before I start going through lots of issues - can anyone report >> success? >> >> Is there still demand for this? (My shop is stuck on py2.3 for a while >> yet....) > > > > -- Simon Belak vodja projektnih skupin e: [EMAIL PROTECTED] --------------------------------------------------------------------- Hruska d.o.o., agencija za nove medije Ilirska 21, SI-1000 Ljubljana t: +386 1 430 25 86 f: +386 1 430 25 87 s: http://www.hruska.si s: http://akademija.hruska.si (izobrazevalni portal) s: http://www.elor.si (kadrovski sistem letnih razgovorov) ------------------------------------------------------------------------ Hruska.si - socne resitve To elektronsko sporocilo in vse morebitne priloge so poslovna skrivnost in namenjene izkljucno naslovniku. Ce ste sporocilo prejeli pomotoma, Vas prosimo, da obvestite posiljatelja, sporocilo pa takoj unicite. Kakrsnokoli razkritje, distribucija ali kopiranje vsebine sporocila je strogo prepovedano. This e-mail and any attachments may contain confidential and/or privileged information and is intended solely for the addressee. If you are not the intended recipient (or have received this e-mail in error) please notify the sender immediately and destroy this e-mail. Any unauthorized copying, disclosure or distribution of the material in this e-mail, or any action taken or omitted to be taken in reliance on it, is strictly prohibited. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

