Hi All,

I have inherited some Django code, I'm porting it to a new machine,
and here is an error I'm getting, which is proving to be hard to
trace:

Traceback (most recent call last):

  File "/usr/local/lib/python2.6/dist-packages/django/core/handlers/
base.py", line 92, in get_response
    response = callback(request, *callback_args, **callback_kwargs)

  File "build/bdist.linux-x86_64/egg/registration/views.py", line 148,
in register
    new_user = form.save(profile_callback=profile_callback)

TypeError: save() got an unexpected keyword argument
'profile_callback'

I can't find build/bdist.linux-x86_64/egg/registration/views.py on my
system, strangely enough. Is this portion of Django byte compiled,
then removed?

I'm running Django 1.2 Apha (although this also happens in 1.1) with
Satchmo 0.9 on a Debian EC2 instance using WSGI. My weekend is shot :)

Thank you in advance,
Gloria

--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to