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/',
'./template'
'./template',
they are both not work.

i think maybe the proplem is occur in the file who names djiango.fcgi.
It works when i use the django simple httpserver. but it occur error ' unpack
non-sequence' when i execute the django.fcgi scripte.
but i don't konw what's the really reason.

Best Regards
Kula




On 5/2/07, Russell Keith-Magee <[EMAIL PROTECTED]> wrote:
>
>
> 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
> name - it's a missing comma _after_ the directory name.
>
> TEMPLATE_DIRS = ( 'foo' )
>
> is _VERY_ different to
>
> TEMPLATE_DIRS = ( 'foo', )
>
> The first of these two examples will not work. The second one will.
> The settings file you provided matches the first example. Make it
> match the second, and the problem should go away.
>
> Yours,
> Russ Magee %-)
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
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