oaubert / python-vlc

Python vlc bindings
GNU Lesser General Public License v2.1
381 stars 108 forks source link

Updates in tkvlc.py for issue #194 #231

Closed mrJean1 closed 1 year ago

mrJean1 commented 1 year ago

On macOS only, env variable TKVLC_LIBTK_PATH can be used to specify one or several paths to get libtkX.Y.dylib matching the tkinter module in the Python 3 (in case the standard location for libtkX.y.dylib fails).

Also on macOS only, tkvlc.py will try to find libtkX.Y.lib in Homebrew locations /{opt,usr}/local/Cellar/tcl-tl/.../lib/libtkX.Y.dylib.

Remove all broken Python 2 code.

Cosmetic changes.