On Sat, 2007-01-20 at 15:40 -0900, Joshua J. Kugler wrote:
> [OK...let's try this again and see if I get through.  I tried posting through 
> the web interface and through google's SMTP servers (while subscribed via my 
> Gmail account) and neither post has shown up.  I subscribed via my work 
> address and we'll see if that works.]
> 
> I've tried digging through the code (trunk) but finally got lost and couldn't 
> track down a definitive place where the output is generated.  Went back 
> through controllers.py, util.py, and some others.  So, I'm posting. :)
> 
> Is there any option to return the data as a python pickle?  With a good 
> Pythoon GUI toolkit (Qt, Gtk, Wx, etc) you could make a really nice front end 
> to a nice back-end data service. 

I've done something similar using wxPython and TurbGears, but I
approached completely differently: I used the XRC GUI description
language provided by wxPython and served that from my TurboGears app
rather than HTML.  Required no changes to TurboGears, simply some
templates.  It was also nice in that I very rarely had to push a
new .exe to the Windows users since 90% of the changes happened on the
Linux server (i.e. just like a webapp ought to be).

That being said, I think if I were to redo it all today I'd use this:

http://techgame.net/projects/Framework/wiki/

which looks to be far superior to XRC.

Regards,
Cliff



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears Trunk" 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-trunk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to