Did you found a solution because I have the same issue.

On Thursday, June 19, 2014 9:27:32 AM UTC-4, Jacky wrote:
>
> I use gunicorn to deploy my project all the time, but today, in my new 
> project, it raise a error.
>
> I check here and there, google around, but it doesn't work.
>
> Maybe there was wrong with me.
>
> So I create a new project to test, here is all my process:
>
> $ virtualen env
> $ source env/bin/active
> $ pip install django
> $ pip install gunicorn
> $ django-admin.py startproject test_project
> $ cd test_project
> $ django-admin startapp myapp
> $ cd ..
> $ gunicorn test_project.wsgi:application
>
>     ....
>     load_entry_point('gunicorn==19.0.0', 'console_scripts', 'gunicorn')()
>     ....
>     raise HaltServer(reason, self.WORKER_BOOT_ERROR)
>     gunicorn.errors.HaltServer: <HaltServer 'Worker failed to boot.' 3>
>
> I'm crazy about this error... oh fk.
>
> Any one can help me ? You r my god.
>
> Thank you very much!
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/a1e82a38-6010-4bc5-b97e-2703e92e866e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to