Hi Loai,

Have a look at CEF Python that embeds Chrome browser:
https://code.google.com/p/cefpython/
You will need to run a web server to convert it into a desktop application, 
have a look
at CefBottleDesktop <https://github.com/eristoddle/CefBottleDesktop> that 
embeds CEF and runs a python web server along with
bottle.py <https://github.com/defnull/bottle> framework.

Also have a look at Python Desktop that embeds Internet Explorer browser and
Mongoose web server:
https://code.google.com/p/phpdesktop/wiki/EmbeddingOtherScriptingLanguages

I am the author of both projects.

Cheers,
Czarek.

On Tuesday, December 18, 2012 8:06:19 AM UTC-8, Loai Ghoraba wrote:
>
> Hi
>
> I am very comfortable with Django, and I was wondering about whether there 
> is some way to convert a Django web app into a Desktop app (may be not 
> 100%), so that I can distribute it to users. May be wrapping it in a light 
> web server "if there is something like this". 
>
> Thanks
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to