Code: Alles auswählen
Aborting build process due to attempt to collect multiple Qt bindings packages: attempting to run hook for 'PyQt6', while hook for 'PySide6' has already been run! PyInstaller does not support multiple Qt bindings packages in a frozen application - either ensure that the build environment has only one Qt bindings package installed, or exclude the extraneous bindings packages via the module exclusion mechanism (--exclude command-line option, or excludes list in the spec file).
Code: Alles auswählen
from mainwindow import Ui_MainWindow
from PySide6.QtCore import QDateTime, QSettings
from PySide6.QtGui import Qt, QFont, QColor, QLinearGradient, QPainter, QPen, QBrush
from PySide6.QtWidgets import QApplication, QMainWindow, QTableWidgetItem
from PySide6 import QtCharts
from datetime import datetime
import connect_db
import thingspeak_query
import sys
als Beispiel:
Code: Alles auswählen
datas=["thingspeak_db.db"],
Frage müssen alle Pakete, oder welche Pakete, so eingebunden werden, wie ist die Syntax?
Danke und eine schöne Weihnachtszeit - Stefan