smy28 <[email protected]> writes:

> Okay, so I ran python manage.py shell and I got the following error:
> TypeError: Error when calling the metaclass bases
>     __init__() keywords must be strings
>

I'd suggest that you remove everything and start from scratch. Make
sure that all the requirements are met and that you are
getting the versions you think you are getting: starting python will
tell you the version. Also check which django-admin.py you are using (in
case you have more than one installed on your system) - if you are on
linux or a unix-y system, the command 

     $ which django-admin.py

will tell you.

I tried to duplicate your problem (I'm running python 2.7.3 and django
1.5). For the record, I do

    $ django-admin.py startproject foo
    $ cd foo
    $ python manage.py shell

and I get no errors.

-- 
Nick

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to