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

Google sheets equipment borrowing system -

c# - Ploeh AutoFixture was unable to create an instance from System.Runtime.Serialization.ExtensionDataObject -