[tg-trunk] Re: Is there a tg_format=pickle option ?

2007-01-21 Thread Joshua J. Kugler
Something I just found to add to previous responses... When TurboGears becomes more WSGI-ified, we can simply add in this nice little piece of middleware, and we have all the serialization methods we want. :) http://cheeseshop.python.org/pypi/wsgiserialize/ j -- Joshua Kugler

[tg-trunk] Re: Is there a tg_format=pickle option ?

2007-01-21 Thread Joshua J. Kugler
On Saturday 20 January 2007 20:45, Jorge Vargas 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 realize I could use XML-RPC or > > JSON, but

[tg-trunk] Re: Is there a tg_format=pickle option ?

2007-01-21 Thread Jorge Godoy
"Elvelind Grandin" <[EMAIL PROTECTED]> writes: > What you could try to do is creating a pickle template engine, thats > the way json support works. take a look at > http://docs.turbogears.org/1.0/TemplatePlugins > and perhaps http://trac.turbogears.org/browser/projects/TurboJson for > exemples on

[tg-trunk] Re: How about a model CRUD template generator with tg-admin command?

2007-01-21 Thread [EMAIL PROTECTED]
Update for problem 4. It's not a problem because I can just pass **kw for that, such as: BookMark(**kw) doh! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" group. To post to this group, send

[tg-trunk] Re: How about a model CRUD template generator with tg-admin command?

2007-01-21 Thread [EMAIL PROTECTED]
Hi: I've made a test command generator tool that could generate the http://docs.turbogears.org/1.0/CRUDTemplate In current stage ['ModelFields', 'save method', 'list.kid', 'show.kid'] are not good for autogeneration. After analyze this doc I found we still need some work to achive an automatic

[tg-trunk] Re: ToscaWidgets first alpha has been released!

2007-01-21 Thread [EMAIL PROTECTED]
Hi: ToscaWidgets looks cool but I had a problem to install the current version on windows because it depends with cjson, which need a vc 2003 compiler (I do have vc 2005 express version). --~--~-~--~~~---~--~~ You received this message because you are subscribed