Re: Fwd: Break with Django SVN r6718

2007-12-10 Thread Josh Stone
On Dec 10, 2007 3:03 PM, Todd O'Bryan <[EMAIL PROTECTED]> wrote: > Hmm. What you said about not having Django installed in site-packages > makes me think... > > What does your PYTHONPATH environment variable have in it? > I wasn't setting PYTHONPATH to anything. Normally packages are picked up j

Re: Fwd: Break with Django SVN r6718

2007-12-10 Thread Josh Stone
running at http://127.0.0.1:8000/ > Quit the server with CONTROL-C. > 42 > [09/Dec/2007 09:12:17] "GET / HTTP/1.1" 404 2053 > > Can you provide any other debugging information that might help me > narrow down the problem? > > Adrian, what errors were you seeing tha

Re: Fwd: Break with Django SVN r6718

2007-12-04 Thread Josh Stone
I just found that commit 6871 fixed the problem by reverting 6718: "Undid [6718], as it broke 'django-admin.py runserver' for a reason I haven't figured out yet" But since there still seems to be some mystery, I went on with some debugging on 6718 anyway below. On Dec 2, 6:53 am, Malcolm Tre

Fwd: Break with Django SVN r6718

2007-11-30 Thread Josh Stone
5 PM Subject: Re: Break with Django SVN r6718 To: [EMAIL PROTECTED] That's very strange... I don't have any ideas. It's working perfectly fine here. There must be some subtlety that we're missing. I am using Python 2.5, though. Maybe there's some bug they introduced with 2.