This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author roger.serwy
Recipients roger.serwy
Date 2012-12-29.06:38:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356763107.47.0.647000150457.issue16809@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-12-29 06:38:27roger.serwysetrecipients: + roger.serwy
2012-12-29 06:38:27roger.serwysetmessageid: <1356763107.47.0.647000150457.issue16809@psf.upfronthosting.co.za>
2012-12-29 06:38:27roger.serwylinkissue16809 messages
2012-12-29 06:38:27roger.serwycreate