On Wed, Nov 16, 2011 at 3:01 PM, Gchorn <guillaumech...@gmail.com> wrote:
> Hi All,
>
> So I haven't used Django in a while (like three months), and when I
> tried firing up a project in dev from Terminal (in OSX) today using
> the "python manage.py runserver" command, I got the following
> Traceback:
>
>  File "manage.py", line 14, in <module>
> …
>  File "/Library/Frameworks/Python.framework/Versions/2.7/lib/
> python2.7/site-packages/django/utils/log.py", line 1, in <module>
>    import logging
> ImportError: No module named logging
>
> Has anyone ever seen this?  I have no idea what it means.  I haven't
> messed with my installation of Django so I don't know why it wouldn't
> be able to find all of the modules it previously could.  Any ideas?
>

logging is a core part of python itself since python 2.3, have you
accidentally trashed your python site directory? What is in
/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/logging/
?

http://docs.python.org/library/logging.html

Cheers

Tom

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to