Ich verwende Nuitka, um meine PYQT5 -Anwendung zu verpacken und sie ohne Ausnahmen in Quellcode auszuführen. Das Laufen nach der Verpackung meldet einen Fehler: < /p>
📢 Tips: QFluentWidgets Pro is now released. Click https://qfluentwidgets.com/pages/pro to learn more about it.
Traceback (most recent call last):
File "C:\Users\18079\DOCUME~1\DOWNLO~1\MUSICD~1.DIS\MusicDownloader.py", line 4, in
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "C:\Users\18079\DOCUME~1\DOWNLO~1\MUSICD~1.DIS\window\main.py", line 6, in
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "C:\Users\18079\DOCUME~1\DOWNLO~1\MUSICD~1.DIS\Interface\settings.py", line 11, in
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "C:\Users\18079\DOCUME~1\DOWNLO~1\MUSICD~1.DIS\helper\localmusicsHelper.py", line 9, in
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "C:\Users\18079\DOCUME~1\DOWNLO~1\MUSICD~1.DIS\fleep\__init__.py", line 15, in
FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\18079\\DOCUME~1\\DOWNLO~1\\MUSICD~1.DIS\\fleep\\data.json'
< /code>
Bevor ich das System neu installierte, konnte ich es normalerweise packen und ausführen, aber jetzt kann es unter keinen Umständen ausgeführt werden, selbst mit Administratorrechten.nuitka --standalone --plugin-enable=pyqt5 --windows-icon-from-ico=icon.ico MusicDownloader.py
< /code>
Dies ist die Ausgabe meiner Ausführung von Nuitka - Version: < /p>
C:\Users\18079>nuitka --version
2.3.4
Commercial: None
Python: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)]
Flavor: CPython Official
Executable: C:\Users\18079\AppData\Local\Programs\Python\Python311\python.exe
OS: Windows
Arch: x86_64
WindowsRelease: 11
Nuitka-Scons: Non downloaded winlibs-gcc 'C:\Users\18079\Documents\mingw64\bin\gcc.exe' is being ignored, Nuitka is very
Nuitka-Scons: dependent on the precise one.
Version C compiler: ~\AppData\Local\Nuitka\Nuitka\Cache\DOWNLO~1\gcc\x86_64\13.2.0-16.0.6-11.0.1-msvcrt-r1\mingw64\bin\gcc.exe (gcc 13.2.0).
Ich habe versucht, auf verschiedenen Computern zu laufen, aber keiner von ihnen hat funktioniert.
Ich verwende Nuitka, um meine PYQT5 -Anwendung zu verpacken und sie ohne Ausnahmen in Quellcode auszuführen. Das Laufen nach der Verpackung meldet einen Fehler: < /p> [code]📢 Tips: QFluentWidgets Pro is now released. Click https://qfluentwidgets.com/pages/pro to learn more about it.
Traceback (most recent call last): File "C:\Users\18079\DOCUME~1\DOWNLO~1\MUSICD~1.DIS\MusicDownloader.py", line 4, in File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "C:\Users\18079\DOCUME~1\DOWNLO~1\MUSICD~1.DIS\window\main.py", line 6, in File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "C:\Users\18079\DOCUME~1\DOWNLO~1\MUSICD~1.DIS\Interface\settings.py", line 11, in File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "C:\Users\18079\DOCUME~1\DOWNLO~1\MUSICD~1.DIS\helper\localmusicsHelper.py", line 9, in File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "C:\Users\18079\DOCUME~1\DOWNLO~1\MUSICD~1.DIS\fleep\__init__.py", line 15, in FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\18079\\DOCUME~1\\DOWNLO~1\\MUSICD~1.DIS\\fleep\\data.json' < /code> Bevor ich das System neu installierte, konnte ich es normalerweise packen und ausführen, aber jetzt kann es unter keinen Umständen ausgeführt werden, selbst mit Administratorrechten.nuitka --standalone --plugin-enable=pyqt5 --windows-icon-from-ico=icon.ico MusicDownloader.py < /code> Dies ist die Ausgabe meiner Ausführung von Nuitka - Version: < /p> C:\Users\18079>nuitka --version 2.3.4 Commercial: None Python: 3.11.9 (tags/v3.11.9:de54cf5, Apr 2 2024, 10:12:12) [MSC v.1938 64 bit (AMD64)] Flavor: CPython Official Executable: C:\Users\18079\AppData\Local\Programs\Python\Python311\python.exe OS: Windows Arch: x86_64 WindowsRelease: 11 Nuitka-Scons: Non downloaded winlibs-gcc 'C:\Users\18079\Documents\mingw64\bin\gcc.exe' is being ignored, Nuitka is very Nuitka-Scons: dependent on the precise one. Version C compiler: ~\AppData\Local\Nuitka\Nuitka\Cache\DOWNLO~1\gcc\x86_64\13.2.0-16.0.6-11.0.1-msvcrt-r1\mingw64\bin\gcc.exe (gcc 13.2.0). [/code] Ich habe versucht, auf verschiedenen Computern zu laufen, aber keiner von ihnen hat funktioniert.
Ich habe versucht, meinen Inhalt zu zentrieren, und meine Art, dies zu tun, bestand darin, das Ansichtsfenster auf eine bestimmte Höhe zu setzen und alle Inhalte im Inneren zu zentrieren. Ich möchte...
Ich habe versucht, meinen Inhalt zu zentrieren, und meine Art, dies zu tun, bestand darin, das Ansichtsfenster auf eine bestimmte Höhe zu setzen und alle Inhalte im Inneren zu zentrieren. Ich möchte...
Ich mache mir große Sorgen, dass ich viele Anwendungen gesehen habe, die ich aus dem Internet heruntergeladen habe und die ohne die Installation von .NET Framework oder Java Runtime unter Windows 7...
Ich habe ein Grabber -Programm. Wenn die Exe ausgeführt wird, erfasst sie Details vom Betrüger -PC und wir verwenden das, um ihre Konten, E -Mails usw. zu schließen. Ich habe dies offensichtlich...
Ich versuche, Dramatiker einzusetzen. Wenn ich meine Tests mit Typoskript hinzufüge, gehen Sie wie folgt vor:
# example.spec.ts
import { test, expect } from '@playwright/test';