1 Star 0 Fork 1

新梦想网络科技有限公司 / xmx-newsHelper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
makeNews.spec 734 Bytes
一键复制 编辑 原始数据 按行查看 历史
A.Star 提交于 2018-04-06 12:44 . 增加爬虫
# -*- mode: python -*-
block_cipher = None
a = Analysis(['makeNews.py'],
pathex=['D:\\cxl\\python\\xmx-newsHelper'],
binaries=[],
datas=[],
hiddenimports=[],
hookspath=[],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher)
pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
exe = EXE(pyz,
a.scripts,
a.binaries,
a.zipfiles,
a.datas,
name='makeNews',
debug=False,
strip=False,
upx=True,
runtime_tmpdir=None,
console=False )
Python
1
https://gitee.com/xinmengxiang-ltd/xmx-newsHelper.git
git@gitee.com:xinmengxiang-ltd/xmx-newsHelper.git
xinmengxiang-ltd
xmx-newsHelper
xmx-newsHelper
master

搜索帮助