Python GUIs

Lonnie Princehouse finite.automaton at gmail.com
Wed Sep 21 15:11:11 EDT 2005


B is a tuple if it's assigned that way.  Tuples are immutable.
To make a list instead, you need square brackets:
   B = ['\x12', '\x32']

Regarding your original post, you'll probably have to ask more specific
questions if you want to get good answers.




More information about the Python-list mailing list