XULRunner , Python and Django : How to?

799 views Asked by At

How to add Python and Django with XULRunner !? Found this tutorial useful , but somehow i was not able to add django !

Any idea ?!

1

There are 1 answers

2
IonuČ› G. Stan On

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?