资源简介
NULL
博文链接:https://metallica-1860.iteye.com/blog/713146
代码片段和文件信息
def __load():
import imp os sys
try:
dirname = os.path.dirname(__loader__.archive)
except NameError:
dirname = sys.prefix
path = os.path.join(dirname ‘bz2.pyd‘)
#print “py2exe extension module“ __name__ “->“ path
mod = imp.load_dynamic(__name__ path)
## mod.frozen = 1
__load()
del __load
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2010-07-15 09:49 build\
目录 0 2010-07-15 09:49 build\bdist.win32\
目录 0 2010-07-15 09:49 build\bdist.win32\winexe\
目录 0 2010-07-15 09:49 build\bdist.win32\winexe\bundle-2.5\
目录 0 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\
文件 2034 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\atexit.pyc
文件 5026 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\Axui.pyc
文件 10683 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\ba
文件 17095 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\bdb.pyc
文件 2732 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\bisect.pyc
文件 536 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\bz2.pyc
文件 26568 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\calendar.pyc
文件 13552 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\cmd.pyc
文件 31326 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\codecs.pyc
文件 10964 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\copy.pyc
文件 4925 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\copy_reg.pyc
文件 87110 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\decimal.pyc
文件 59923 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\difflib.pyc
文件 6162 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\dis.pyc
文件 77136 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\doctest.pyc
文件 5250 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\dummy_thread.pyc
目录 0 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\encodings\
文件 9082 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\encodings\aliases.pyc
文件 2081 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\encodings\ascii.pyc
文件 3576 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\encodings\ba
文件 1630 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\encodings\big5.pyc
文件 1670 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\encodings\big5hkscs.pyc
文件 3575 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\encodings\bz2_codec.pyc
文件 3199 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\encodings\charmap.pyc
文件 2639 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\encodings\cp037.pyc
文件 2725 2010-07-15 09:49 build\bdist.win32\winexe\collect-2.5\encodings\cp1006.pyc
............此处省略189个文件信息
相关资源
- NeMo_脉冲神经网络工具_spiking neural n
- python 实现KML转换为Excel的工具
- 基于python的招聘网站分析源码及爬取
- PyQt5 Python 桌面应用程序源码.zip
- 扫地僧Backtrader给力教程和源码
- 中国大学MOOC课件爬取含视频
- PTVS 2.0 for VS2010
- 蜻蜓fm文件名还原逆还原工具qtfmr2.e
- 带图形界面、车牌识别源码python+ope
- Python基础教程-第3版(文字版)电子书
- 《Python爬虫-开发与项目实战》源码
- PTVS 2.2 VS 2013 补充工具 自动提示功能
- A Byte of Python(简明Python教程)(第
- wxPython 2.8 Application Development Cookbook
- [知识图谱实战篇] 六.HTML+D3实现点击节
- python 截图 抓图 源码
- UHD+GNURadio安装工具 Python脚本以及安装
- TBCNN 源码
- python版植物大战僵尸源码
- 《Rapid GUI Programming with Python and Qt》
- 恐龙酷跑素材、音频和源码,请自行
- Flask Web开发:基于Python的Web应用开发
- python基础教程 第三版+源码高清
- python记账小工具.rar
- OpenStack源码
- FlaskWeb开发:基于Python的Web应用开发实
- 天天酷跑源码
- 人脸检测并打马赛克源码
- python基础教程 第三版 PDF文档+源码高
- python满分实验报告:红心大战源代码
评论
共有 条评论