Re: Python 3.2 Tkinter and TTK

2011-04-28 Thread David Phillips
for the text being edited (implemented with a Text widget). Admittedly it took a little trial and error to perfect the layout of the various frames, but when it was done, I was pleased with the appearance, functionality, and performance. David Phillips -- http://mail.python.org/mailman/listinfo

[issue11261] urlopen breaks when data parameter is used.

2011-02-20 Thread David Phillips
New submission from David Phillips david.193.phill...@gmail.com: The following code works on python 3.1.3 but fails on Python 3.2rc2 (r32rc2:88269, Jan 30 2011, 14:30:28). (I run Mac OS X, version 10.6.6.) - import urllib, urllib.request, urllib.error, urllib.parse

[issue11261] urlopen breaks when data parameter is used.

2011-02-20 Thread David Phillips
David Phillips david.193.phill...@gmail.com added the comment: Converting the type of my variable form from string to bytes did, indeed, allow the code to run, but I have to wonder about changing the inputs to urlopen like this. The 3.1.3 docs call for the data parameter to be string, and I