You likely have a regular expression that is trying to match using groups,
and a '(' or ')' are missing or added as extras without a mate.http://lmgtfy.com/?q=Python+unbalanced+parenthesis&l=1 -James On Wednesday, September 17, 2014, ngangsia akumbo <[email protected] <javascript:_e(%7B%7D,'cvml','[email protected]');>> wrote: > i dont understand what is going on i need some help > error at /admin/ > > unbalanced parenthesis > > Request Method:GETRequest URL:http://localhost:8000/admin/Django Version: > 1.4.3Exception Type:errorException Value: > > unbalanced parenthesis > > Exception Location:/usr/lib/python2.7/re.py in _compile, line 244Python > Executable:/usr/bin/pythonPython Version:2.7.6Python Path: > > ['/home/yems/apps/project1', > '/usr/lib/python2.7/dist-packages', > '/usr/local/lib/python2.7/dist-packages/django_mptt-0.6.0-py2.7.egg', > '/usr/local/lib/python2.7/dist-packages/pytz-2014.7-py2.7.egg', > '/usr/lib/python2.7', > '/usr/lib/python2.7/plat-i386-linux-gnu', > '/usr/lib/python2.7/lib-tk', > '/usr/lib/python2.7/lib-old', > '/usr/lib/python2.7/lib-dynload', > '/usr/local/lib/python2.7/dist-packages', > '/usr/lib/python2.7/dist-packages/PILcompat', > '/usr/lib/python2.7/dist-packages/gst-0.10', > '/usr/lib/python2.7/dist-packages/gtk-2.0', > '/usr/lib/pymodules/python2.7', > '/usr/lib/python2.7/dist-packages/ubuntu-sso-client', > '/usr/lib/python2.7/dist-packages/wx-2.8-gtk2-unicode'] > > Server time:Wed, 17 Sep 2014 16:13:15 +0100 > > -- > 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 [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/88f2339c-1c46-4d14-b604-a0516cc95151%40googlegroups.com > <https://groups.google.com/d/msgid/django-users/88f2339c-1c46-4d14-b604-a0516cc95151%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CA%2Be%2BciVHzuBHT1PPu8KJZdXPkUp1FZ5J9%2BG1V%2BhODao_wxHc0Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

