Discussion:
[fontforge-users] Using Tkinter with packaged python binary
Abraham Lee
2017-02-06 20:08:09 UTC
Permalink
Does anyone have any experience using Tkinter with the packaged python
binary that comes with FF? The folder lib-tk is there and the DLL
_tkinter.pyd is found in lib-dynload, but when I try

import Tkinter as tk

I get the following error at line 39 at "import _tkinter":

ImportError: DLL load failed: The specified module could not be found.

Any thoughts on what I can do or why it can't load the module?

Best,
Abraham

Loading...