After successfully creating a Python desktop application with Tkinter library, we decided to convert it into a web app using pyjamas. The conversion process generated html files and javascripts as expected.
However, when attempting to open the html file in a browser, an error message appeared in the message box:
"WebGUI ImportError: No module named Tkinter.*, Tkinter.* in context None"
We are wondering if there is any specific configuration or setup required to successfully run this application on the web?
Any help or advice would be greatly appreciated!