Thanks Andre, logging.__file__ worked as with your setup, but the
issue still remained.
I changed to another VM where I have with Ubunto installed, and
everything works. Must be the Redhat/Suse vs the Debian/Ubuntu
approach. Not something I can spend time on right now.
Thanks for your help!!
Mar
There's a chance you have a logging module in your PATH that is shadowing
the default package.
Did you create an app or project named logging by any chance?
Ideas:
- From an interactive python shell, import logging and check
logging.__file__
In my Ubuntu install, I get:
/usr/lib/python2.7/loggin
Its Django 1.3.1, with Python 2.4.1. The Django docs say that this
would work.
https://docs.djangoproject.com/en/1.3/intro/install/
Martin
--
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@google
On Wed, Apr 4, 2012 at 3:47 PM, Martin Sommer wrote:
> I have Python and Django properly installed, but am not getting the
> first project to work. When I do this:
>
> python manage.py runserver
>
> ... I get this:
>
> Traceback (most recent call last):
> File "manage.py", line 14, in ?
> exec
4 matches
Mail list logo