Center-for-Research-Libraries / crl-serials-validator

Validate bibliographic and holdings data for shared print.
GNU General Public License v3.0
0 stars 1 forks source link

Replace ttkboostrap theme #25

Closed nflorin closed 2 years ago

nflorin commented 2 years ago

The ttkboostrap theme library for Tkinter doesn't seem to work on Windows when Python was installed via Anaconda (and probably Miniconda). This is a common installation for data work, so we should remove and replace ttkboostrap.

nflorin commented 2 years ago

Removed ttkboostrap and did not replace it, so the GUI pages are now showing the default Tkinter.ttk gray theme. I'm keeping the separate ttk_theme.py library to make it easier to add a new theme in the future.

Because everything works now that ttkboostrap has been removed I'm labeling this an enhancement rather than a bug.

nflorin commented 2 years ago

Labeling this as low priority, until/unless we make a full GUI a high priority. If I come across something straightforward and pretty then I'll add it, otherwise this can wait.

nflorin commented 2 years ago

Closing this for now, until we bring back a Tk GUI.