Closed
Bug 510785
Opened 15 years ago
Closed 15 years ago
bootstrap.py cannot execute due to syntax errors
Categories
(Skywriter Graveyard :: General, defect, P1)
Tracking
(Not tracked)
RESOLVED
INVALID
0.4.2
People
(Reporter: kevin.olbrich+bugzilla, Assigned: dangoor)
Details
User-Agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1.2) Gecko/20090729 Firefox/3.5.2
Build Identifier: 0.4
Running 'bootstrap.py --no-site-packages' fails but indicates a syntax error on line 562 of pavement.py
It looks like a ruby style conditional assignment was used in a python file.
Reproducible: Always
Steps to Reproduce:
1.download Bespin 0.4
2.run boostrap.py
Actual Results:
syntax error thrown
Expected Results:
joy and contentment
Updated•15 years ago
|
Assignee: nobody → kdangoor
Priority: -- → P1
Target Milestone: --- → 0.4.2
Assignee | ||
Comment 1•15 years ago
|
||
Bespin requires Python 2.5. The syntax error reported is a 2.4 problem.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•