Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#18588 closed Bug (invalid)

Django-Python instalation error on django-admin.py (init.py options = filter(lambda (x,v): x not in prev_opts, options)-syntax error

Reported by: anonymous Owned by: nobody
Component: Uncategorized Version: 1.4
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

I am having issues when running the django-admin.py startptoject newproject method on windows 7:

Specificaly-the error relates to the init.py file, where a syntaxt error is registered on line 327 (after the a in Lambda and on brackets on x):

(init.py options = filter(lambda (x,v): x not in prev_opts, options)

Please make my day and provide the solution,.

Thanks.

Change History (2)

comment:1 by Aymeric Augustin, 12 years ago

Resolution: invalid
Status: newclosed

Trac isn't a support forum — see TicketClosingReasons/UseSupportChannels

You might be using a version of Python that isn't supported by Django.

comment:2 by anonymous, 12 years ago

Type: UncategorizedBug
Note: See TracTickets for help on using tickets.
Back to Top