-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Description
But, how ever, it also printed:
master.tk.call('package', 'require', 'Tktable')
_tkinter.TclError: couldn't load library "C:/.../Python/Python37-32/tcl/Tktable2.11/Tktable.dll":
Bad exe format. Possibly a 32/64-bit mismatch.
Oh, what a bad idea to hide the real TclError
, a simple Version mismatch!
Relevant:
- My DLL was 32-bit and my Python distribution was 64-bit and 64-bit python can't load a 32-bit DLL..
- can-i-use-32bit-dll-or-exe-in-64bit-python
- cross-compiling
I can't find a tktable for Windows 64 bit... only for Linux.
Did you need to install tktable
extra?
Here Download Tcl – ActiveTcl Community Edition i see both Windows (64-bit, x64)
and Windows (x86)
, states TkTable
is included:
We’ve pre-bundled a number of Tcl modules in our ActiveTcl 8.6.8 release:
Crticl, TclSOAP, Snack, TkCon, BWidget, [incr Tk], Tcllib, TclX, Expect, Tls, Tklib, TkTable, Tclvfs, Metakit, Tbcload, Img, Treectrl, Wub, Nsf, Trofs, [incr widgets]
Metadata
Metadata
Assignees
Labels
No labels