Opened 15 years ago

Closed 10 years ago

#17463 closed defect (worksforme)

python 2.5-2.7 tkinter oddities

Reported by: blb@… Owned by: jyrkiwahlstedt
Priority: Low Milestone:
Component: ports Version: 1.7.0
Keywords: tk tkinter Cc: MarcusCalhoun-Lopez (Marcus Calhoun-Lopez)
Port: python25 python26 python27 py27-tkinter py26-tkinter py25-tkinter

Description

Two oddities in python25 and python26 (<2.5 not tested, so they may be affected as well, 3.0 also not tested):

  • Both python25 and python26 install IDLE.app (which needs py25-tkinter for python25), and when double-clicking it, it launches (through X11, since MacPorts' Tk links to X11) but the dock icon continues to bounce for some time. Seems like the OS doesn't see it as having launched.
  • Running Tkinter's _test opens a window which then immediately minimizes; to test, use:
    /opt/local/bin/python2.6 -m Tkinter -c 'Tkinter._test()'
    

or

/opt/local/bin/python2.5 -m Tkinter -c 'Tkinter._test()'

Change History (5)

comment:1 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Cc: jwa@… added; mww@… removed

comment:3 Changed 14 years ago by blb@…

Cc: jwa@… removed
Owner: changed from blb@… to jwa@…

comment:4 Changed 13 years ago by jmroot (Joshua Root)

Port: python27 py27-tkinter py26-tkinter added
Summary: python25 and python26 tkinter odditiespython 2.5-2.7 tkinter oddities

comment:5 Changed 10 years ago by jyrkiwahlstedt

Resolution: worksforme
Status: newclosed

With current 2.7 seems to be ok (if not using 2.7, update to it, it is the current 2 series production version)

Note: See TracTickets for help on using tickets.