No module named MIMEText

2007-01-22 Thread johnny
when I run python manage.py runserver and go to http://127.0.0.1:8000/admin/ I get an error: ImproperlyConfigured: Error importing middleware django.middleware.common: "No module named MIMEText" Traceback (most recent call last): File "H:\xampp\python\lib\site-packages\djan

RE: No module named MIMEText

2007-01-23 Thread mojo
users Subject: No module named MIMEText when I run python manage.py runserver and go to http://127.0.0.1:8000/admin/ I get an error: ImproperlyConfigured: Error importing middleware django.middleware.common: "No module named MIMEText" Traceback (most recent call last): File "H:\x

Re: No module named MIMEText

2007-01-26 Thread johnny
n > Python24\Lib\email\ helped. > > -Original Message- > From: django-users@googlegroups.com [mailto:[EMAIL PROTECTED] > > On Behalf Of johnny > Sent: Monday, January 22, 2007 9:25 PM > To: Django users > Subject: No module named MIMEText > > when I run python manag

Re: No module named MIMEText

2007-01-26 Thread Russell Keith-Magee
On 1/27/07, johnny <[EMAIL PROTECTED]> wrote: > > I just deleted those .pyc files. How do I compile it? I thought > python is interpreted language. It is, but the code is compiled into a bytecode format (pyc) as an optimization step that removes the need to parse the source code every time it i