On Monday 22 January 2007 08:02, Cliff Wells wrote:
> > 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.

Wow...that just gave me all sorts of fun (possibly wrong) ideas. :)  That 
framework looks cool.  Another idea you gave me was sending Qt .ui files over 
the wire and loading them at run time, along with the Python code to set up 
the signals and slots.  There is also this: http://pyjamas.pyworks.org/  
Write Python code, compile to Javascript...that looks pretty cool too.  All 
sorts of fun ideas.

j

-- 
Joshua Kugler                           
Lead System Admin -- Senior Programmer
http://www.eeinternet.com
PGP Key: http://pgp.mit.edu/  ID 0xDB26D7CE
PO Box 80086 -- Fairbanks, AK 99708 -- Ph: 907-456-5581 Fax: 907-456-3111

--~--~---------~--~----~------------~-------~--~----~
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