Message178475
I am running Arch Linux with the latest Tcl/Tk 8.6.0 build with Python 2.7.3 and 3.3.0, and the latest 3.4.0a0 build from the repository.
Running the attached script fails when calling pack_info(). Here's is the script's output:
8.6
Traceback (most recent call last):
File "tk_86_error.py", line 6, in <module>
label.pack_info()
File "/usr/lib/python3.3/tkinter/__init__.py", line 1884, in pack_info
self.tk.call('pack', 'info', self._w))
TypeError: Can't convert '_tkinter.Tcl_Obj' object to str implicitly
This error did not occur when using Tk 8.5.13. |
|
Date |
User |
Action |
Args |
2012-12-29 06:38:27 | roger.serwy | set | recipients:
+ roger.serwy |
2012-12-29 06:38:27 | roger.serwy | set | messageid: <1356763107.47.0.647000150457.issue16809@psf.upfronthosting.co.za> |
2012-12-29 06:38:27 | roger.serwy | link | issue16809 messages |
2012-12-29 06:38:27 | roger.serwy | create | |
|