tkhtmlview icon indicating copy to clipboard operation
tkhtmlview copied to clipboard

[KNOWN ISSUE] Styles, Headers, bold almost nothing works in Anaconda Distributions

Open bauripalash opened this issue 3 years ago • 0 comments

Anaconda Distribution's Tkinter package has some issues regarding Tkinter package (https://github.com/ContinuumIO/anaconda-issues/issues/6833), which they don't intend to fix.

Their reply to the issue I meantioned above: https://github.com/ContinuumIO/anaconda-issues/issues/6833#issuecomment-351363320

No we cannot do this. When building our software we need python built very early, well before anything graphical gets built. Adding Freetype as a dep for tkinter causes a cycle in the build graph and we can no longer build the distro. Why not use something more modern than tkinter anyway?

For that reasons, most features of tkhtmlview will not work in Anaconda distributions including mambaforge, miniconda etc.

With Anaconda's Python:

Screenshot_20220908_092447

Without Anaconda (system python):

Screenshot_20220908_092422


This is not a bug of the package tkhtmlview

bauripalash avatar Sep 08 '22 05:09 bauripalash