Hi, all

I have forked 

 https://github.com/twillis/pyramid_appengine
> 
> 
and added some pyjamas-friendly stuff to it.

It's at 

https://github.com/jwashin/pj_pyramid_appengine


FYI, Pyjamas http://pyjs.org is a python-language front-end application
package. It allows you to think of your web app as a python desktop
application, rather than as a bunch of web pages. It currently can do
desktop applications (with a forked webkit-gtk or MSHTML) and web
applications (python translated to javascript) using the same code. It
makes fat clients, like GWT, which pyjamas began as a python version of.
Pyjamas works very nicely with a pyramid backend through pyramid_rpc's
JSON-RPC implementation.

So, if you want to experiment with Pyramid+Pyjamas+GAE, it's never been
easier.

It includes sample code, so you quickly will get something
that looks like http://test-app-509.appspot.com/ on your local port
8080, ready for upload/update to GoogleAppEngine.

Read the directions. git clone it. "python setup.py" it. Try it out.

Feedback welcome.

- Jim Washington


-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To post to this group, send email to pylons-discuss@googlegroups.com.
To unsubscribe from this group, send email to 
pylons-discuss+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/pylons-discuss?hl=en.

Reply via email to