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

Re: ImportError: No module named core

2008-08-26 Thread James Matthews
He is running on Dreamhost (Debian Linux) WinZip is for windows. Look at your python patch (export | grep PYTHONPATH) if you need to edit it then do so in your .bash_profile file (cd ~;nano .bash_profile) Do you have Fcgi enabled? Look at the dreamhost wiki they have a good article on how to inst

Re: ImportError: No module named core

2008-08-26 Thread richr
Make sure the unzipping tool that you used to uncompress the Django kit preserves empty files like __init__.py. WinZip, in particular, does not always do this. On Jul 15, 1:42 pm, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I've been trying to setup Django on Dreamhost and I haven't had much

Re: ImportError: No module named core

2008-07-15 Thread Evert
> I've been trying to setup Django on Dreamhost and I haven't had much > luck. My latest error / problem is this: > > django-admin.py > Traceback (most recent call last): >   File "/home/username/projects/django/trunk/django/bin/django- > admin.py", line 2, in ? >     from django.core import manag