When I try to sync db with python manage.py syncdb I always get stack trace with

TypeError: 'class Meta' got invalid attribute(s): proxy

Any suggestions ?

python2.5

asked 23 Jun '10, 15:37

manik's gravatar image

manik
31224
accept rate: 0%

edited 23 Jun '10, 15:43

Fixed with reinstallation.

Another problem

ImproperlyConfigured: Error importing middleware forum.middleware.extended_user: "No module named forum.middleware.extended_user"
(23 Jun '10, 16:05) manik

Do you happen to know your django version?

(23 Jun '10, 17:20) Hernani Cerq... ♦♦

I do not know where was the problem, but I simply changed from wsgi to mod_python and everything works ok for now.

(23 Jun '10, 17:24) manik

That's odd, because the syncdb process has nothing to do with the apache handler you're using. But is nice that you managed to solve your problem.

(23 Jun '10, 21:01) Hernani Cerq... ♦♦

I have the exact same problem "TypeError: 'class Meta' got invalid attribute(s): proxy". My python-version is 2.5.2 and django 1.0 (which i did set in settings_locale.py)

(19 Jul '10, 08:59) Valentin

Can you update your django version? We officially don't support django 1.0 anymore, since it's a bit outdated and featureless, and it's already in version 1.2.1

(19 Jul '10, 09:37) Hernani Cerq... ♦♦

i have the same thing using python2.6

(19 Apr '11, 06:15) 4F2E4A2E
showing 5 of 7 show 2 more comments
Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×43
×13
×4

Asked: 23 Jun '10, 15:37

Seen: 751 times

Last updated: 23 Jun '11, 12:07

powered by OSQA