Import Error: No module named django.core.management

Published: 2008-04-21

Installing and testing the Django Framework on my new mac I came across the error "Import Error: No module named django.core.management" when attempting to run the sever.  I installed the framework using macports and there were some problems linking up all the relevant bits.  A quick fix was to sym link the a django folder to the macports install:

ln -s $SOMEWHERE/lib/python2.5/site-packages/django/ ./django

It also allows to you run different versions of Django if required.

More from this section

RECENT ARTICLES

Lightweight blog created on Ruby/GAA/Datastore stack

Put this together a month or two back but never got around to replaci... read more

Using Node JS and Couch DB Stack for Web Dev

With the recent hype surrounding Node.js I thought I'd better get my ... read more

Campaign Monitor API Using PHP and SOAP

Campaign Monitor has a fairly comprehensive API and support docs.&nbs... read more

Google Maps Snippet

Absolute bare basics when it comes the Google Map api but a snippet o... read more

CREDITS

powered by php-wax the php framework