I am getting the following error while starting fcgi process for my
django application. Did any one face this problem before?

=========
Traceback (most recent call last):
  File "./dispatch.fcgi", line 15, in ?
    runfastcgi(method="threaded", daemonize="false")
  File "/home/korayta/public_html/astrolink.net/django/core/servers/
fastcgi.py", line 176, in runfastcgi
    WSGIServer(WSGIHandler(), **wsgi_opts).run()
  File "/home/korayta/public_html/astrolink.net/django/flup/server/
fcgi.py", line 91, in __init__
    jobArgs=(self,), **kw)
  File "/home/korayta/public_html/astrolink.net/django/flup/server/
threadedserver.py", line 44, in __init__
    self._threadPool = ThreadPool(**kw)
TypeError: __init__() got an unexpected keyword argument 'debug'
=========

Any help is appreciated.

--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to