Re: hi evereyone i have a django+fastcgi 's issue

2007-05-01 Thread Kula
i am so happy to see your reply . and i am not good at english so i have a mistake to understand your sentence. i try to use 'python django.fcgi' to lunch my django application. and i try ' /var/www/virtual/kula.51boo.com/htdocs/web/template/' '/var/www/virtual/kula.51boo.com/htdocs/web/template

Re: hi evereyone i have a django+fastcgi 's issue

2007-05-01 Thread Russell Keith-Magee
On 5/2/07, Kula <[EMAIL PROTECTED]> wrote: > thanks for your help. > i changed the > '/var/www/virtual/kula.51boo.com/htdocs/web/template/' to > the './template' > but the question is also. > the problem puzzled me 2 days .. Perhaps I didn't explain well enough. The problem isn't the directory na

Re: hi evereyone i have a django+fastcgi 's issue

2007-05-01 Thread Kula
thanks for your help. i changed the '/var/www/virtual/kula.51boo.com/htdocs/web/template/' to the './template' but the question is also. the problem puzzled me 2 days .. Best Regards Kula On 5/2/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote: > > > On 5/2/07, Kula <[EMAIL PROTECTED]> wrote: >

Re: hi evereyone i have a django+fastcgi 's issue

2007-05-01 Thread Russell Keith-Magee
On 5/2/07, Kula <[EMAIL PROTECTED]> wrote: > > TEMPLATE_DIRS = ( > # Put strings here, like "/home/html/django_templates". > # Always use forward slashes, even on Windows. > '/var/www/virtual/kula.51boo.com/htdocs/web/template/' > ) Looks like this might be your problem. Sequences wit

hi evereyone i have a django+fastcgi 's issue

2007-05-01 Thread Kula
my server is fastcgi. and i depoy my django project on it. when i start the django simple server . the result is true and when i start the fastcgi the result is Request URL: http:// Exception Type: TypeError Exception Value: unpack non-sequence Exception Location: /usr/local/lib/python