we have created the python desktop application using Tkinter library and it is working. we converted the desktop app into web app using pyjamas and it generated the html files & javascripts.
While opening the html file in the browser, it showing the following error in the message box,
"WebGUI ImportError: No module named Tkinter.*, Tkinter.* in context None"
Is anything needs to be configured or setup to run this in web ?
Thanks in advance...