Create a python 3 exe with pyinstaller with Pmw module
问题 Based on this Previos Post I'm trying to figure out how to make an exe out of my python files. The main issue seems to be that Pmw and its modules do not seem to import correctly though pyinstaller. The main error says: FileNotFoundError: [WinError 3] The system cannot find the path specified: 'C:\User\Name\AppData\Local\Temp\_MEI61522\Pmw Looking at the Pmw init it seems what it's doing is looking for files in the directory which have Pmw_# # # and looking in there which has lib and then