I suspect it is trying to import Http but can't. Fire up python (Start -> Python Interactive Shell, or Start -> Run -> cmd -> type python), and type:
import Http If that doesn't work, you haven't installed it properly. See the following quote from the Django wiki: "•Go to c:\pyisapie\source\PyISAPIe\Python\ and copy the entire Http folder to c:\python25\lib\site-packages. Note: the Http folder is case sensitive. Saving in 'http' (or any other variation) will not work [SF]. " On 14 April 2010 19:39, Paweł Roman <[email protected]> wrote: > I'm trying to run django on IIS and SQL Server 2005. I've found this > nice page with all instructions: > > http://code.djangoproject.com/wiki/DjangoOnWindowsWithIISAndSQLServer > > I followed all the instructions, installed PyISAPIe, created virtual > directory, mapped the .py extension to the PyISAPIe.dll. However I got > stuck at this place: > > "In c:\pyisapie\source\PyISAPIe\Python\examples folder is a file > called Info.py. Copy this to your new virtual directory folder, and > then try and view http://site/Info.py to test it. It should work. If > it doesn't, when you find out why, please come back and explain what > happened and how you fixed it. ;) " > > Well, it doesn't work and I wish I knew why. All I get when trying to > view this file is the following: > > <html><head><title>Error</title></head><body>Specified module cannot > be found.</body></html> > > I'm using polish version of windows XP SP3, with IIS 5.1, and the > message in <body> is in polish, what you see here is my translation. > Anyway, there's no other information: which module could not be found, > what, where, why. Nothing. Application log (eventvwr.exe) does not > show any errors. I'm stuck. Something with permissions? But what, how > and where? I've even tried without firewall but it didnt help. > > I know this is a problem with PyISAPIe not with django, but I write > here because someone might have had similar problem. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > 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. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

