Changes between Initial Version and Version 1 of Ticket #25584
- Timestamp:
- Oct 21, 2015, 8:06:07 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25584 – Description
initial v1 1 1 When 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 {{{ 3 3 Compiling /tmp/pip_build_root/django/django/conf/app_template/apps.py ... 4 4 File "/tmp/pip_build_root/django/django/conf/app_template/apps.py", line 4 … … 14 14 ^ 15 15 SyntaxError: invalid syntax 16 }}}