On Tue, 25 Mar 2008, Rich Shepard wrote:

>  Something has been left out. Here's the python traceback:

   I modified line 216 in testFunctions.py by appending painter=p to the
graph canvas. That resolved the first error, but replaced it with an axis
data error:

Traceback (most recent call last):
   File "testData.py", line 58, in ?
     testCode()
   File "testData.py", line 37, in testCode
     testFunctions.linearDecrCurve(row[10],row[9])
   File "/data1/eikos/testFunctions.py", line 216, in linearDecrCurve
     painter=p)
   File "/usr/lib/python2.4/site-packages/pyx/graph/graph.py", line 305, in
__init__
     self.axes[axisname] = axis.anchoredaxis(aaxis, self.texrunner, axisname)
   File "/usr/lib/python2.4/site-packages/pyx/graph/axis/axis.py", line 488,
in __init__
     self.data = axis.createdata(errorname)
AttributeError: regular instance has no attribute 'createdata'

   What is now missing?

Rich

-- 
Richard B. Shepard, Ph.D.               |  Integrity            Credibility
Applied Ecosystem Services, Inc.        |            Innovation
<http://www.appl-ecosys.com>     Voice: 503-667-4517      Fax: 503-667-8863

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
PyX-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pyx-user

Reply via email to