> 0.7 is where full Django 1.0 compatibility was included.  I'm assuming you
> are using Django 1.0 or higher?  The error related to 'alnum_re' you mention
> later looks to be the result of django-registration using a core validator
> thingy -- these were all removed prior to Django 1.0, so if you got an error
> on that then it sounds like you are running a later version of Django than
> is supported by the version of django-registration you installed.  Rather
> than trying to patch the registration code you have (which is what has led
> to the syntax error you report), upgrade to a django-registration version
> (0.7 or current code) that supports the level of Django you are running.

Karen:

I'm running django version 1.0 final SVN
I upgraded to Django registration 0.7 just now.
Thanks, that certainly sorts out the  'alnum_re' problem

Now the remaining problem is after filling the form I get is

************************************************************************************************
SyntaxError at /accounts/register/
invalid syntax (views.py, line 87)
Request Method:         POST
Request URL:    http://www.rareasianbooks.com/accounts/register/
Exception Type:         SyntaxError
invalid syntax (views.py, line 87)
Exception Location:     /usr/lib/python2.3/site-packages/userprofile/urls/
en.py in ?, line 3
*************************************************************************************************
verbose paste of debug results can be seen here  http://dpaste.com/111499/

I looked at ...registration.views.py but line 87 there is a commented
area so it
must be talking about another view.py file.

Where should I look next?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to [email protected]
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