Changes between Initial Version and Version 1 of Ticket #25584


Ignore:
Timestamp:
Oct 21, 2015, 8:06:07 AM (9 years ago)
Author:
Tim Graham
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25584 – Description

    initial v1  
    11When I am trying to install django 1.9a1 or 1.9b1 using pip on python version 2.7.6. I am getting syntax error though installation is not getting effected because of this.
    2 
     2{{{
    33Compiling /tmp/pip_build_root/django/django/conf/app_template/apps.py ...
    44  File "/tmp/pip_build_root/django/django/conf/app_template/apps.py", line 4
     
    1414                             ^
    1515SyntaxError: invalid syntax
     16}}}
Back to Top