smy28 <shoshana....@gmail.com> 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 django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users. For more options, visit https://groups.google.com/groups/opt_out.