-
An error is encountered after built with `pyinstaller` with `pytexit` imported.
The error is caused by the fact that `pyinstaller` does not include `__version__.txt`
I solved this by manually mo…
-
1. 安装 Python3
2. pip3 install -r requirements-universal.txt
3. pip3 install pyinstaller
4. pyinstaller -F -w --add-data "./assets:assets" KeymouseGo.py
Macbook M1 按如上步骤后,
尝试打开dist文件夹下的KeymouseG…
-
# Python version
3.11
# asammdf version
7.3.18
# Description
Hello,I met a issue during convert asammdf progamm to exe by pyinstaller 6.5.0 ,after the exe has been packaged successfully,the…
-
[Pyinstaller](https://github.com/pyinstaller/pyinstaller) is a tool that can bundle Python applications and their dependencies into a single executable.
This would be very handy for Assemblitor, as i…
-
I'm trying to build my project using pyinstaller and am running into a "library not found" error for docx2pdf. I'm not sure what is causing this problem. Have you used pyinstaller with docx2pdf? An…
-
Example:
```python
import time
import timeago
timestamp = time.time() - 30
print(timeago.format(timestamp))
```
PyInstaller command:
```sh
$ pyinstaller -F -c --noupx -i NONE main.py
```
…
-
**Describe the bug**
Pyinstaller was used to successfully create an executable file, but upon running the .exe, it crashes.
**To Reproduce**
To reproduce the error, make sure you flag --consoled…
-
After I finally got my program to work with PyInstaller with the help of [this](https://stackoverflow.com/questions/54693370/why-cant-i-compile-a-script-that-contains-pyttsx3), another issue arose.
W…
-
你好,可以编译一个X86构架32位的包吗
-
I want to package my script with mayavi, everything runs well on python, but after using pyinstaller to package my script, I got "No pyface.toolkits plugin found for toolkit wx". More realted informat…