-
PyInstaller 3.6
python 3.7.4
sc.spec
```
# -*- mode: python ; coding: utf-8 -*-
block_cipher = None
a = Analysis(['sc.py'],
pathex=['/Users/tutu/ftp/sc'],
…
-
We've been using fbs to package our company's app and it works great!
However we just added the a library to embed a browser in our PySide2/QtQuick app:
QtWebEngine 1.8
On a Mac, fbs 'freezes' …
-
### Describe the bug
I have added a folder created with pyinstaller to my resources, then I use command::new() to run the main binary inside this folder. When I use `cargo tauri dev` everything wor…
-
I'm getting the following error when I run the command `./b data-snapshot run`:
```
Collecting pygltflib==1.14.6 (from -r requirements.txt (line 13))
Using cached pygltflib-1.14.6.tar.gz (39 kB…
-
When trying to use the tool on Mac OSX Big Sur, esptool fails to execute.
```
Traceback (most recent call last):
File "esptool.py", line 57, in
File "/Library/Python/2.7/site-packages/PyIn…
-
### Welcome to Tauon Music Box support for macOS.
Note that this is experimental and there are some caveats:
### Caveats:
- No fancy precompiled `.dmg`. You’ll need to build from source.
- N…
-
```
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in _run_code
File "C:\Users\joonp\AppData\Local\Programs\Python\Python311\Scripts\pydumpck.…
-
### Type of Issue (Enhancement, Error, Bug, Question)
Question
----------------------------------------
#### Operating System
I am using a PC with Windows 10 and Anaconda Navigator install…
-
OS: Windows 10
Python version: 3.7.4
To replicate:
1. Install Python 3.7.4 (Windows x86-64 executable installer) from https://www.python.org/downloads/release/python-374/
2. Clone the current ma…
-
Hi,
just to let you know: since the upgrade from 2023.2.7 to 2024.8.26 the calls to `pefile.PE()` take considerably longer on a Windows github action runner.
This is observed in pyinstaller's "Perfo…