﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
26143	SyntaxError for import statement {{ unicode_literals }}from django.apps import AppConfig	Sebastian Heil	nobody	"There are some strange error messages when running setup.py which seem to be syntax errors in the files below. The application is successfully running, however.

{{{
*** Error compiling '/tmp/pip-build-5hj2p7vr/django/django/conf/app_template/apps.py'...
  File ""/tmp/pip-build-5hj2p7vr/django/django/conf/app_template/apps.py"", line 1
    {{ unicode_literals }}from django.apps import AppConfig
                             ^
SyntaxError: invalid syntax

*** Error compiling '/tmp/pip-build-5hj2p7vr/django/django/conf/app_template/models.py'...
  File ""/tmp/pip-build-5hj2p7vr/django/django/conf/app_template/models.py"", line 1
    {{ unicode_literals }}from django.db import models
                             ^
SyntaxError: invalid syntax


...  
    
Successfully installed myflights django django-bootstrap3 django-bootstrap3-datetimepicker
Cleaning up...

}}}
"	Bug	closed	Uncategorized	1.9	Normal	duplicate			Unreviewed	0	0	0	0	0	0
