#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 , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
Type: | Uncategorized → Bug |
---|
Note:
See TracTickets
for help on using tickets.
Trac isn't a support forum — see TicketClosingReasons/UseSupportChannels
You might be using a version of Python that isn't supported by Django.