problem with lists
catlee at my-deja.com
catlee at my-deja.com
Tue Jul 6 13:20:07 EDT 1999
More information about the Python-list mailing list
Tue Jul 6 13:20:07 EDT 1999
- Previous message (by thread): problem with lists
- Next message (by thread): HELP: moving Python Distribution
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
You need to create a nydata variable before you can insert things into it or index it. Try putting this line near the top of your code: nydata=[] Cheers, Chris Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.
- Previous message (by thread): problem with lists
- Next message (by thread): HELP: moving Python Distribution
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list