Created
February 4, 2018 15:24
-
-
Save jaraco/4f0278999f1662867f3b80d2217e80d6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PS C:\Users\jaraco\m\jaraco.office> py -3.4 .\build-exe.py | |
running py2exe | |
3 missing Modules | |
------------------ | |
? jaraco.classes imported from __SCRIPT__ | |
? packaging imported from pkg_resources | |
? readline imported from cmd, code, pdb | |
Building 'dist\server.exe'. | |
Building shared code archive 'dist\library.zip'. | |
Copy c:\windows\system32\python34.dll to dist | |
Copy C:\Python34\DLLs\_hashlib.pyd to dist\_hashlib.pyd | |
Copy C:\Python34\DLLs\_bz2.pyd to dist\_bz2.pyd | |
Copy C:\Python34\DLLs\unicodedata.pyd to dist\unicodedata.pyd | |
Copy C:\Python34\DLLs\_multiprocessing.pyd to dist\_multiprocessing.pyd | |
Copy C:\Python34\DLLs\_lzma.pyd to dist\_lzma.pyd | |
Copy C:\Python34\DLLs\_socket.pyd to dist\_socket.pyd | |
Copy C:\Python34\DLLs\select.pyd to dist\select.pyd | |
Copy C:\Python34\DLLs\pyexpat.pyd to dist\pyexpat.pyd | |
Copy C:\Python34\DLLs\_ctypes.pyd to dist\_ctypes.pyd | |
Copy C:\Python34\DLLs\_ssl.pyd to dist\_ssl.pyd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment