使用cx_Freeze丢失模块

时间:2018-01-07 20:21:50

标签: python python-3.x cx-freeze

描述

我正在尝试使用.exe构建cx_Freeze,但正在py setup.py build我收到以下错误,.exe已创建,但它没有&#39}。开始 (我使用Python 3.6和最新版本的cx_Freeze)。

日志:

Missing modules:
? __main__ imported from bdb, pdb
? _dummy_threading imported from dummy_threading
? _frozen_importlib imported from importlib, importlib.abc
? _frozen_importlib_external imported from importlib, importlib._bootstrap, importlib.abc
? _posixsubprocess imported from subprocess
? _winreg imported from platform
? grp imported from shutil, tarfile
? java.lang imported from platform
? org.python.core imported from copy, pickle
? os.path imported from os, pkgutil, py_compile, tracemalloc, unittest, unittest.util
? posix imported from os
? pwd imported from http.server, posixpath, shutil, tarfile, webbrowser
? termios imported from tty
? vms_lib imported from platform
This is not necessarily a problem - the modules may not be needed on this platform.
creating directory build\exe.win-amd64-3.6\lib

问题

有没有人对这个问题有任何想法?

0 个答案:

没有答案