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

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -