Re: Running django on IIS

2010-04-21 Thread CrabbyPete
I tried for a while, and finally switched to Apache on Windows. It works great and easy to set up. On Apr 21, 6:29 am, Nick wrote: > Hiya > > I have exactly the same problem as described here. > > Did you (or anyone) find a fix or workaround for this? > > Cheers! > Nick. > > On Apr 14, 12:24 pm,

Re: Running django on IIS

2010-04-21 Thread Nick
Hiya I have exactly the same problem as described here. Did you (or anyone) find a fix or workaround for this? Cheers! Nick. On Apr 14, 12:24 pm, Paweł Roman wrote: > > I suspect it is trying to import Http but can't. > > > Fire up python (Start -> Python Interactive Shell, or Start -> Run -

Re: Running django on IIS

2010-04-14 Thread Paweł Roman
> 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:\pyi

Re: Running django on IIS

2010-04-14 Thread Sam Lai
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\PyI

Running django on IIS

2010-04-14 Thread Paweł Roman
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.

Re: Are any of you successfully running Django on IIS?

2008-04-25 Thread jmDesktop
Thank. I have it running, sort of. It doesn't seem to be using urls.py, but I can run helloworld.py if I put in the full URL, so it is importing django items, but not using urls. On Apr 25, 10:30 am, "Justin Lilly" <[EMAIL PROTECTED]> wrote: > Yes. I do think its a hack and it very much feels t

Re: Are any of you successfully running Django on IIS?

2008-04-25 Thread Justin Lilly
Yes. I do think its a hack and it very much feels that way when setting it up. If I had to do it again.. I'd avoid it at all costs. -justin On Fri, Apr 25, 2008 at 10:01 AM, jmDesktop <[EMAIL PROTECTED]> wrote: > > Do you think at best that running Django or any Python program on IIS > is a "hac

Re: Are any of you successfully running Django on IIS?

2008-04-25 Thread jmDesktop
Do you think at best that running Django or any Python program on IIS is a "hack"? I don't mean that offensive to anyone, but it may have never been and still not intended for IIS. On Apr 24, 1:54 pm, "Justin Lilly" <[EMAIL PROTECTED]> wrote: > I finally got it working. You can check out the res

Re: Are any of you successfully running Django on IIS?

2008-04-24 Thread 头太晕
http://code.google.com/p/pyisapi-scgi/ On Fri, Apr 25, 2008 at 1:35 AM, jmDesktop <[EMAIL PROTECTED]> wrote: > > I have a requiremnet to use Django on IIS. I know there is a wiki > page on Django about it, but what I'm after is if anyone is actually > using it daily in production. Just hoping t

Re: Are any of you successfully running Django on IIS?

2008-04-24 Thread Justin Lilly
I finally got it working. You can check out the results at http://niethestate.com/trafficstops/ It was painful, though. Use apache if you can. I've talked my corp. into buying some linux servers at server beach so hopefully it will be much easier. -justin On Thu, Apr 24, 2008 at 1:35 PM, jmDeskto

Are any of you successfully running Django on IIS?

2008-04-24 Thread jmDesktop
I have a requiremnet to use Django on IIS. I know there is a wiki page on Django about it, but what I'm after is if anyone is actually using it daily in production. Just hoping to see how it's going. If not I have to persuade to use Apache on the Windows box. Thanks. --~--~-~--~~--