Search code examples
javascriptpython-2.7web-applicationstkinterpyjamas

Unable to run python web application in browser


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...


Solution

  • pyjamas doesn't support translating a tkinter app, and you definitely can't run a tkinter app in a web browser.