Problem bei Umwandlung einer ui. in eine .py Datei
Verfasst: Mittwoch 16. September 2009, 20:07
Vorab...ich bin neu mit Python unterwegs...
habe den Windows 7 RC 64bit als OS und Python 3.1 installiert
Ich habe mit pyqt4 eine .ui Datei nach einem Beispiel mit dem Qt Designer erstellt. Nachdem ich im Pythonunterverzeichnis mit dem pypt4 Paket den Befehl "pyuic4 -o hauptdialog.py hauptdialog.ui" ausgeführt habe, kommt die Fehlermeldung
"Traceback (most recent call last):[...]\PyQt4\uic\pyuic.py, line 4, in <module> from PyQt4 import QtCore
ImportError: DLL load failed: 1% ist keine zulässige Win32-Anwedung"
Was kann das Problem sein?
Viele Grüße
habe den Windows 7 RC 64bit als OS und Python 3.1 installiert
Ich habe mit pyqt4 eine .ui Datei nach einem Beispiel mit dem Qt Designer erstellt. Nachdem ich im Pythonunterverzeichnis mit dem pypt4 Paket den Befehl "pyuic4 -o hauptdialog.py hauptdialog.ui" ausgeführt habe, kommt die Fehlermeldung
"Traceback (most recent call last):[...]\PyQt4\uic\pyuic.py, line 4, in <module> from PyQt4 import QtCore
ImportError: DLL load failed: 1% ist keine zulässige Win32-Anwedung"
Was kann das Problem sein?
Viele Grüße