Message367765
Currently, on a Windows machine, the clipboard contents is lost when the root is closed. This, therefore requires you to keep the IDLE instance open until after the copy has been complete (particularly annoying when copying between different IDLE instances). The solution is to pipe the tkinter clipboard contents to "clip.exe" (built-in to Windows) which will preserve it after root closure. |
|
| Date |
User |
Action |
Args |
| 2020-04-30 17:35:47 | epaine | set | recipients:
+ epaine, terry.reedy |
| 2020-04-30 17:35:47 | epaine | set | messageid: <1588268147.56.0.852233274654.issue40452@roundup.psfhosted.org> |
| 2020-04-30 17:35:47 | epaine | link | issue40452 messages |
| 2020-04-30 17:35:47 | epaine | create | |
|