Re: ImportError: No module named core in django 1.5.5

2014-03-19 Thread Alex Scoble
Never mind on this one. Ended up creating a virtual environment and running django in that and it's working now. Thanks, Alex On Tuesday, March 18, 2014 10:32:01 AM UTC-7, Alex Scoble wrote: > > Hi All, > > Running CentOS 6.4 with python 2.6.6 and django 1.5.5 > > Doing this at prompt works: py

ImportError: No module named core in django 1.5.5

2014-03-18 Thread Alex Scoble
Hi All, Running CentOS 6.4 with python 2.6.6 and django 1.5.5 Doing this at prompt works: python -c 'import django; print django.VERSION' Returns: (1, 5, 5, 'final', 0) However, running django-admin.py or import django from django.core.management import execute_from_command_line when in Pyth