fourMs / MGT-python

Musical Gestures Toolbox for Python
https://www.uio.no/ritmo/english/research/labs/fourms/downloads/software/musicalgesturestoolbox/mgt-python/index.html
GNU General Public License v3.0
53 stars 11 forks source link

Tkinter on Ubuntu #182

Closed balintlaczko closed 3 years ago

balintlaczko commented 3 years ago

Just discovered that installing the Tkinter package is slightly trickier on Ubuntu. In musicalgestures, in the cropping pre-processing step, when using manual cropping, I used tkinter to get the screensize and scale the image (_utils.py: get_screen_resolution_scaled(): Gets the scaled screen resolution. Respects display scaling on high DPI displays.), so it does not overflow the screen. On Ubuntu there seems to be a problem with Tkinter by default. Using sudo apt-get install python3-tk solved it for me. But this means the installation process should include a similar step on Linux.

balintlaczko commented 3 years ago

Added installation instructions for Linux users in Wiki.