can't import flup.server.fcgi

2011-06-01 Thread Chenglong Chen
i saw this bug has been fixed after 1.1plpha version,but it appeared now windows xp django1.3 flup1.0.2 -- 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

Re: Can't import flup.server.fcgi

2009-03-29 Thread alec resnick
For others running into this problem, pulling from the django trunk and running with the most recent version fixed this problem for me. Thanks! -a. On Mar 19, 8:31 pm, coffeepunk wrote: > > This has been reported as ticket #10556 earlier today. It will be fixed > > in the next few hours, I susp

Re: Can't import flup.server.fcgi

2009-03-19 Thread coffeepunk
> This has been reported as ticket #10556 earlier today. It will be fixed > in the next few hours, I suspect. So back up a few versions for now or > apply the patch in that ticket manually. Sweet! I've been looking around like crazy, searching on google and djangoproject but without finding any

Re: Can't import flup.server.fcgi

2009-03-19 Thread Malcolm Tredinnick
On Thu, 2009-03-19 at 16:55 -0700, coffeepunk wrote: > Heya, > > I'm getting the following error when I try to run the ./manage.py > funfcgi only or with various options, the result is the same. > > Can't import flup.server.fcgi > > The error occur with 1.1

Can't import flup.server.fcgi

2009-03-19 Thread coffeepunk
Heya, I'm getting the following error when I try to run the ./manage.py funfcgi only or with various options, the result is the same. Can't import flup.server.fcgi The error occur with 1.1 alpha 1 SVN-10091 and not with 1.1 alpha 1 SVN-9910 which was the previous version I had ins