Hi,

I have installed Django 1.11.7 in my windows 7 machine. I am getting the 
following error when i run python manage.py runserver. Is there a 
workaround to fix it?

Unhandled exception in thread started by <function 
check_errors.<locals>.wrapper
 at 0x033EA9C0>
Traceback (most recent call last):
  File 
"C:\Python\Python37-32\lib\site-packages\django\utils\autoreload.py", line 
228, in wrapper
    fn(*args, **kwargs)
  File 
"C:\Python\Python37-32\lib\site-packages\django\core\management\commands\runserver.py",
 
line 117, in inner_run
    autoreload.raise_last_exception()
  File 
"C:\Programs\Python\Python37-32\lib\site-packages\django\utils\autoreload.py", 
line 251, in raise_last_exception
    six.reraise(*_exception)
  File "C:\Python\Python37-32\lib\site-packages\django\utils\six.py", line 
685, in reraise
    raise value.with_traceback(tb)
  File 
"C:\Python\Python37-32\lib\site-packages\django\utils\autoreload.py", line 
228, in wrapper
    fn(*args, **kwargs)
  File "C:\Python\Python37-32\lib\site-packages\django\__init__.py", line 
27, in setup
    apps.populate(settings.INSTALLED_APPS)
  File "C:\Python\Python37-32\lib\site-packages\django\apps\registry.py", 
line 85, in populate
    app_config = AppConfig.create(entry)
  File "C:\Python\Python37-32\lib\site-packages\django\apps\config.py", 
line 94, in create
    module = import_module(entry)
  File "C:\Python\Python37-32\lib\importlib\__init__.py", line 127, in 
import_module
    return _bootstrap._gcd_import(name[level:], package, level)
  File "<frozen importlib._bootstrap>", line 1006, in _gcd_import
  File "<frozen importlib._bootstrap>", line 983, in _find_and_load
  File "<frozen importlib._bootstrap>", line 967, in _find_and_load_unlocked
  File "<frozen importlib._bootstrap>", line 677, in _load_unlocked
  File "<frozen importlib._bootstrap_external>", line 728, in exec_module
  File "<frozen importlib._bootstrap>", line 219, in 
_call_with_frames_removed
  File 
"C:\Python\Python37-32\lib\site-packages\django\contrib\admin\__init__.py", 
line 4, in <module>
    from django.contrib.admin.filters import (
  File 
"C:\Python\Python37-32\lib\site-packages\django\contrib\admin\filters.py", 
line 10, in <module>
    from django.contrib.admin.options import IncorrectLookupParameters
  File 
"C:\Python\Python37-32\lib\site-packages\django\contrib\admin\options.py", 
line 12, in <module>
    from django.contrib.admin import helpers, widgets
  File 
"C:\Python\Python37-32\lib\site-packages\django\contrib\admin\widgets.py", 
line 151
    '%s=%s' % (k, v) for k, v in params.items(),
    ^
SyntaxError: Generator expression must be parenthesized

-- 
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 django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/bdded2a4-f7fc-4fb3-9b97-4e6acbcee621%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to