Newbie Looking for Scientific Python TkWidgets Example

Chad Netzer cnetzer at mail.arc.nasa.gov
Thu Mar 6 14:44:12 EST 2003


On Thu, 2003-03-06 at 09:55, Johnny Lin wrote:

> (array c; have left out the import statements):

Next time, don't leave out the import statements, as it just makes more
work for me or anyone trying to help you.  We have to type them in by
hand to run your code (and we are busy people).

>    plot.pack

You forgot to actually call pack()  (ie. you need the () after 'pack')
After doing this, things appeared to work for me.

Hope this gets you on your way.

-- 
Bay Area Python Interest Group - http://www.baypiggies.net/

Chad Netzer
(any opinion expressed is my own and not NASA's or my employer's)







More information about the Python-list mailing list