0

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
  • use web framework like Flask or Django and create it from scratch - web applications work different then desktop applications. Commented Jan 21, 2016 at 13:41

1 Answer 1

1

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.