Ticket #2 (closed defect: fixed)
MemoryError in FreeBSD (Cairo issue?)
| Reported by: | Alexander | Owned by: | lgs |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | component1 | Version: | |
| Keywords: | Cc: |
Description
Hello. I have two identical configurations -- Ubuntu Fiesty/Python 2.5/Cairo + python cairo bindings and FreeBSD 6.2/Python 2.5/Cairo + python cairo bindings. In linux: pycha-0.2.0/examples# python barchart.py succeeds, and in FreeBSD fails:
pycha-0.2.0/examples# python barchart.py
Traceback (most recent call last):
File "barchart.py", line 63, in <module>
barChart('v' + output, pycha.bar.VerticalBarChart)
File "barchart.py", line 57, in barChart
chart.render()
File "build/bdist.freebsd-6.2-RELEASE-p1-i386/egg/pycha/chart.py", line 94, in render
File "build/bdist.freebsd-6.2-RELEASE-p1-i386/egg/pycha/chart.py", line 330, in _renderAxis
File "build/bdist.freebsd-6.2-RELEASE-p1-i386/egg/pycha/chart.py", line 321, in drawYLabel
MemoryError
:`(
Change History
Note: See
TracTickets for help on using
tickets.
