I created a class Dict (not dict), but since it only complicates things for me I implemented my program without it.
when I wrote myDictionary = dictionary.__dict__.iteritems() it worked better... what does the __dict__ mean? -- http://mail.python.org/mailman/listinfo/python-list
