Hello ,
How to add Python and Django with XULRunner !? Found this tutorial useful , but somehow i was not able to add django !
Any idea ?!
Hello ,
How to add Python and Django with XULRunner !? Found this tutorial useful , but somehow i was not able to add django !
Any idea ?!
Having a custom build of XULRunner with Python XPCOM bindings is one thing. But running a Django app on top of XULRunner is next to impossible. Django does not have helpers to create XUL layouts, Django is built around an HTTP architecture. How would you even imagine that Django will help you with a desktop app? What would be the desktop equivalent of the URLs? Events like onclick?