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 django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.