web applications - How to Convert python Tkinter desktop App to Web App -


i have wrote python(2.7) gui desktop application using tkinter library , working fine. want convert web application. have looked pyjaco , pyjamas not getting done.

how can convert web app ?

thanks in advance..

you have rewrite app. there no way convert tkinter application run on web. potentially use pyjs convert of business logic, entire gui have rewritten.


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

java - Log4j2 configuration not found when running standalone application builded by shade plugin -

python - How do I create a list index that loops through integers in another list -