views:

35

answers:

1

hi,

From my desktop application based on user option i want to launch web application which serves an html page which will be displayed in my application window. To display contenet in HTMl i need to send an object to web application from desktop application. Again for html request to web application i need to send some info from web application to desktop application to respond.

The web and desktop applications have to be interactive for different user options/actions. Is there any way to do this with latest turbogears or can we do using wsgiref simpleserver?

Thanks.

A: 

can you try with Widgets i think its possible to do

Thanks [email protected]

Dam