Python pyinstaller fails to run on other computers after packaging
某草草
某草草 2017-05-24 11:35:04
0
2
1126

OS:win7 64-bit
Python:3.5.3 32-bit
pyinstaller:3.2.1

Package a program written in pyqt5 using the -Fw and -w instructions respectively. The current computer and another computer with python installed run normally.

But when sent to others, both files showed that python35.dll failed to load, but the specific paths were different.
Error loading python Dll,
error code 127

Could it be that the packaged exe file can only be run in an environment where python is installed?

How to rescue?

某草草
某草草

reply all(2)
Ty80

No, if you package a single file, you can send it directly, otherwise you need to send the entire packaged directory.

漂亮男人

It is recommended to use python3.4

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!