The Http directory is in C:\Python26\Lib\site-packages\
I see that it is not looking in that directory. What do I do to make
it look there. I copied from the directory I created by unzipping
everything into C:\pysapie
On Jul 29, 2:21 pm, Phillip <
phillip.sit...@gmail.com> wrote:
> Where in your path do you have the Http package?
>
> I believe it's finding the Http package, but maybe the wrong one that
> doesn't have an Isapi.py module. I'm a little baffled, it should say
> "No module named Http.Isapi" - either way, make sure you have that
> Http folder somewhere on your import path. As you can see, the folder
> containing the DLL has precedence over others by default.
>
> - Phillip
>
> On Jul 29, 8:23 am, CrabbyPete <
pete.do...@gmail.com> wrote:
>
>
>
> > I just tryed to install pyisapie, but I keep getting the errors
> > below. Can anyone tell me what I did wrong.
>
> > Internal Server Error
> > An error occurred processing this request.
>
> > --------------------------------------------------------------------------------
>
> > Could not initialize interpreter
>
> > ImportError: No module named Isapi
>
> > Additional Information
>
> > --------------------------------------------------------------------------------
> > sys.prefix = 'C:\Python26'- Hide quoted text -
>
> - Show quoted text -