Skip to content Skip to sidebar Skip to footer

Python 2.7.12, Trying To Build An Executable File Using Pyinstaller. I Keep Getting The Below Error

Trying to build an executable file using pyinstaller. I keep getting the below error Traceback (most recent call last): File 'Inventory_Computation\app.py', line 145, in

Solution 1:

found the solution finally...

  1. Go to "C:\Python27\Lib\email"

  2. And find the "init.py"

  3. Comment out below lines.

    'Audio', 'Base', 'Image', 'Message', 'Multipart', 'NonMultipart', 'Text',

Try pyinstaller again

Post a Comment for "Python 2.7.12, Trying To Build An Executable File Using Pyinstaller. I Keep Getting The Below Error"