2 Star 10 Fork 2

才哥 / pyside2

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
LoginActivity-folder.spec 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
15622721639 提交于 2021-12-29 22:36 . Default Changelist
# -*- mode: python ; coding: utf-8 -*-
block_cipher = None
a = Analysis(['wheat\\main\\LoginActivity.py'],
pathex=['C:\\Users\\linwencai\\Envs\IVD\\Lib\\site-packages'],
binaries=[],
datas=[('wheat\\layout', 'layout'), ('wheat\\res', 'res')],
hiddenimports=['PySide2.QtXml', 'skimage.filters.rank.core_cy_3d','sqlalchemy.sql.default_comparator'],
hookspath=[],
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False)
pyz = PYZ(a.pure, a.zipped_data,
cipher=block_cipher)
exe = EXE(pyz,
a.scripts,
[],
exclude_binaries=True,
name='Peptide Array免疫诊断软件',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
console=False,
icon = "IVD.ico" )
coll = COLLECT(exe,
a.binaries,
a.zipfiles,
a.datas,
strip=False,
upx=True,
upx_exclude=[],
name='Peptide Array免疫诊断软件')
Python
1
https://gitee.com/linwencai/wheat.git
git@gitee.com:linwencai/wheat.git
linwencai
wheat
pyside2
master

搜索帮助