I am out of the office today. If the issue is important then please contact James Pirret on: [email protected] 07740411034
On 15 Dec 2009, at 10:22, [email protected] wrote: > Today's Topic Summary > Group: http://groups.google.com/group/turbogears/topics > • We are using TurboGears 2.0 [2 Updates] > • Mochikit in turbogears 2.x [4 Updates] > • Where i am? [5 Updates] > • tgext.mercurial [1 Update] > • Turbogears 2 full text search [1 Update] > Topic: We are using TurboGears 2.0 > • Michael Brickenstein <[email protected]> Dec 15 01:21AM -0800 > • > • Hi! > • I find it always interesting, to get to know about actual > applications > • using TG/Pylons/RUM... > • I see a Desktop App. on the screenshots. > • Can you say, in which way, you are using TG2? more... > • > • Christopher Arndt <[email protected]> Dec 15 10:30AM +0100 > • > • Am 15.12.2009 10:21, schrieb Michael Brickenstein: > • > Can you say, in which way, you are using TG2? > • > I was not able to find any information about it on your page. > • > • Take a look at their Blog: > • more... > • > Topic: Mochikit in turbogears 2.x > • Thang Nguyen <[email protected]> Dec 14 11:30AM -0800 > • > • Hi Diez, > • > • I followed your suggestion and was able to inect jquery_js to my > • controller. However, I am running into a problem. Below is the > • sample code. I expect to see the time (id=timetest) to more... > • > • "Diez B. Roggisch" <[email protected]> Dec 14 09:27PM +0100 > • > • Hi, > • > • > • > import time > • > return dict(now=time.ctime()) > • > • Any reason you don't import time *once* on top of the module? > It doesn't > • change the semantics, but local imports should more... > • > • Thang Nguyen <[email protected]> Dec 14 04:59PM -0800 > • > • Thanks for your email. Still could not get it to work. I > probably > • do not understand well how this thing (jquery/turbogear/cache) > • supposed to work. I will dig into it further, any additional > more... > • > • "Diez B. Roggisch" <[email protected]> Dec 15 10:25AM +0100 > • > • Thang Nguyen schrieb: > • >>> <div id="timelink"><a href = "#">get time</a></div> > • >>> <div id="timetest" py:replace="now"></div> > • > • This looks as if you *replace* the div with whatever now > contains. more... > • > Topic: Where i am? > • Luca Verardi <[email protected]> Dec 14 02:21AM -0800 > • > • Hello!!! > • > • i have a little question of python/turbogears > • > • i have a little py > • > • Class Disney(params1,params2): > • > • def MickeyMouse(self,paramsMinnie): > • bla..... > • bla..... more... > • > • "Diez B. Roggisch" <[email protected]> Dec 14 12:10PM +0100 > • > • On Monday 14 December 2009 11:21:19 Luca Verardi wrote: > • > the class, in this case "Disney". > • > but how can i know the name of the functions? > • > • I'm not sure what you really want, but this is what a more... > • > • Luca Verardi <[email protected]> Dec 14 12:34PM +0100 > • > • mmm... yes and no :-) > • > • Another example > • > • def foo() > • a= 10+20 > • b = a*2 > • watcher() > • return a/b > • > • def watcher(): > • print "you see the function that name is %s"%<name_of_caller> > • > • where more... > • > • "Diez B. Roggisch" <[email protected]> Dec 14 01:38PM +0100 > • > • On Monday 14 December 2009 12:34:17 Luca Verardi wrote: > • > How can i know the foo's name in the "watcher" functions > whith an > • > expression? > • > • > • Again, "where" is your friend. Did you bother trying more... > • > • Glauco Uri <[email protected]> Dec 14 04:04PM +0100 > • > • Luca Verardi ha scritto: > • > expression? > • > > • > • Probably this approach is not the better.. > • > • anyway.. > • try to use inspect module > • > • > • Gla > • > • > • > • -- > • Glauco Uri > • > • Prometeia SpA > • Via G. Marconi, 43 more... > • > Topic: tgext.mercurial > • "[email protected]" <[email protected]> Dec 14 04:28AM -0800 > • > • Interesting...got any docs? > • > • On Dec 14, 1:32 am, Jonathan Schemoul > <[email protected]> > • wrote: > • more... > • > Topic: Turbogears 2 full text search > • "Diez B. Roggisch" <[email protected]> Dec 14 11:23AM +0100 > • > • On Sunday 13 December 2009 20:14:55 Jamie Bullock wrote: > • > course I could code something up by hand, but if there is a > standard > • > solution I'd rather use it. > • > • We use SOLR together with PySOLR that more... > • > > -- > 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.
-- 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.

