Any pyChart experts lend a hand?

2006-07-17 Thread john . mcginnis
I am attempting to generate some graphics prior to display on a webpage. I have GhostScript 8.x loaded. And I can from the code below generate the desired graphic. (it's right out of the /demos, pietest.py with some mods) Works great. However were I to paste this into the main flow of my program it

having a problem with an instance of a method.

2006-07-14 Thread john . mcginnis
I wanted to dig a little deeper understanding of Classes, Methods and Instances. However I get this - ' AClassA instance has no attribute' as an error when I call the method I am using as a learning tool. Here's the code, from hammer.py -