I haven't solved the problem.  For now it's on the back burner.  We'll
need to find a solution to this eventually.  As a fall back we can
always wrap up our Django app in an installer (NSIS) and launch it
locally.  But it would be super nice if it were as simple as a py2app
or py2exe solution.

One thing I did realize is the static media would still need to be
served.  That would preferably happen with a light weight web server
with threaded support.  I think there's lot of options there (twisted,
lighttpd, others).  That also means opening 2 ports... one for Django
and one for the media server.

I don't know... is it possible to serve static files with the built-in
WSGI web server in Django?  Even if it is, I don't believe the built-in
server is multi-threaded.

-Rob


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to