Your message dated Tue, 27 Dec 2022 23:23:11 +0000
with message-id <e1pajhr-00cbjy...@fasolo.debian.org>
and subject line Bug#1027106: Removed package(s) from unstable
has caused the Debian Bug report #872957,
regarding Python Tkinter Label() funcion is expecting an integer, getting "Sans"
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
872957: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=872957
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: python-tk
Version: 2.7.13-1

When trying to create a Tk Label object, Python Tkinter crashes. Here is the
a traceback of the error:

    >>> import Tkinter
    >>> tk = Tkinter.Tk()
    >>> label = Tkinter.Label(tk, text="Testing")
    Traceback (most recent call last):
      File "<input>", line 1, in <module>
        label = Tkinter.Label(tk, text="Testing")
      File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 2599, in __init__
        Widget.__init__(self, master, 'label', cnf, kw)
      File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 2098, in __init__
        (widgetName, self._w) + extra + self._options(cnf))
    TclError: expected integer but got "Sans"

In addition, the _test() function should pop up a small window with two
buttons. However, it also fails with the same traceback:

    >>> Tkinter._test()
    Traceback (most recent call last):
      File "<input>", line 1, in <module>
        Tkinter._test()
      File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 3847, in _test
        label = Label(root, text=text)
      File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 2599, in __init__
        Widget.__init__(self, master, 'label', cnf, kw)
      File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 2098, in __init__
        (widgetName, self._w) + extra + self._options(cnf))
    TclError: expected integer but got "Sans"

These tests also fail with the `python3-tk' package, version 3.5.3-2:

    $ python3
    >>> import tkinter
    >>> tkinter._test()
    Traceback (most recent call last):
      File "<input>", line 1, in <module>
        tkinter._test()
      File "/usr/lib/python3.5/tkinter/__init__.py", line 3851, in _test
        label = Label(root, text=text)
      File "/usr/lib/python3.5/tkinter/__init__.py", line 2617, in __init__
        Widget.__init__(self, master, 'label', cnf, kw)
      File "/usr/lib/python3.5/tkinter/__init__.py", line 2150, in __init__
        (widgetName, self._w) + extra + self._options(cnf))
    _tkinter.TclError: expected integer but got "Sans"
    >>> tk = tkinter.Tk()
    >>> label = tkinter.Label(tk, text="Testing")
    Traceback (most recent call last):
      File "<input>", line 1, in <module>
        label = tkinter.Label(tk, text="Testing")
      File "/usr/lib/python3.5/tkinter/__init__.py", line 2617, in __init__
        Widget.__init__(self, master, 'label', cnf, kw)
      File "/usr/lib/python3.5/tkinter/__init__.py", line 2150, in __init__
        (widgetName, self._w) + extra + self._options(cnf))
    _tkinter.TclError: expected integer but got "Sans"

Both modules depend on:

    blt (>= 2.4z-9)
    libc6 (>= 2.4)
    libtcl8.6 (>= 8.6.0)
    libtk8.6 (>= 8.6.0)
    libx11-6
    tk8.6-blt2.5 (>= 2.5.3)

-- 
. o .   o . o   . . o   o . .   . o .
. . o   . o o   o . o   . o o   . . o
o o o   . o .   . o o   o o .   o o o

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Version: 2.7.18-1+rm

Dear submitter,

as the package python-stdlib-extensions has just been removed from the Debian 
archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1027106

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to