Re: IIS 6 PyISAPIe problems

2008-05-11 Thread rcs_comp
This should fix the problem: * Make sure the Http module from the PyISAPIe is installed in c: \Python25\Lib\site-packages * Stop IIS * Move PyISAPIe.dll file out of C:\Python25 and into c:\PyISAPIe (create the directory if you need to) * Remap the .py handler to the new location of the dll * Star

Re: IIS 6 PyISAPIe problems

2008-05-10 Thread Phillip
Hi all, I just got wind of this thread today, and I'll be taking a look at what is causing this weirdness. I created a group for PyISAPIe support, and it would help a lot if you could head over there and post what versions of Django and Python you're using. http://groups.google.com/group/pyisapie

Re: IIS 6 PyISAPIe problems

2008-05-10 Thread rcs_comp
> > Traceback (most recent call last): > File "C:\Python25\Lib\Http\Isapi.py", line 42, in Request > imp.load_source(Name, Env.SCRIPT_TRANSLATED).Request > File "\\?\C:\Inetpub\wwwroot\slamprwebsite\helloworld.py", line 1, > in > from django.http import HttpResponse > ImportError: No

Re: IIS 6 PyISAPIe problems

2008-05-05 Thread involatile
I would love to try, but documentation is sketchy. Can someone provide more detailed instructions? 头太晕 wrote: > Try this http://code.google.com/p/pyisapi-scgi/ > > On Tue, May 6, 2008 at 2:11 AM, shocks <[EMAIL PROTECTED]> wrote: > > > > > Hi > > > > I have followed the Django IIS installation gu

Re: IIS 6 PyISAPIe problems

2008-05-05 Thread 头太晕
Try this http://code.google.com/p/pyisapi-scgi/ On Tue, May 6, 2008 at 2:11 AM, shocks <[EMAIL PROTECTED]> wrote: > > Hi > > I have followed the Django IIS installation guide on the Django > website but I'm getting the following error when I point to the > helloworld.py example: > > Internal Serv

Re: IIS 6 PyISAPIe problems

2008-05-05 Thread involatile
I'm getting this error. What's missing? Any idea? === Internal Server Error An error occurred processing this request. Request handler failed Traceback (most recent call last): File "C:\Python25\Lib\Ht

Re: IIS 6 PyISAPIe problems

2008-05-05 Thread Adam Fast
Ben, Where is django? Make sure it's on your pythonpath (or "module search path" as they appear to be calling it below) Adam On Mon, May 5, 2008 at 1:11 PM, shocks <[EMAIL PROTECTED]> wrote: > > Hi > > I have followed the Django IIS installation guide on the Django > website but I'm getting

IIS 6 PyISAPIe problems

2008-05-05 Thread shocks
Hi I have followed the Django IIS installation guide on the Django website but I'm getting the following error when I point to the helloworld.py example: Internal Server Error An error occurred processing this request. Request handler failed Traceback (most recent call last): File "C:\Python