Hello,

I'm not a python programmer, this is the first time I've ever worked
with a python app.  I'm trying to install "Surftrackr" for my company
and I have a problem.  I have searched and can not find any clear
answers.

I have the installed the latest svn of Django. (I started out with the
released tarball)  This is the error I get:

[EMAIL PROTECTED]:/usr/local/surftrackr# ./manage.py syncdb
Traceback (most recent call last):
  File "./manage.py", line 11, in <module>
    execute_manager(settings)
  File "/usr/lib/python2.5/site-packages/django/core/management/
__init__.py", line 340, in execute_manager
    utility.execute()
  File "/usr/lib/python2.5/site-packages/django/core/management/
__init__.py", line 295, in execute
    self.fetch_command(subcommand).run_from_argv(self.argv)
  File "/usr/lib/python2.5/site-packages/django/core/management/
base.py", line 195, in run_from_argv
    self.execute(*args, **options.__dict__)
  File "/usr/lib/python2.5/site-packages/django/core/management/
base.py", line 221, in execute
    self.validate()
  File "/usr/lib/python2.5/site-packages/django/core/management/
base.py", line 249, in validate
    num_errors = get_validation_errors(s, app)
  File "/usr/lib/python2.5/site-packages/django/core/management/
validation.py", line 28, in get_validation_errors
    for (app_name, error) in get_app_errors().items():
  File "/usr/lib/python2.5/site-packages/django/db/models/loading.py",
line 128, in get_app_errors
    self._populate()
  File "/usr/lib/python2.5/site-packages/django/db/models/loading.py",
line 57, in _populate
    self.load_app(app_name, True)
  File "/usr/lib/python2.5/site-packages/django/db/models/loading.py",
line 72, in load_app
    mod = __import__(app_name, {}, {}, ['models'])
  File "/usr/local/surftrackr/../surftrackr/log/models.py", line 72,
in <module>
    class User(models.Model):
  File "/usr/local/surftrackr/../surftrackr/log/models.py", line 87,
in User
    workstation           = models.ManyToManyField(Workstation,
null=True, blank=True, filter_interface=True)
  File "/usr/lib/python2.5/site-packages/django/db/models/fields/
related.py", line 759, in __init__
    Field.__init__(self, **kwargs)
TypeError: __init__() got an unexpected keyword argument
'filter_interface'

Can someone please help me with this?

--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to