-
An executable (exe) for Windows should be created. This can potentially be done with Pyinstaller. Another program may work better, as Pyinstaller cannot crosscompile, and therefore cannot be set up as…
-
### Describe the bug
```
Traceback (most recent call last):
File "SaS_on_Twitter.py", line 14, in
File "", line 991, in _find_and_load
File "", line 975, in _find_and_load_unlocked
File…
-
[PYI-13644:DEBUG] LOADER: extracted pyimod02_importers
[PYI-13644:DEBUG] LOADER: running unmarshalled code object for module pyimod02_i
mporters...
[PYI-13644:DEBUG] LOADER: extracted pyimod03_ctyp…
-
via AppleEvents. https://github.com/pyinstaller/pyinstaller/pull/50 seems to imply that it's supported but does not give points to how to specify this at compile time.
Also, http://superuser.com/ques…
-
I got this notification after just starting the app on Windows. Probably hidden import, but never had this issue before. Seems weird it'd start to do that only now.
```
Traceback (most recent call l…
-
to reduce the app startup time and app startup issues on Mac
https://cx-freeze.readthedocs.io/en/latest/keywords.html
https://github.com/Nuitka/Nuitka
-
- [x] I am on the [latest](https://github.com/ActivityWatch/activitywatch/releases/latest) ActivityWatch version.
- [ ] I have searched the issues of this repo and believe that this is not a …
-
here are the steps done:
```
c:\Prg\M>pip install pydumpck
Collecting pydumpck
Downloading pydumpck-1.17.9-py3-none-any.whl.metadata (7.2 kB)
Collecting sgtpyutils>=1.16.0 (from pydumpck)
…
-
PyInstaller 4.4 added a dialog on Windows that gets shown for uncaught exceptions, which is an improvement over silently exiting. We currently have some extension based on psutil that [reroutes standa…
-
1 我使用命令 pyinstaller --onefile main_debug.py 打包出的exe 执行后生成了几个文件,但是窗口没有出来
2.怎么使用管理员本地调试呢?是否有补充文件夹说明的文档计划呢