New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #17463 (new defect)

Opened 3 years ago

Last modified 12 months ago

python 2.5-2.7 tkinter oddities

Reported by: blb@… Owned by: jwa@…
Priority: Low Milestone:
Component: ports Version: 1.7.0
Keywords: tk tkinter Cc: mcalhoun@…
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

Changed 3 years ago by anonymous

  • milestone Port Bugs deleted

Milestone Port Bugs deleted

Changed 2 years ago by jmr@…

  • cc jwa@… added; mww@… removed

Changed 17 months ago by blb@…

  • owner changed from blb@… to jwa@…
  • cc jwa@… removed

Changed 12 months ago by jmr@…

  • port changed from python25 python26 py25-tkinter to python25 python26 python27 py27-tkinter py26-tkinter py25-tkinter
  • summary changed from python25 and python26 tkinter oddities to python 2.5-2.7 tkinter oddities
Note: See TracTickets for help on using tickets.