I'm trying to use cx_Freeze and everything everything seems like it should work fine, however I'm getting an import error for import tkinter
Traceback
#...
from tkinter import __fix
#...
import_tkinter
ImportError: DLL load failed: The specified module could not be found.
This only happens when I take the the contents "all of it" out of the C:/Python32/Scripts/distany directory, inside there it works fine. any insight?
EDIT: it appears this issue is resolved, however is there a way to make the program easier to access for the user when I make a zip of it and its dependencies, since there are so many?