Re: runserver error on Mac OSX 10.5.5

2008-11-28 Thread jconway
On Nov 28, 2:49 am, "Horst Gutmann" <[EMAIL PROTECTED]> wrote: > > I uninstalled Macports and removed all the django files I > > could find, then ran setup.py install "manually" but no luck. > > What error did you get then? > copying build/scripts-2.5/django-admin.py -> /usr/local/bin error: /

Re: runserver error on Mac OSX 10.5.5

2008-11-28 Thread Horst Gutmann
MacPorts fragments a normal Python installation up into multiple smaller packages. For example: The sqlite3 support which is actually part of the core Python package is there in py25-sqlite3. But if you've already uninstalled MacPorts this is moot now, except if you want to reinstall it to get thi

Re: runserver error on Mac OSX 10.5.5

2008-11-27 Thread jconway
Horst & Malcolm Thank you for your suggestions, they helped me determine that the problem is machine specific. On Nov 27, 3:03 am, "Horst Gutmann" <[EMAIL PROTECTED]> wrote: > Are you sure, that your django installation is complete? Esp.: Do you > have a db/backends/dummy/base.py and a db/backe

Re: runserver error on Mac OSX 10.5.5

2008-11-27 Thread Malcolm Tredinnick
On Thu, 2008-11-27 at 10:03 +0100, Horst Gutmann wrote: > Are you sure, that your django installation is complete? Esp.: Do you > have a db/backends/dummy/base.py and a db/backends/dummy/__init__.py > in > /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/dj

Re: runserver error on Mac OSX 10.5.5

2008-11-27 Thread Horst Gutmann
Are you sure, that your django installation is complete? Esp.: Do you have a db/backends/dummy/base.py and a db/backends/dummy/__init__.py in /opt/local/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/django/ ? -- Horst On Thu, Nov 27, 2008 at 6:02 AM, jconway <[EMA

runserver error on Mac OSX 10.5.5

2008-11-26 Thread jconway
I just did a django install on my Macbook Pro (2.5 GHz Intel Core 2 Duo) running 10.5.5. I can create projects with startproject and they are populated with manage.py, settings.py, settings.pyc and urls.py. The problem is when I try to run the server, I get the following errors. Thoughts? $ pyth