0

I have developed my app using python in google app engine. Now I want to create GUI for my app and for that I want to use advantage of GWT.

So is it possible to use GWT with python app?

If yes then which is easiest way because I have seen pyjamas but I need other then that

mahesh
  • 4,335
  • 11
  • 40
  • 61

2 Answers2

1

Just create a REST/JSON service in Python: Recommendations of Python REST (web services) framework?

Then consume this service with GWT (points 2, 3, and 4): http://code.google.com/webtoolkit/doc/latest/tutorial/JSON.html

Community
  • 1
  • 1
Peter Knego
  • 79,504
  • 10
  • 122
  • 151
0

I think not just out of the box, but have you had a look at gwt-python-rpc? Have a look and let me know if that gives you what you need.

brent777
  • 3,329
  • 1
  • 25
  • 34