python - py2exe the following modules appear to be missing -


as title says, when i'm trying use py2exe create windows executable file, error:

the following modules appear missing ['carbon', 'carbon.files', 'elementc14n', 'openssl.ssl', '_frozen_importlib', '_imp', '_scproxy', '_sysconfigdata', 'backports.ssl_match_hostname', 'builtins', 'certifi', 'charade.universaldetector', 'configparser', 'datrie', 'genshi.core', 'html', 'html.entities', 'html.parser', 'http', 'http.client', 'http.cookies', 'http.server', 'importlib.machinery', 'importlib.util', 'ipaddr', 'ipaddress', 'java', 'lzma', 'ndg.httpsclient.ssl_peer_verification', 'ndg.httpsclient.subj_alt_name', 'netbios', 'ordereddict', 'org.python.modules.posix.posixmodule', 'packages.six.moves', 'packages.ssl_match_hostname.certificateerror', 'packages.ssl_match_hostname.match_hostname', 'packages.urllib3.util.timeout', 'packages.urllib3.util.parse_url', 'packaging.specifiers', 'packaging.version', 'parsers.process', 'pip._vendor.six.moves.urllib', 'pyasn1.codec.der', 'pyasn1.type', 'queue', 'redis', 'reprlib', 'serializer.serialize', 'setuptools_svn', 'simplejson', 'sitecustomize', 'treebuilders.gettreebuilder', 'treewalkers.gettreewalker', 'trie.trie', 'urllib.error', 'urllib.parse', 'urllib.request', 'urllib3', 'usercustomize', 'win32com.client.gencache', 'win32evtlog', 'win32evtlogutil', 'win32pipe', 'win32wnet', 'wincertstore', 'winreg', 'xmlrpc.client']  *** binary dependencies *** executable(s) depend on these dlls not included, may or may not need distribute them.  make sure have license if distribute of them, , make sure don't distribute files belonging operating system.     oleaut32.dll - c:\windows\system32\oleaut32.dll    user32.dll - c:\windows\system32\user32.dll    imm32.dll - c:\windows\system32\imm32.dll    shell32.dll - c:\windows\system32\shell32.dll    ole32.dll - c:\windows\system32\ole32.dll    comdlg32.dll - c:\windows\system32\comdlg32.dll    comctl32.dll - c:\windows\system32\comctl32.dll    advapi32.dll - c:\windows\system32\advapi32.dll    ws2_32.dll - c:\windows\system32\ws2_32.dll    gdi32.dll - c:\windows\system32\gdi32.dll    kernel32.dll - c:\windows\system32\kernel32.dll 

i've read stuff here on stackoverflow couldn't find clear answer in find solution.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -