Unable to run python web application in browser

216 Views Asked by At

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

1

There are 1 best solutions below

0
On BEST ANSWER

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