Ticket #1 (closed defect: fixed)
PyCha not working under CPython 2.4
| Reported by: | enlavin | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
Syntax error in chart.py
File "C:\Python\24\lib\site-packages\pycha-0.1.0-py2.4.egg\pycha\chart.py", line 189
self.minxval = 0.0 if self.options.xOriginIsZero else float(min(xdata))
Conditional asignment is defined only in python 2.5 and above.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
