pyinstaller问题解决no such fileTemp\_MEI106802xxxxxyyyy
Posted bob-jianfeng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pyinstaller问题解决no such fileTemp\_MEI106802xxxxxyyyy相关的知识,希望对你有一定的参考价值。
问题1.No such file or directory: ‘C:UsersqhcsuAppDataLocalTemp\_MEI106802xxxxxyyyy
命名一个hook-xxxx的py文件
在py中写入:
from PyInstaller.utils.hooks import collect_data_files
datas = collect_data_files(“xxxx”)
保存将此py文件放入Pyinstaller下的hook的文件夹中
修改完保存后,进入cmd下 pyinstaller -F xxxx.spec既可
以上是关于pyinstaller问题解决no such fileTemp\_MEI106802xxxxxyyyy的主要内容,如果未能解决你的问题,请参考以下文章
error while loading shared libraries: libhiredis.so.0.14: cannot open shared object file: No such fi
redhat7安装jdk1.7报错/home/renqiwei/jdk1.7/bin/java: /lib/ld-linux.so.2: bad ELF interpreter: No such fi