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 smits92
Recipients ned.deily, ronaldoussoren, smits92, wordtech
Date 2019-08-13.07:36:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CALGsX6HgNWHeoF8jONxpNWX9oh5eObRU48o9mOE3nzsibe8cXQ@mail.gmail.com>
In-reply-to <1565681408.05.0.216364430283.issue37833@roundup.psfhosted.org>
Content
Thanks! I was just looking how to send you all this info, so here it is:

tkinter.TCL_VERSION: 8.6
tkinter.TK_VERSION: 8.6
tkinter.info_patchlevel: 8.6.8

$ python3.7 -c 'import _tkinter;print(_tkinter.__file__)'

/anaconda3/envs/main/lib/python3.7/lib-dynload/_
tkinter.cpython-37m-darwin.so

$ otool -L $(python3.7 -c 'import _tkinter;print(_tkinter.__file__)')

/anaconda3/envs/main/lib/python3.7/lib-dynload/_
tkinter.cpython-37m-darwin.so:

@rpath/libtcl8.6.dylib (compatibility version 8.6.0, current version 8.6.8)

@rpath/libtk8.6.dylib (compatibility version 8.6.0, current version 8.6.8)

/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version
1213.0.0)
History
Date User Action Args
2019-08-13 07:36:12smits92setrecipients: + smits92, ronaldoussoren, wordtech, ned.deily
2019-08-13 07:36:11smits92linkissue37833 messages
2019-08-13 07:36:11smits92create