pyuic funktioniert nicht
Verfasst: Samstag 28. November 2009, 17:34
Hi,
ich habe ein ui-file und möchte das gerne in ein py-file umwandeln.
Also habe ich eingegeben aber was rauskam war:
Also nichts!
Warum nicht?
ich habe ein ui-file und möchte das gerne in ein py-file umwandeln.
Also habe ich
Code: Alles auswählen
pyuic -o file window.ui
Code: Alles auswählen
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'window.ui'
#
# Created: Sa Nov 28 17:30:30 2009
# by: The PyQt User Interface Compiler (pyuic) 3.18.1
#
# WARNING! All changes made in this file will be lost!
from qt import *
Warum nicht?