在好例子网,分享、交流、成长!
您当前所在位置:首页Python 开发实例Python语言基础 → Python程序打包成windows安装文件资源

Python程序打包成windows安装文件资源

Python语言基础

下载此实例
  • 开发语言:Python
  • 实例大小:26.19M
  • 下载次数:13
  • 浏览次数:66
  • 发布时间:2023-06-11
  • 实例类别:Python语言基础
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2

实例介绍

【实例简介】Python程序打包成windows安装文件资源
如何利用Python2.7、py2exe、PyInstaller-2.1将*.py打包成*.exe,再利用Inno Setup Compiler封装成windows安装文件

【实例截图】

from clipboard

【核心代码】
文件清单
└── Python
    ├── Inno Setup.exe
    ├── pyinstaller-develop
    │   └── pyinstaller-develop
    │       ├── bootloader
    │       │   ├── build
    │       │   │   └── config.log
    │       │   ├── common
    │       │   │   ├── main.c
    │       │   │   ├── mkdtemp.h
    │       │   │   ├── msvc_stdint.h
    │       │   │   ├── pyi_archive.c
    │       │   │   ├── pyi_archive.h
    │       │   │   ├── pyi_global.c
    │       │   │   ├── pyi_global.h
    │       │   │   ├── pyi_launch.c
    │       │   │   ├── pyi_launch.h
    │       │   │   ├── pyi_path.c
    │       │   │   ├── pyi_path.h
    │       │   │   ├── pyi_python.c
    │       │   │   ├── pyi_python.h
    │       │   │   ├── pyi_pythonlib.c
    │       │   │   ├── pyi_pythonlib.h
    │       │   │   ├── pyi_utils.c
    │       │   │   ├── pyi_utils.h
    │       │   │   ├── stb.h
    │       │   │   └── utils.h
    │       │   ├── linux
    │       │   │   ├── getpath.c
    │       │   │   └── getpath.h
    │       │   ├── README.txt
    │       │   ├── waf
    │       │   ├── waf-1.5.18-402a8e0721eb718ff717906f130db0f4
    │       │   │   ├── t.bz2
    │       │   │   └── wafadmin
    │       │   │       ├── 3rdparty
    │       │   │       │   ├── boost.py
    │       │   │       │   └── fluid.py
    │       │   │       ├── ansiterm.py
    │       │   │       ├── ansiterm.pyc
    │       │   │       ├── Build.py
    │       │   │       ├── Build.pyc
    │       │   │       ├── Configure.py
    │       │   │       ├── Configure.pyc
    │       │   │       ├── Constants.py
    │       │   │       ├── Constants.pyc
    │       │   │       ├── Environment.py
    │       │   │       ├── Environment.pyc
    │       │   │       ├── __init__.py
    │       │   │       ├── Logs.py
    │       │   │       ├── Logs.pyc
    │       │   │       ├── Node.py
    │       │   │       ├── Node.pyc
    │       │   │       ├── Options.py
    │       │   │       ├── Options.pyc
    │       │   │       ├── pproc.py
    │       │   │       ├── py3kfixes.py
    │       │   │       ├── Runner.py
    │       │   │       ├── Runner.pyc
    │       │   │       ├── Scripting.py
    │       │   │       ├── Scripting.pyc
    │       │   │       ├── TaskGen.py
    │       │   │       ├── TaskGen.pyc
    │       │   │       ├── Task.py
    │       │   │       ├── Task.pyc
    │       │   │       ├── Tools
    │       │   │       │   ├── ar.py
    │       │   │       │   ├── ar.pyc
    │       │   │       │   ├── bison.py
    │       │   │       │   ├── cc.py
    │       │   │       │   ├── cc.pyc
    │       │   │       │   ├── ccroot.py
    │       │   │       │   ├── ccroot.pyc
    │       │   │       │   ├── compiler_cc.py
    │       │   │       │   ├── compiler_cc.pyc
    │       │   │       │   ├── compiler_cxx.py
    │       │   │       │   ├── compiler_d.py
    │       │   │       │   ├── config_c.py
    │       │   │       │   ├── config_c.pyc
    │       │   │       │   ├── cs.py
    │       │   │       │   ├── cxx.py
    │       │   │       │   ├── cxx.pyc
    │       │   │       │   ├── dbus.py
    │       │   │       │   ├── dmd.py
    │       │   │       │   ├── d.py
    │       │   │       │   ├── flex.py
    │       │   │       │   ├── gas.py
    │       │   │       │   ├── gcc.py
    │       │   │       │   ├── gcc.pyc
    │       │   │       │   ├── gdc.py
    │       │   │       │   ├── glib2.py
    │       │   │       │   ├── gnome.py
    │       │   │       │   ├── gnu_dirs.py
    │       │   │       │   ├── gob2.py
    │       │   │       │   ├── gxx.py
    │       │   │       │   ├── icc.py
    │       │   │       │   ├── icpc.py
    │       │   │       │   ├── __init__.py
    │       │   │       │   ├── intltool.py
    │       │   │       │   ├── javaw.py
    │       │   │       │   ├── kde4.py
    │       │   │       │   ├── libtool.py
    │       │   │       │   ├── libtool.pyc
    │       │   │       │   ├── lua.py
    │       │   │       │   ├── misc.py
    │       │   │       │   ├── msvc.py
    │       │   │       │   ├── msvc.pyc
    │       │   │       │   ├── nasm.py
    │       │   │       │   ├── ocaml.py
    │       │   │       │   ├── osx.py
    │       │   │       │   ├── perl.py
    │       │   │       │   ├── preproc.py
    │       │   │       │   ├── preproc.pyc
    │       │   │       │   ├── python.py
    │       │   │       │   ├── qt4.py
    │       │   │       │   ├── ruby.py
    │       │   │       │   ├── suncc.py
    │       │   │       │   ├── suncxx.py
    │       │   │       │   ├── tex.py
    │       │   │       │   ├── unittestw.py
    │       │   │       │   ├── vala.py
    │       │   │       │   ├── winres.py
    │       │   │       │   ├── winres.pyc
    │       │   │       │   ├── xlc.py
    │       │   │       │   └── xlcxx.py
    │       │   │       ├── Utils.py
    │       │   │       └── Utils.pyc
    │       │   ├── waf17
    │       │   ├── windows
    │       │   │   ├── dllmain.c
    │       │   │   ├── dllmain.def
    │       │   │   ├── manifest.xml
    │       │   │   ├── resource.h
    │       │   │   ├── run.rc
    │       │   │   ├── runw.rc
    │       │   │   └── utils.c
    │       │   ├── wscript
    │       │   ├── wscript17
    │       │   └── zlib
    │       │       ├── adler32.c
    │       │       ├── crc32.c
    │       │       ├── crc32.h
    │       │       ├── crypt.h
    │       │       ├── gzguts.h
    │       │       ├── inffast.c
    │       │       ├── inffast.h
    │       │       ├── inffixed.h
    │       │       ├── inflate.c
    │       │       ├── inflate.h
    │       │       ├── inftrees.c
    │       │       ├── inftrees.h
    │       │       ├── ioapi.c
    │       │       ├── ioapi.h
    │       │       ├── README
    │       │       ├── unzip.c
    │       │       ├── unzip.h
    │       │       ├── zconf.h
    │       │       ├── zlib.h
    │       │       ├── zutil.c
    │       │       └── zutil.h
    │       ├── COPYING.txt
    │       ├── doc
    │       │   ├── CHANGES.txt
    │       │   ├── credits.txt
    │       │   ├── images
    │       │   │   ├── CArchive.png
    │       │   │   ├── SE_exe.png
    │       │   │   └── ZlibArchive.png
    │       │   ├── KNOWNBUGS.txt
    │       │   ├── Manual.html
    │       │   ├── Manual.pdf
    │       │   ├── pyi-build.html
    │       │   ├── pyi-makeCOMServer.html
    │       │   ├── pyi-makespec.html
    │       │   ├── pyinstaller.html
    │       │   ├── source
    │       │   │   ├── docutils.conf
    │       │   │   ├── docutils-man.conf
    │       │   │   ├── Makefile
    │       │   │   ├── Manual.rst
    │       │   │   ├── pyi-build.rst
    │       │   │   ├── pyi-makeCOMServer.rst
    │       │   │   ├── pyi-makespec.rst
    │       │   │   ├── pyinstaller.rst
    │       │   │   └── tools
    │       │   │       ├── README
    │       │   │       ├── rst2newlatex.py
    │       │   │       └── rst2xml.py
    │       │   └── stylesheets
    │       │       ├── default.css
    │       │       ├── docutils.conf
    │       │       ├── latex.tex
    │       │       └── style.tex
    │       ├── MANIFEST.in
    │       ├── old
    │       │   ├── e2etests
    │       │   │   ├── common
    │       │   │   │   ├── hanoi.py
    │       │   │   │   └── maketests.py
    │       │   │   └── win32
    │       │   │       ├── NextID.py
    │       │   │       ├── readme.txt
    │       │   │       ├── testcomext.py
    │       │   │       ├── testEnsureDispatch.py
    │       │   │       ├── testMSOffice.py
    │       │   │       └── testNextID.vbs
    │       │   ├── examples
    │       │   │   ├── application.exe.manifest
    │       │   │   ├── application_win2k3.exe.config
    │       │   │   ├── application_winxp.exe.config
    │       │   │   ├── assembly.manifest
    │       │   │   ├── file_version_info.txt
    │       │   │   ├── publisher.policy
    │       │   │   └── template.exe.manifest
    │       │   └── README.txt
    │       ├── PyInstaller
    │       │   ├── bindepend.py
    │       │   ├── bindepend.pyc
    │       │   ├── bootloader
    │       │   │   ├── Darwin-32bit
    │       │   │   │   ├── run
    │       │   │   │   ├── run_d
    │       │   │   │   ├── runw
    │       │   │   │   └── runw_d
    │       │   │   ├── Darwin-64bit
    │       │   │   │   ├── run
    │       │   │   │   ├── run_d
    │       │   │   │   ├── runw
    │       │   │   │   └── runw_d
    │       │   │   ├── images
    │       │   │   │   ├── icon-console.icns
    │       │   │   │   ├── icon-console.ico
    │       │   │   │   ├── icon-console.svg
    │       │   │   │   ├── icon-windowed.icns
    │       │   │   │   ├── icon-windowed.ico
    │       │   │   │   └── icon-windowed.svg
    │       │   │   ├── Linux-32bit
    │       │   │   │   ├── run
    │       │   │   │   ├── run_d
    │       │   │   │   ├── runw
    │       │   │   │   └── runw_d
    │       │   │   ├── Linux-64bit
    │       │   │   │   ├── run
    │       │   │   │   ├── run_d
    │       │   │   │   ├── runw
    │       │   │   │   └── runw_d
    │       │   │   ├── Windows-32bit
    │       │   │   │   ├── inprocsrvr_d.dll
    │       │   │   │   ├── inprocsrvr.dll
    │       │   │   │   ├── inprocsrvrw_d.dll
    │       │   │   │   ├── inprocsrvrw.dll
    │       │   │   │   ├── run_d.exe
    │       │   │   │   ├── run.exe
    │       │   │   │   ├── runw_d.exe
    │       │   │   │   └── runw.exe
    │       │   │   └── Windows-64bit
    │       │   │       ├── inprocsrvr_d.dll
    │       │   │       ├── inprocsrvr.dll
    │       │   │       ├── inprocsrvrw_d.dll
    │       │   │       ├── inprocsrvrw.dll
    │       │   │       ├── run_d.exe
    │       │   │       ├── run.exe
    │       │   │       ├── runw_d.exe
    │       │   │       └── runw.exe
    │       │   ├── build.py
    │       │   ├── build.pyc
    │       │   ├── cliutils
    │       │   │   ├── archive_viewer.py
    │       │   │   ├── bindepend.py
    │       │   │   ├── build.py
    │       │   │   ├── grab_version.py
    │       │   │   ├── __init__.py
    │       │   │   ├── make_comserver.py
    │       │   │   ├── makespec.py
    │       │   │   └── set_version.py
    │       │   ├── compat.py
    │       │   ├── compat.pyc
    │       │   ├── configure.py
    │       │   ├── configure.pyc
    │       │   ├── depend
    │       │   │   ├── dylib.py
    │       │   │   ├── dylib.pyc
    │       │   │   ├── impdirector.py
    │       │   │   ├── impdirector.pyc
    │       │   │   ├── imptracker.py
    │       │   │   ├── imptracker.pyc
    │       │   │   ├── __init__.py
    │       │   │   ├── __init__.pyc
    │       │   │   ├── modules.py
    │       │   │   ├── modules.pyc
    │       │   │   ├── owner.py
    │       │   │   ├── owner.pyc
    │       │   │   ├── utils.py
    │       │   │   └── utils.pyc
    │       │   ├── fake
    │       │   │   ├── fake-site.py
    │       │   │   ├── fake-site.pyc
    │       │   │   └── __init__.py
    │       │   ├── hooks
    │       │   │   ├── hook-anydbm.py
    │       │   │   ├── hook-babel.py
    │       │   │   ├── hook-bacon.py
    │       │   │   ├── hook-cElementTree.py
    │       │   │   ├── hook-clr.py
    │       │   │   ├── hook-codecs.py
    │       │   │   ├── hook-codecs.pyc
    │       │   │   ├── hook-countrycode.py
    │       │   │   ├── hook-cPickle.py
    │       │   │   ├── hook-cPickle.pyc
    │       │   │   ├── hook-cStringIO.py
    │       │   │   ├── hook-cStringIO.pyc
    │       │   │   ├── hook-cv2.py
    │       │   │   ├── hook-cx_Oracle.py
    │       │   │   ├── hook-DateTime.mxDateTime.py
    │       │   │   ├── hook-DateTime.py
    │       │   │   ├── hook-distutils.py
    │       │   │   ├── hook-django.contrib.py
    │       │   │   ├── hook-django.contrib.sessions.py
    │       │   │   ├── hook-django.core.cache.py
    │       │   │   ├── hook-django.core.mail.py
    │       │   │   ├── hook-django.core.management.py
    │       │   │   ├── hook-django.core.py
    │       │   │   ├── hook-django.db.backends.mysql.base.py
    │       │   │   ├── hook-django.db.backends.mysql.py
    │       │   │   ├── hook-django.db.backends.oracle.base.py
    │       │   │   ├── hook-django.db.backends.oracle.py
    │       │   │   ├── hook-django.db.backends.py
    │       │   │   ├── hook-django.db.py
    │       │   │   ├── hook-django.py
    │       │   │   ├── hook-dns.rdata.py
    │       │   │   ├── hook-docutils.py
    │       │   │   ├── hook-_elementtree.py
    │       │   │   ├── hook-email.message.py
    │       │   │   ├── hook-email.message.pyc
    │       │   │   ├── hook-email.py
    │       │   │   ├── hook-email.pyc
    │       │   │   ├── hook-enchant.checker.py
    │       │   │   ├── hook-enchant.checker.wxSpellCheckerDialog.py
    │       │   │   ├── hook-enchant.py
    │       │   │   ├── hook-encodings.py
    │       │   │   ├── hook-encodings.pyc
    │       │   │   ├── hook-gadfly.py
    │       │   │   ├── hook-gst._gst.py
    │       │   │   ├── hook-gst.py
    │       │   │   ├── hook-gtk.py
    │       │   │   ├── hook-h5py.py
    │       │   │   ├── hook-httplib.py
    │       │   │   ├── hook-httplib.pyc
    │       │   │   ├── hook-idlelib.py
    │       │   │   ├── hook-Image.py
    │       │   │   ├── hook-IPython.py
    │       │   │   ├── hook-jinja2.py
    │       │   │   ├── hook-kinterbasdb.py
    │       │   │   ├── hook-lxml.etree.py
    │       │   │   ├── hook-lxml.objectify.py
    │       │   │   ├── hook-mako.codegen.py
    │       │   │   ├── hook-markdown.py
    │       │   │   ├── hook-matplotlib.backends.py
    │       │   │   ├── hook-matplotlib.numerix.py
    │       │   │   ├── hook-matplotlib.py
    │       │   │   ├── hook-_mysql.py
    │       │   │   ├── hook-OpenGL_accelerate.py
    │       │   │   ├── hook-OpenGL.py
    │       │   │   ├── hook-os.py
    │       │   │   ├── hook-os.pyc
    │       │   │   ├── hook-parser.py
    │       │   │   ├── hook-paste.exceptions.reporter.py
    │       │   │   ├── hook-patsy.py
    │       │   │   ├── hook-PIL.Image.py
    │       │   │   ├── hook-PIL.py
    │       │   │   ├── hook-PIL.SpiderImagePlugin.py
    │       │   │   ├── hook-psycopg2.py
    │       │   │   ├── hook-pydoc.py
    │       │   │   ├── hook-pydoc.pyc
    │       │   │   ├── hook-pyexpat.py
    │       │   │   ├── hook-pygame.py
    │       │   │   ├── hook-pygments.lexers.py
    │       │   │   ├── hook-pygments.styles.py
    │       │   │   ├── hook-pyodbc.py
    │       │   │   ├── hook-PyQt4.phonon.py
    │       │   │   ├── hook-PyQt4.py
    │       │   │   ├── hook-PyQt4.Qt3Support.py
    │       │   │   ├── hook-PyQt4.QtAssistant.py
    │       │   │   ├── hook-PyQt4.QtCore.py
    │       │   │   ├── hook-PyQt4.QtGui.py
    │       │   │   ├── hook-PyQt4.QtHelp.py
    │       │   │   ├── hook-PyQt4.QtNetwork.py
    │       │   │   ├── hook-PyQt4.QtOpenGL.py
    │       │   │   ├── hook-PyQt4.Qt.py
    │       │   │   ├── hook-PyQt4.QtScript.py
    │       │   │   ├── hook-PyQt4.QtSql.py
    │       │   │   ├── hook-PyQt4.QtSvg.py
    │       │   │   ├── hook-PyQt4.QtTest.py
    │       │   │   ├── hook-PyQt4.QtWebKit.py
    │       │   │   ├── hook-PyQt4.QtXml.py
    │       │   │   ├── hook-PyQt4.Qwt5.py
    │       │   │   ├── hook-PyQt4.uic.port_v2.py
    │       │   │   ├── hook-PyQt4.uic.port_v3.py
    │       │   │   ├── hook-PyQt4.uic.py
    │       │   │   ├── hook-PyQt5.phonon.py
    │       │   │   ├── hook-PyQt5.py
    │       │   │   ├── hook-PyQt5.QtCore.py
    │       │   │   ├── hook-PyQt5.QtGui.py
    │       │   │   ├── hook-PyQt5.QtHelp.py
    │       │   │   ├── hook-PyQt5.QtNetwork.py
    │       │   │   ├── hook-PyQt5.QtOpenGL.py
    │       │   │   ├── hook-PyQt5.Qt.py
    │       │   │   ├── hook-PyQt5.QtQml.py
    │       │   │   ├── hook-PyQt5.QtQuickParticles.py
    │       │   │   ├── hook-PyQt5.QtQuick.py
    │       │   │   ├── hook-PyQt5.QtScript.py
    │       │   │   ├── hook-PyQt5.QtSensors.py
    │       │   │   ├── hook-PyQt5.QtSerialPort.py
    │       │   │   ├── hook-PyQt5.QtSql.py
    │       │   │   ├── hook-PyQt5.QtSvg.py
    │       │   │   ├── hook-PyQt5.QtTest.py
    │       │   │   ├── hook-PyQt5.QtWebKit.py
    │       │   │   ├── hook-PyQt5.QtWidgets.py
    │       │   │   ├── hook-PyQt5.QtXml.py
    │       │   │   ├── hook-PyQt5.Qwt5.py
    │       │   │   ├── hook-PyQt5.uic.port_v2.py
    │       │   │   ├── hook-PyQt5.uic.port_v3.py
    │       │   │   ├── hook-PyQt5.uic.py
    │       │   │   ├── hook-PySide.py
    │       │   │   ├── hook-pythoncom.py
    │       │   │   ├── hook-pyttsx.py
    │       │   │   ├── hook-pytz.py
    │       │   │   ├── hook-pywinauto.py
    │       │   │   ├── hook-pywinauto.tests.py
    │       │   │   ├── hook-pywintypes.py
    │       │   │   ├── hook-qt.py
    │       │   │   ├── hook-raven.py
    │       │   │   ├── hook-regex.py
    │       │   │   ├── hook-scipy.io.matlab.py
    │       │   │   ├── hook-scipy.sparse.csgraph.py
    │       │   │   ├── hook-setuptools.py
    │       │   │   ├── hook-site.py
    │       │   │   ├── hook-site.pyc
    │       │   │   ├── hook-sphinx.py
    │       │   │   ├── hook-SpiderImagePlugin.py
    │       │   │   ├── hook-sqlalchemy.py
    │       │   │   ├── hook-sqlite3.py
    │       │   │   ├── hook-_sre.py
    │       │   │   ├── hook-_sre.pyc
    │       │   │   ├── hook-storm.database.py
    │       │   │   ├── hook-sysconfig.py
    │       │   │   ├── hook-tables.py
    │       │   │   ├── hook-time.py
    │       │   │   ├── hook-time.pyc
    │       │   │   ├── hook-_tkinter.py
    │       │   │   ├── hook-usb.py
    │       │   │   ├── hookutils.py
    │       │   │   ├── hook-vtkpython.py
    │       │   │   ├── hook-win32com.client.py
    │       │   │   ├── hook-win32com.py
    │       │   │   ├── hook-win32ui.py
    │       │   │   ├── hook-wx.lib.activex.py
    │       │   │   ├── hook-wx.lib.pubsub.core.py
    │       │   │   ├── hook-wx.lib.pubsub.setuparg1.py
    │       │   │   ├── hook-xml.dom.domreg.py
    │       │   │   ├── hook-xml.dom.ext.py
    │       │   │   ├── hook-xml.dom.ext.reader.py
    │       │   │   ├── hook-xml.dom.html.HTMLDocument.py
    │       │   │   ├── hook-xml.dom.html.py
    │       │   │   ├── hook-xml.dom.py
    │       │   │   ├── hook-xml.etree.cElementTree.py
    │       │   │   ├── hook-xml.py
    │       │   │   ├── hook-xml.sax.py
    │       │   │   ├── hook-xml.sax.saxexts.py
    │       │   │   ├── hook-zmq.py
    │       │   │   ├── __init__.py
    │       │   │   ├── __init__.pyc
    │       │   │   ├── shared_PIL_Image.py
    │       │   │   ├── shared_PIL_SpiderImagePlugin.py
    │       │   │   └── utils
    │       │   │       ├── django-import-finder.py
    │       │   │       ├── enchant-datafiles-finder.py
    │       │   │       ├── __init__.py
    │       │   │       └── README
    │       │   ├── __init__.py
    │       │   ├── __init__.pyc
    │       │   ├── lib
    │       │   │   ├── altgraph
    │       │   │   │   ├── compat.py
    │       │   │   │   ├── Dot.py
    │       │   │   │   ├── GraphAlgo.py
    │       │   │   │   ├── Graph.py
    │       │   │   │   ├── GraphStat.py
    │       │   │   │   ├── GraphUtil.py
    │       │   │   │   ├── __init__.py
    │       │   │   │   └── ObjectGraph.py
    │       │   │   ├── __init__.py
    │       │   │   ├── __init__.pyc
    │       │   │   ├── junitxml
    │       │   │   │   ├── __init__.py
    │       │   │   │   └── tests
    │       │   │   │       ├── __init__.py
    │       │   │   │       └── test_junitxml.py
    │       │   │   ├── macholib
    │       │   │   │   ├── _cmdline.py
    │       │   │   │   ├── dyld.py
    │       │   │   │   ├── dylib.py
    │       │   │   │   ├── framework.py
    │       │   │   │   ├── __init__.py
    │       │   │   │   ├── itergraphreport.py
    │       │   │   │   ├── macho_dump.py
    │       │   │   │   ├── macho_find.py
    │       │   │   │   ├── MachOGraph.py
    │       │   │   │   ├── mach_o.py
    │       │   │   │   ├── MachO.py
    │       │   │   │   ├── macho_standalone.py
    │       │   │   │   ├── MachOStandalone.py
    │       │   │   │   ├── __main__.py
    │       │   │   │   ├── ptypes.py
    │       │   │   │   ├── SymbolTable.py
    │       │   │   │   └── util.py
    │       │   │   ├── modulegraph
    │       │   │   │   ├── _compat.py
    │       │   │   │   ├── find_modules.py
    │       │   │   │   ├── __init__.py
    │       │   │   │   ├── modulegraph.py
    │       │   │   │   ├── util.py
    │       │   │   │   └── zipio.py
    │       │   │   ├── pefile.py
    │       │   │   ├── pefile.pyc
    │       │   │   ├── README.rst
    │       │   │   ├── six.py
    │       │   │   └── unittest2
    │       │   │       ├── case.py
    │       │   │       ├── collector.py
    │       │   │       ├── compatibility.py
    │       │   │       ├── __init__.py
    │       │   │       ├── loader.py
    │       │   │       ├── __main__.py
    │       │   │       ├── main.py
    │       │   │       ├── result.py
    │       │   │       ├── runner.py
    │       │   │       ├── signals.py
    │       │   │       ├── suite.py
    │       │   │       ├── test
    │       │   │       │   ├── dummy.py
    │       │   │       │   ├── __init__.py
    │       │   │       │   ├── support.py
    │       │   │       │   ├── test_assertions.py
    │       │   │       │   ├── test_break.py
    │       │   │       │   ├── test_case.py
    │       │   │       │   ├── test_discovery.py
    │       │   │       │   ├── test_functiontestcase.py
    │       │   │       │   ├── test_loader.py
    │       │   │       │   ├── test_new_tests.py
    │       │   │       │   ├── test_program.py
    │       │   │       │   ├── test_result.py
    │       │   │       │   ├── test_runner.py
    │       │   │       │   ├── test_setups.py
    │       │   │       │   ├── test_skipping.py
    │       │   │       │   ├── test_suite.py
    │       │   │       │   └── test_unittest2_with.py
    │       │   │       └── util.py
    │       │   ├── loader
    │       │   │   ├── __init__.py
    │       │   │   ├── __init__.pyc
    │       │   │   ├── pyi_archive.py
    │       │   │   ├── pyi_archive.pyc
    │       │   │   ├── _pyi_bootstrap.py
    │       │   │   ├── pyi_carchive.py
    │       │   │   ├── pyi_carchive.pyc
    │       │   │   ├── _pyi_egg_install.py
    │       │   │   ├── pyi_importers.py
    │       │   │   ├── pyi_importers.pyc
    │       │   │   ├── pyi_os_path.py
    │       │   │   ├── pyi_os_path.pyc
    │       │   │   ├── rthooks
    │       │   │   │   ├── __init__.py
    │       │   │   │   ├── pyi_rth_babel.py
    │       │   │   │   ├── pyi_rth_django.py
    │       │   │   │   ├── pyi_rth_gstreamer.py
    │       │   │   │   ├── pyi_rth_Image.py
    │       │   │   │   ├── pyi_rth_mplconfig.py
    │       │   │   │   ├── pyi_rth_mpldata.py
    │       │   │   │   ├── pyi_rth_PIL_Image.py
    │       │   │   │   ├── pyi_rth_pkgres.py
    │       │   │   │   ├── pyi_rth_qml.py
    │       │   │   │   ├── pyi_rth_qt4plugins.py
    │       │   │   │   ├── pyi_rth_qt5plugins.py
    │       │   │   │   ├── pyi_rth_Tkinter.py
    │       │   │   │   ├── pyi_rth_twisted.py
    │       │   │   │   ├── pyi_rth_usb.py
    │       │   │   │   └── pyi_rth_win32comgenpy.py
    │       │   │   └── rthooks.dat
    │       │   ├── log.py
    │       │   ├── log.pyc
    │       │   ├── main.py
    │       │   ├── main.pyc
    │       │   ├── makespec.py
    │       │   ├── makespec.pyc
    │       │   └── utils
    │       │       ├── git.py
    │       │       ├── git.pyc
    │       │       ├── icon.py
    │       │       ├── icon.pyc
    │       │       ├── __init__.py
    │       │       ├── __init__.pyc
    │       │       ├── misc.py
    │       │       ├── misc.pyc
    │       │       ├── versioninfo.py
    │       │       ├── versioninfo.pyc
    │       │       ├── winmanifest.py
    │       │       ├── winmanifest.pyc
    │       │       ├── winresource.py
    │       │       ├── winresource.pyc
    │       │       ├── winutils.py
    │       │       └── winutils.pyc
    │       ├── pyinstaller-gui.py
    │       ├── pyinstaller.py
    │       ├── README.rst
    │       ├── setup.py
    │       ├── tests
    │       │   ├── basic
    │       │   │   ├── ctypes
    │       │   │   │   ├── testctypes.c
    │       │   │   │   └── testctypes-win.c
    │       │   │   ├── ctypeslib.py
    │       │   │   ├── data7.py
    │       │   │   ├── data_assignment.py
    │       │   │   ├── data_reload.py
    │       │   │   ├── hooks1
    │       │   │   │   └── hook-pkg1.py
    │       │   │   ├── pkg1
    │       │   │   │   ├── a.py
    │       │   │   │   └── __init__.py
    │       │   │   ├── pkg2
    │       │   │   │   ├── a
    │       │   │   │   │   └── readme.txt
    │       │   │   │   ├── a.py
    │       │   │   │   ├── extra
    │       │   │   │   │   └── b.py
    │       │   │   │   └── __init__.py
    │       │   │   ├── pkg3
    │       │   │   │   ├── __init__.py
    │       │   │   │   └── pkg_resources-data.txt
    │       │   │   ├── test_12.py
    │       │   │   ├── test_13.py
    │       │   │   ├── test_absolute_ld_library_path.py
    │       │   │   ├── test_absolute_python_path.py
    │       │   │   ├── test_celementtree.py
    │       │   │   ├── test_codecs.py
    │       │   │   ├── test_email_oldstyle.py
    │       │   │   ├── test_email.py
    │       │   │   ├── test_encoders.py
    │       │   │   ├── test_filename.py
    │       │   │   ├── test_f_option.py
    │       │   │   ├── test_getfilesystemencoding.py
    │       │   │   ├── test_helloworld.py
    │       │   │   ├── test_module_attributes.py
    │       │   │   ├── test_module__file__attribute.py
    │       │   │   ├── test_module_reload.py
    │       │   │   ├── test_multiprocess.py
    │       │   │   ├── test_onefile_chdir_meipass.py
    │       │   │   ├── test_onefile_ctypes.py
    │       │   │   ├── test_onefile_ctypes.spec
    │       │   │   ├── test_onefile_get_meipass2_value.py
    │       │   │   ├── test_onefile_helloworld.py
    │       │   │   ├── test_onefile_module__file__attribute.py
    │       │   │   ├── test_onefile_multiprocess.py
    │       │   │   ├── test_onefile_nestedlaunch0.py
    │       │   │   ├── test_onefile_nestedlaunch1.py
    │       │   │   ├── test_onefile_pkg_resources.py
    │       │   │   ├── test_onefile_pkg_resources.spec
    │       │   │   ├── test_onefile_python_makefile.py
    │       │   │   ├── test_onefile_win32com.py
    │       │   │   ├── test_option_verbose.py
    │       │   │   ├── test_option_verbose.spec
    │       │   │   ├── test_option_wignore.py
    │       │   │   ├── test_option_wignore.spec
    │       │   │   ├── test_pkg_structures.ico
    │       │   │   ├── test_pkg_structures.py
    │       │   │   ├── test_pkg_structures.spec
    │       │   │   ├── test_pkg_structures-version.txt
    │       │   │   ├── test_python_home.py
    │       │   │   ├── test_site.py
    │       │   │   ├── test_threading2.py
    │       │   │   ├── test_threading2.spec
    │       │   │   ├── test_threading.py
    │       │   │   └── test_time.py
    │       │   ├── eggs4testing
    │       │   │   ├── make.sh
    │       │   │   ├── README.txt
    │       │   │   ├── setup-unzipped.py
    │       │   │   ├── setup-zipped.py
    │       │   │   ├── unzipped_egg
    │       │   │   │   ├── data
    │       │   │   │   │   └── datafile.txt
    │       │   │   │   └── __init__.py
    │       │   │   └── zipped_egg
    │       │   │       ├── data
    │       │   │       │   └── datafile.txt
    │       │   │       └── __init__.py
    │       │   ├── import
    │       │   │   ├── error_during_import2.py
    │       │   │   ├── relimp
    │       │   │   │   ├── B
    │       │   │   │   │   ├── C.py
    │       │   │   │   │   ├── D.py
    │       │   │   │   │   └── __init__.py
    │       │   │   │   ├── E.py
    │       │   │   │   ├── F
    │       │   │   │   │   ├── G.py
    │       │   │   │   │   └── __init__.py
    │       │   │   │   ├── __init__.py
    │       │   │   │   ├── relimp
    │       │   │   │   │   ├── __init__.py
    │       │   │   │   │   ├── relimp2.py
    │       │   │   │   │   └── relimp3.py
    │       │   │   │   ├── relimp1.py
    │       │   │   │   └── relimp2.py
    │       │   │   ├── relimp2
    │       │   │   │   ├── bar
    │       │   │   │   │   ├── bar2
    │       │   │   │   │   │   └── __init__.py
    │       │   │   │   │   ├── baz.py
    │       │   │   │   │   └── __init__.py
    │       │   │   │   └── __init__.py
    │       │   │   ├── relimp3a
    │       │   │   │   ├── aa
    │       │   │   │   │   ├── a1.py
    │       │   │   │   │   ├── __init__.py
    │       │   │   │   │   └── relimp3c.py
    │       │   │   │   ├── __init__.py
    │       │   │   │   ├── relimp3b
    │       │   │   │   │   ├── b1.py
    │       │   │   │   │   └── __init__.py
    │       │   │   │   └── relimp3c.py
    │       │   │   ├── relimp3b
    │       │   │   │   ├── b1.py
    │       │   │   │   └── __init__.py
    │       │   │   ├── relimp3c
    │       │   │   │   └── __init__.py
    │       │   │   ├── static_plugin.py
    │       │   │   ├── test_app_with_plugins.py
    │       │   │   ├── test_app_with_plugins.spec
    │       │   │   ├── test_c_extension.py
    │       │   │   ├── test_ctypes_cdll_c.py
    │       │   │   ├── test_eggs1.py
    │       │   │   ├── test_eggs2.py
    │       │   │   ├── test_eggs2.spec
    │       │   │   ├── test_hiddenimport.py
    │       │   │   ├── test_hiddenimport.spec
    │       │   │   ├── test_hiddenimport.toc
    │       │   │   ├── test_import_module_with_unicode.py
    │       │   │   ├── test_onefile_c_extension.py
    │       │   │   ├── test_onefile_ctypes_cdll_c.py
    │       │   │   ├── test_onefile_error_during_import.py
    │       │   │   ├── test_onefile_relative_import2.py
    │       │   │   ├── test_onefile_relative_import3.py
    │       │   │   ├── test_onefile_relative_import.py
    │       │   │   ├── test_onefile_relative_import.toc
    │       │   │   ├── test_onefile_zipimport2.py
    │       │   │   ├── test_onefile_zipimport.py
    │       │   │   ├── test_pep302_import_protokol.py
    │       │   │   ├── unicode_package
    │       │   │   │   └── __init__.py
    │       │   │   ├── unzipped.egg
    │       │   │   │   ├── EGG-INFO
    │       │   │   │   │   ├── dependency_links.txt
    │       │   │   │   │   ├── not-zip-safe
    │       │   │   │   │   ├── PKG-INFO
    │       │   │   │   │   ├── SOURCES.txt
    │       │   │   │   │   └── top_level.txt
    │       │   │   │   └── unzipped_egg
    │       │   │   │       ├── data
    │       │   │   │       │   └── datafile.txt
    │       │   │   │       └── __init__.py
    │       │   │   └── zipped.egg
    │       │   ├── interactive
    │       │   │   ├── hello.qml
    │       │   │   ├── pyqt5_qml.qrc
    │       │   │   ├── pyqt5_qml_qrc.py
    │       │   │   ├── test_argv_emulation.py
    │       │   │   ├── test_buffering.py
    │       │   │   ├── test_ipython.py
    │       │   │   ├── test_matplotlib.py
    │       │   │   ├── test_matplotlib.spec
    │       │   │   ├── test_pygame.py
    │       │   │   ├── test_pyqt4_multiprocessing.py
    │       │   │   ├── test_pyqt4.py
    │       │   │   ├── test_pyqt5.py
    │       │   │   ├── test_pyqt5_qml.py
    │       │   │   ├── test_tix.py
    │       │   │   ├── test_tkinter.py
    │       │   │   └── test_wx.py
    │       │   ├── libraries
    │       │   │   ├── sphinx
    │       │   │   │   ├── conf.py
    │       │   │   │   └── index.rst
    │       │   │   ├── test_enchant.py
    │       │   │   ├── test_gst.py
    │       │   │   ├── test_idlelib.py
    │       │   │   ├── test_Image2.py
    │       │   │   ├── test_Image.py
    │       │   │   ├── test_Image.spec
    │       │   │   ├── test_markdown.py
    │       │   │   ├── test_numpy.py
    │       │   │   ├── test_onefile_matplotlib.py
    │       │   │   ├── test_onefile_tkinter.py
    │       │   │   ├── test_PIL2.py
    │       │   │   ├── test_PIL.py
    │       │   │   ├── test_PIL.spec
    │       │   │   ├── test_pycrypto.py
    │       │   │   ├── test_pyodbc.py
    │       │   │   ├── test_PyQt4-QtWebKit.py
    │       │   │   ├── test_PyQt4-uic.py
    │       │   │   ├── test_PyQt4-uic.ui
    │       │   │   ├── test_python_makefile.py
    │       │   │   ├── test_pyttsx.py
    │       │   │   ├── test_pytz.py
    │       │   │   ├── test_scipy.py
    │       │   │   ├── test_sphinx.py
    │       │   │   ├── test_sqlalchemy.py
    │       │   │   ├── test_sqlite3.py
    │       │   │   ├── test_sysconfig.py
    │       │   │   ├── test_twisted_qt4reactor.py
    │       │   │   ├── test_twisted_reactor.py
    │       │   │   ├── test_usb.py
    │       │   │   ├── test_wx_pubsub_arg1.py
    │       │   │   ├── test_wx_pubsub_kwargs.py
    │       │   │   ├── test_wx_pubsub.py
    │       │   │   ├── test_wx.py
    │       │   │   ├── test_xml.py
    │       │   │   └── tinysample.tiff
    │       │   ├── multipackage
    │       │   │   ├── multipackage1_B.py
    │       │   │   ├── multipackage1_B.toc
    │       │   │   ├── multipackage2_B.py
    │       │   │   ├── multipackage2_B.toc
    │       │   │   ├── multipackage3_B.py
    │       │   │   ├── multipackage3_B.toc
    │       │   │   ├── multipackage4_B.py
    │       │   │   ├── multipackage4_B.toc
    │       │   │   ├── multipackage5_B.py
    │       │   │   ├── multipackage5_B.toc
    │       │   │   ├── multipackage5_C.py
    │       │   │   ├── multipackage5_C.toc
    │       │   │   ├── test_multipackage1.py
    │       │   │   ├── test_multipackage1.spec
    │       │   │   ├── test_multipackage1.toc
    │       │   │   ├── test_multipackage2.py
    │       │   │   ├── test_multipackage2.spec
    │       │   │   ├── test_multipackage2.toc
    │       │   │   ├── test_multipackage3.py
    │       │   │   ├── test_multipackage3.spec
    │       │   │   ├── test_multipackage3.toc
    │       │   │   ├── test_multipackage4.py
    │       │   │   ├── test_multipackage4.spec
    │       │   │   ├── test_multipackage4.toc
    │       │   │   ├── test_multipackage5.py
    │       │   │   ├── test_multipackage5.spec
    │       │   │   └── test_multipackage5.toc
    │       │   ├── README.txt
    │       │   ├── runtests.py
    │       │   ├── setupenv_unix.py
    │       │   ├── setupenv_windows.py
    │       │   ├── test-requirements.txt
    │       │   └── unit
    │       │       ├── hookutils_test_files
    │       │       │   ├── eight.so
    │       │       │   ├── __init__.py
    │       │       │   ├── nine.dat
    │       │       │   ├── py_files_not_in_package
    │       │       │   │   ├── data
    │       │       │   │   │   └── eleven.dat
    │       │       │   │   ├── one.py
    │       │       │   │   ├── sub_pkg
    │       │       │   │   │   ├── __init__.py
    │       │       │   │   │   └── three.py
    │       │       │   │   └── ten.dat
    │       │       │   ├── seven.dylib
    │       │       │   ├── six.dll
    │       │       │   ├── subpkg
    │       │       │   │   ├── __init__.py
    │       │       │   │   ├── thirteen.txt
    │       │       │   │   └── twelve.py
    │       │       │   └── two.py
    │       │       └── hookutils_test.py
    │       ├── tox.ini
    │       ├── utils
    │       │   ├── archive_viewer.py
    │       │   ├── bindepend.py
    │       │   ├── build.py
    │       │   ├── grab_version.py
    │       │   ├── make_comserver.py
    │       │   ├── makespec.py
    │       │   └── set_version.py
    │       └── yuexi
    │           ├── build
    │           │   └── yuexi
    │           │       ├── logdict2.7.8.final.0-1.log
    │           │       ├── out00-Analysis.toc
    │           │       ├── out00-EXE.toc
    │           │       ├── out00-PKG.pkg
    │           │       ├── out00-PKG.toc
    │           │       ├── out00-PYZ.pyz
    │           │       ├── out00-PYZ.toc
    │           │       ├── warnyuexi.txt
    │           │       └── yuexi.exe.manifest
    │           ├── dist
    │           │   ├── qq.iss
    │           │   └── yuexi.exe
    │           └── yuexi.spec
    ├── pywin32-218.win32-py2.7.exe
    └── 岳西佬论坛.exe

95 directories, 815 files

实例下载地址

Python程序打包成windows安装文件资源

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警