Hello All, tring to run pyuic on a .ui file generated by Qt-Designer, i had this error :
http://paste.debian.net/99004/ the same .ui file worked fine some weeks ago :-/ i'm on mac osx running python2.7 Qt-cocoa, pyqt4.8 thanks for any hints on how to fix/debug the problem. the complete log is : epy:~ epy$ pyuic4 /Users/epy/Desktop/code/gsoc/PlanetSasha/gui/PlanetSasha_compass_ui.ui -o /Users/epy/Desktop/code/gsoc/PlanetSasha/planetsashaui.py An unexpected error occurred. Check that you are using the latest version of PyQt and send an error report to [email protected], including the following information: * your version of PyQt (4.8) * the UI file that caused this error * the debug output of pyuic4 (use the -d flag when calling pyuic4) epy:~ epy$ pyuic4 -d /Users/epy/Desktop/code/gsoc/PlanetSasha/gui/PlanetSasha_compass_ui.ui -o /Users/epy/Desktop/code/gsoc/PlanetSasha/planetsashaui.py PyQt4.uic.uiparser: UI version is 4.0 PyQt4.uic.uiparser: uiname is OssimPlanetSasha PyQt4.uic.uiparser: toplevel widget is QMainWindow PyQt4.uic.properties: setting property geometry PyQt4.uic.properties: setting property windowTitle PyQt4.uic.properties: setting property windowIcon PyQt4.uic.uiparser: push QMainWindow OssimPlanetSasha PyQt4.uic.uiparser: push QWidget centralwidget PyQt4.uic.uiparser: push QHBoxLayout horizontalLayout PyQt4.uic.uiparser: push QVBoxLayout verticalLayout_3 PyQt4.uic.properties: setting property sizePolicy PyQt4.uic.properties: setting property minimumSize PyQt4.uic.properties: setting property layoutDirection PyQt4.uic.properties: setting property title PyQt4.uic.properties: setting property alignment PyQt4.uic.uiparser: push QGroupBox PanGroupBox PyQt4.uic.uiparser: push QGridLayout gridLayout_5 PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property icon PyQt4.uic.uiparser: push QToolButton northwest PyQt4.uic.uiparser: pop widget QToolButton northwest PyQt4.uic.uiparser: new topwidget self.PanGroupBox PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property icon PyQt4.uic.uiparser: push QToolButton north PyQt4.uic.uiparser: pop widget QToolButton north PyQt4.uic.uiparser: new topwidget self.PanGroupBox PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property icon PyQt4.uic.uiparser: push QToolButton northeast PyQt4.uic.uiparser: pop widget QToolButton northeast PyQt4.uic.uiparser: new topwidget self.PanGroupBox PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property icon PyQt4.uic.uiparser: push QToolButton west PyQt4.uic.uiparser: pop widget QToolButton west PyQt4.uic.uiparser: new topwidget self.PanGroupBox PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property icon PyQt4.uic.uiparser: push QToolButton center PyQt4.uic.uiparser: pop widget QToolButton center PyQt4.uic.uiparser: new topwidget self.PanGroupBox PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property icon PyQt4.uic.uiparser: push QToolButton east PyQt4.uic.uiparser: pop widget QToolButton east PyQt4.uic.uiparser: new topwidget self.PanGroupBox PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property icon PyQt4.uic.uiparser: push QToolButton southwest PyQt4.uic.uiparser: pop widget QToolButton southwest PyQt4.uic.uiparser: new topwidget self.PanGroupBox PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property icon PyQt4.uic.uiparser: push QToolButton south PyQt4.uic.uiparser: pop widget QToolButton south PyQt4.uic.uiparser: new topwidget self.PanGroupBox PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property icon PyQt4.uic.uiparser: push QToolButton southeast PyQt4.uic.uiparser: pop widget QToolButton southeast PyQt4.uic.uiparser: new topwidget self.PanGroupBox PyQt4.uic.uiparser: pop layout QGridLayout gridLayout_5 PyQt4.uic.uiparser: pop widget QGroupBox PanGroupBox PyQt4.uic.uiparser: new topwidget self.centralwidget PyQt4.uic.uiparser: push QComboBox View PyQt4.uic.uiparser: pop widget QComboBox View PyQt4.uic.uiparser: new topwidget self.centralwidget PyQt4.uic.uiparser: pop layout QVBoxLayout verticalLayout_3 PyQt4.uic.properties: setting property tabPosition PyQt4.uic.properties: setting property tabShape PyQt4.uic.properties: setting property currentIndex PyQt4.uic.properties: setting property usesScrollButtons PyQt4.uic.properties: setting property documentMode PyQt4.uic.properties: setting property movable PyQt4.uic.uiparser: push QTabWidget tabWidget PyQt4.uic.uiparser: push QWidget tab_2 PyQt4.uic.uiparser: push QVBoxLayout verticalLayout_2 PyQt4.uic.properties: setting property widgetResizable PyQt4.uic.uiparser: push QScrollArea scrollArea_3 PyQt4.uic.properties: setting property geometry PyQt4.uic.uiparser: push QWidget scrollAreaWidgetContents_3 PyQt4.uic.uiparser: push QVBoxLayout verticalLayout_4 PyQt4.uic.uiparser: push QHBoxLayout horizontalLayout_5 PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property alignment PyQt4.uic.uiparser: push QLineEdit Lat PyQt4.uic.uiparser: pop widget QLineEdit Lat PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property alignment PyQt4.uic.uiparser: push QLineEdit Lon PyQt4.uic.uiparser: pop widget QLineEdit Lon PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QPushButton SendPosition PyQt4.uic.uiparser: pop widget QPushButton SendPosition PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.uiparser: pop layout QHBoxLayout horizontalLayout_5 PyQt4.uic.properties: setting property orientation PyQt4.uic.uiparser: push QFrame line_5 PyQt4.uic.uiparser: pop widget QFrame line_5 PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.uiparser: push QHBoxLayout horizontalLayout_10 PyQt4.uic.properties: setting property toolTip PyQt4.uic.uiparser: push QLineEdit Nord PyQt4.uic.uiparser: pop widget QLineEdit Nord PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.properties: setting property toolTip PyQt4.uic.uiparser: push QLineEdit East PyQt4.uic.uiparser: pop widget QLineEdit East PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.properties: setting property minimumSize PyQt4.uic.properties: setting property maximumSize PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLineEdit utmcode PyQt4.uic.uiparser: pop widget QLineEdit utmcode PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.properties: setting property maximumSize PyQt4.uic.properties: setting property toolTip PyQt4.uic.uiparser: push QComboBox ellipse PyQt4.uic.uiparser: pop widget QComboBox ellipse PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.uiparser: pop layout QHBoxLayout horizontalLayout_10 PyQt4.uic.properties: setting property orientation PyQt4.uic.uiparser: push QFrame line_6 PyQt4.uic.uiparser: pop widget QFrame line_6 PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.uiparser: push QHBoxLayout horizontalLayout_14 PyQt4.uic.properties: setting property font PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property icon PyQt4.uic.uiparser: push QToolButton addRlayer PyQt4.uic.uiparser: pop widget QToolButton addRlayer PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.properties: setting property font PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property icon PyQt4.uic.uiparser: push QToolButton removeRlayer PyQt4.uic.uiparser: pop widget QToolButton removeRlayer PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.properties: setting property toolTip PyQt4.uic.uiparser: push QComboBox GrassRLayer PyQt4.uic.uiparser: pop widget QComboBox GrassRLayer PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.properties: setting property orientation PyQt4.uic.uiparser: push QFrame line_13 PyQt4.uic.uiparser: pop widget QFrame line_13 PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property icon PyQt4.uic.uiparser: push QToolButton refreshlayerlist PyQt4.uic.uiparser: pop widget QToolButton refreshlayerlist PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.properties: setting property orientation PyQt4.uic.uiparser: push QFrame line_12 PyQt4.uic.uiparser: pop widget QFrame line_12 PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.properties: setting property font PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property icon PyQt4.uic.uiparser: push QToolButton addVlayer PyQt4.uic.uiparser: pop widget QToolButton addVlayer PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.properties: setting property font PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property icon PyQt4.uic.uiparser: push QToolButton removeVlayer PyQt4.uic.uiparser: pop widget QToolButton removeVlayer PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.properties: setting property toolTip PyQt4.uic.uiparser: push QComboBox GrassVLayer PyQt4.uic.uiparser: pop widget QComboBox GrassVLayer PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.uiparser: pop layout QHBoxLayout horizontalLayout_14 PyQt4.uic.properties: setting property orientation PyQt4.uic.uiparser: push QFrame line_7 PyQt4.uic.uiparser: pop widget QFrame line_7 PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.uiparser: push QHBoxLayout horizontalLayout_2 PyQt4.uic.properties: setting property toolTip PyQt4.uic.uiparser: push QComboBox Place PyQt4.uic.uiparser: pop widget QComboBox Place PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.properties: setting property orientation PyQt4.uic.uiparser: push QFrame line_14 PyQt4.uic.uiparser: pop widget QFrame line_14 PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property icon PyQt4.uic.uiparser: push QToolButton refreshsqlite PyQt4.uic.uiparser: pop widget QToolButton refreshsqlite PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.properties: setting property orientation PyQt4.uic.uiparser: push QFrame line_15 PyQt4.uic.uiparser: pop widget QFrame line_15 PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.properties: setting property toolTip PyQt4.uic.uiparser: push QComboBox placezone PyQt4.uic.uiparser: pop widget QComboBox placezone PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.uiparser: pop layout QHBoxLayout horizontalLayout_2 PyQt4.uic.properties: setting property orientation PyQt4.uic.uiparser: push QFrame line_16 PyQt4.uic.uiparser: pop widget QFrame line_16 PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_3 PyQt4.uic.uiparser: pop layout QVBoxLayout verticalLayout_4 PyQt4.uic.uiparser: pop widget QWidget scrollAreaWidgetContents_3 PyQt4.uic.uiparser: new topwidget self.scrollArea_3 PyQt4.uic.uiparser: pop widget QScrollArea scrollArea_3 PyQt4.uic.uiparser: new topwidget self.tab_2 PyQt4.uic.uiparser: pop layout QVBoxLayout verticalLayout_2 PyQt4.uic.uiparser: pop widget QWidget tab_2 PyQt4.uic.uiparser: new topwidget self.tabWidget PyQt4.uic.uiparser: push QWidget tab PyQt4.uic.uiparser: push QVBoxLayout verticalLayout PyQt4.uic.properties: setting property widgetResizable PyQt4.uic.uiparser: push QScrollArea scrollArea_4 PyQt4.uic.properties: setting property geometry PyQt4.uic.uiparser: push QWidget scrollAreaWidgetContents_4 PyQt4.uic.uiparser: push QVBoxLayout verticalLayout_5 PyQt4.uic.uiparser: push QHBoxLayout horizontalLayout_11 PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property checkable PyQt4.uic.uiparser: push QToolButton hsHeading PyQt4.uic.uiparser: pop widget QToolButton hsHeading PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property minimum PyQt4.uic.properties: setting property maximum PyQt4.uic.uiparser: push QDoubleSpinBox HandlingSpinBox PyQt4.uic.uiparser: pop widget QDoubleSpinBox HandlingSpinBox PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property checkable PyQt4.uic.uiparser: push QToolButton hsPitch PyQt4.uic.uiparser: pop widget QToolButton hsPitch PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property minimum PyQt4.uic.properties: setting property maximum PyQt4.uic.uiparser: push QDoubleSpinBox PitchSpinBox PyQt4.uic.uiparser: pop widget QDoubleSpinBox PitchSpinBox PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property checkable PyQt4.uic.uiparser: push QToolButton hsRoll PyQt4.uic.uiparser: pop widget QToolButton hsRoll PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property accelerated PyQt4.uic.properties: setting property minimum PyQt4.uic.properties: setting property maximum PyQt4.uic.uiparser: push QDoubleSpinBox RollSpinBox PyQt4.uic.uiparser: pop widget QDoubleSpinBox RollSpinBox PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.uiparser: pop layout QHBoxLayout horizontalLayout_11 PyQt4.uic.properties: setting property minimum PyQt4.uic.properties: setting property maximum PyQt4.uic.properties: setting property orientation PyQt4.uic.properties: setting property tickPosition PyQt4.uic.properties: setting property tickInterval PyQt4.uic.uiparser: push QSlider HandlingSlider PyQt4.uic.uiparser: pop widget QSlider HandlingSlider PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property minimum PyQt4.uic.properties: setting property maximum PyQt4.uic.properties: setting property orientation PyQt4.uic.properties: setting property tickPosition PyQt4.uic.uiparser: push QSlider PitchSlider PyQt4.uic.uiparser: pop widget QSlider PitchSlider PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property minimum PyQt4.uic.properties: setting property maximum PyQt4.uic.properties: setting property orientation PyQt4.uic.properties: setting property tickPosition PyQt4.uic.properties: setting property tickInterval PyQt4.uic.uiparser: push QSlider RollSlider PyQt4.uic.uiparser: pop widget QSlider RollSlider PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property orientation PyQt4.uic.uiparser: push QFrame line_2 PyQt4.uic.uiparser: pop widget QFrame line_2 PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.uiparser: push QHBoxLayout horizontalLayout_4 PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property checkable PyQt4.uic.uiparser: push QToolButton hsZoom PyQt4.uic.uiparser: pop widget QToolButton hsZoom PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property sizePolicy PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property autoFillBackground PyQt4.uic.properties: setting property wrapping PyQt4.uic.properties: setting property buttonSymbols PyQt4.uic.properties: setting property accelerated PyQt4.uic.properties: setting property minimum PyQt4.uic.properties: setting property maximum PyQt4.uic.uiparser: push QDoubleSpinBox ZoomSpinBox PyQt4.uic.uiparser: pop widget QDoubleSpinBox ZoomSpinBox PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property minimum PyQt4.uic.properties: setting property maximum PyQt4.uic.properties: setting property singleStep PyQt4.uic.properties: setting property value PyQt4.uic.uiparser: push QDoubleSpinBox ZoomStepSpinBox PyQt4.uic.uiparser: pop widget QDoubleSpinBox ZoomStepSpinBox PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property minimum PyQt4.uic.uiparser: push QSpinBox ZoomMultipler PyQt4.uic.uiparser: pop widget QSpinBox ZoomMultipler PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.uiparser: pop layout QHBoxLayout horizontalLayout_4 PyQt4.uic.properties: setting property minimum PyQt4.uic.properties: setting property maximum PyQt4.uic.properties: setting property value PyQt4.uic.properties: setting property orientation PyQt4.uic.properties: setting property tickPosition PyQt4.uic.properties: setting property tickInterval PyQt4.uic.uiparser: push QSlider ZoomSlider PyQt4.uic.uiparser: pop widget QSlider ZoomSlider PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property orientation PyQt4.uic.uiparser: push QFrame line_3 PyQt4.uic.uiparser: pop widget QFrame line_3 PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.uiparser: push QHBoxLayout horizontalLayout_6 PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property checkable PyQt4.uic.uiparser: push QToolButton hsRange PyQt4.uic.uiparser: pop widget QToolButton hsRange PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property sizePolicy PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property autoFillBackground PyQt4.uic.properties: setting property wrapping PyQt4.uic.properties: setting property buttonSymbols PyQt4.uic.properties: setting property accelerated PyQt4.uic.properties: setting property minimum PyQt4.uic.properties: setting property maximum PyQt4.uic.properties: setting property value PyQt4.uic.uiparser: push QDoubleSpinBox RangeSpinBox PyQt4.uic.uiparser: pop widget QDoubleSpinBox RangeSpinBox PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property minimum PyQt4.uic.properties: setting property maximum PyQt4.uic.properties: setting property singleStep PyQt4.uic.properties: setting property value PyQt4.uic.uiparser: push QDoubleSpinBox RangeStepSpinBox PyQt4.uic.uiparser: pop widget QDoubleSpinBox RangeStepSpinBox PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.uiparser: push QSpinBox RangeMultipler PyQt4.uic.uiparser: pop widget QSpinBox RangeMultipler PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.uiparser: pop layout QHBoxLayout horizontalLayout_6 PyQt4.uic.properties: setting property minimum PyQt4.uic.properties: setting property maximum PyQt4.uic.properties: setting property orientation PyQt4.uic.properties: setting property tickPosition PyQt4.uic.properties: setting property tickInterval PyQt4.uic.uiparser: push QSlider RangeSlider PyQt4.uic.uiparser: pop widget QSlider RangeSlider PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property orientation PyQt4.uic.uiparser: push QFrame line_4 PyQt4.uic.uiparser: pop widget QFrame line_4 PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.uiparser: push QHBoxLayout horizontalLayout_7 PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel label PyQt4.uic.uiparser: pop widget QLabel label PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property sizePolicy PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property value PyQt4.uic.uiparser: push QDoubleSpinBox SpeedSpinBox PyQt4.uic.uiparser: pop widget QDoubleSpinBox SpeedSpinBox PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property toolTip PyQt4.uic.uiparser: push QSpinBox SpeedMultipler PyQt4.uic.uiparser: pop widget QSpinBox SpeedMultipler PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property orientation PyQt4.uic.uiparser: push QFrame line PyQt4.uic.uiparser: pop widget QFrame line PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.properties: setting property toolTip PyQt4.uic.properties: setting property currentIndex PyQt4.uic.properties: setting property modelColumn PyQt4.uic.uiparser: push QComboBox Head PyQt4.uic.uiparser: pop widget QComboBox Head PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.uiparser: pop layout QHBoxLayout horizontalLayout_7 PyQt4.uic.properties: setting property orientation PyQt4.uic.uiparser: push QFrame line_17 PyQt4.uic.uiparser: pop widget QFrame line_17 PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents_4 PyQt4.uic.uiparser: pop layout QVBoxLayout verticalLayout_5 PyQt4.uic.uiparser: pop widget QWidget scrollAreaWidgetContents_4 PyQt4.uic.uiparser: new topwidget self.scrollArea_4 PyQt4.uic.uiparser: pop widget QScrollArea scrollArea_4 PyQt4.uic.uiparser: new topwidget self.tab PyQt4.uic.uiparser: pop layout QVBoxLayout verticalLayout PyQt4.uic.uiparser: pop widget QWidget tab PyQt4.uic.uiparser: new topwidget self.tabWidget PyQt4.uic.uiparser: push QWidget tab_4 PyQt4.uic.uiparser: push QGridLayout gridLayout_2 PyQt4.uic.properties: setting property title PyQt4.uic.uiparser: push QGroupBox GpsGroupBox_2 PyQt4.uic.uiparser: push QVBoxLayout verticalLayout_20 PyQt4.uic.properties: setting property widgetResizable PyQt4.uic.uiparser: push QScrollArea scrollArea PyQt4.uic.properties: setting property geometry PyQt4.uic.uiparser: push QWidget scrollAreaWidgetContents PyQt4.uic.uiparser: push QGridLayout gridLayout_3 PyQt4.uic.uiparser: push QGridLayout GpsGridLayout PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Latlabel PyQt4.uic.uiparser: pop widget QLabel Latlabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property echoMode PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSlat PyQt4.uic.uiparser: pop widget QLineEdit GPSlat PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSEpt PyQt4.uic.uiparser: pop widget QLineEdit GPSEpt PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Eptlabel PyQt4.uic.uiparser: pop widget QLabel Eptlabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSAltitude PyQt4.uic.uiparser: pop widget QLineEdit GPSAltitude PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Altitudelabel PyQt4.uic.uiparser: pop widget QLabel Altitudelabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSEps PyQt4.uic.uiparser: pop widget QLineEdit GPSEps PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Epslabel PyQt4.uic.uiparser: pop widget QLabel Epslabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Lonlabel PyQt4.uic.uiparser: pop widget QLabel Lonlabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSlon PyQt4.uic.uiparser: pop widget QLineEdit GPSlon PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Speedlabel PyQt4.uic.uiparser: pop widget QLabel Speedlabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSSpeed PyQt4.uic.uiparser: pop widget QLineEdit GPSSpeed PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSClimb PyQt4.uic.uiparser: pop widget QLineEdit GPSClimb PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Climblabel PyQt4.uic.uiparser: pop widget QLabel Climblabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSEpc PyQt4.uic.uiparser: pop widget QLineEdit GPSEpc PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Epclabel PyQt4.uic.uiparser: pop widget QLabel Epclabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSEpv PyQt4.uic.uiparser: pop widget QLineEdit GPSEpv PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Epvlabel PyQt4.uic.uiparser: pop widget QLabel Epvlabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Ephlabel PyQt4.uic.uiparser: pop widget QLabel Ephlabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSEph PyQt4.uic.uiparser: pop widget QLineEdit GPSEph PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Tracklabel PyQt4.uic.uiparser: pop widget QLabel Tracklabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSTrack PyQt4.uic.uiparser: pop widget QLineEdit GPSTrack PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Epdlabel PyQt4.uic.uiparser: pop widget QLabel Epdlabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSEpd PyQt4.uic.uiparser: pop widget QLineEdit GPSEpd PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Datelabel PyQt4.uic.uiparser: pop widget QLabel Datelabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Utclabel PyQt4.uic.uiparser: pop widget QLabel Utclabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSUtctime PyQt4.uic.uiparser: pop widget QLineEdit GPSUtctime PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSTime PyQt4.uic.uiparser: pop widget QLineEdit GPSTime PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSPdop PyQt4.uic.uiparser: pop widget QLineEdit GPSPdop PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Pdoplabel PyQt4.uic.uiparser: pop widget QLabel Pdoplabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSHdop PyQt4.uic.uiparser: pop widget QLineEdit GPSHdop PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSVdop PyQt4.uic.uiparser: pop widget QLineEdit GPSVdop PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSTdop PyQt4.uic.uiparser: pop widget QLineEdit GPSTdop PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property alignment PyQt4.uic.properties: setting property readOnly PyQt4.uic.uiparser: push QLineEdit GPSGdop PyQt4.uic.uiparser: pop widget QLineEdit GPSGdop PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Hdoplabel PyQt4.uic.uiparser: pop widget QLabel Hdoplabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Vdoplabel PyQt4.uic.uiparser: pop widget QLabel Vdoplabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Tdoplabel PyQt4.uic.uiparser: pop widget QLabel Tdoplabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QLabel Gdoplabel PyQt4.uic.uiparser: pop widget QLabel Gdoplabel PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.properties: setting property checkable PyQt4.uic.uiparser: push QPushButton StartGps PyQt4.uic.uiparser: pop widget QPushButton StartGps PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.properties: setting property text PyQt4.uic.uiparser: push QCheckBox GPSSend PyQt4.uic.uiparser: pop widget QCheckBox GPSSend PyQt4.uic.uiparser: new topwidget self.scrollAreaWidgetContents PyQt4.uic.uiparser: pop layout QGridLayout GpsGridLayout PyQt4.uic.uiparser: pop layout QGridLayout gridLayout_3 PyQt4.uic.uiparser: pop widget QWidget scrollAreaWidgetContents PyQt4.uic.uiparser: new topwidget self.scrollArea PyQt4.uic.uiparser: pop widget QScrollArea scrollArea PyQt4.uic.uiparser: new topwidget self.GpsGroupBox_2 PyQt4.uic.uiparser: pop layout QVBoxLayout verticalLayout_20 PyQt4.uic.uiparser: pop widget QGroupBox GpsGroupBox_2 PyQt4.uic.uiparser: new topwidget self.tab_4 PyQt4.uic.uiparser: pop layout QGridLayout gridLayout_2 PyQt4.uic.uiparser: pop widget QWidget tab_4 PyQt4.uic.uiparser: new topwidget self.tabWidget PyQt4.uic.uiparser: push QWidget tab_3 PyQt4.uic.uiparser: push QVBoxLayout verticalLayout_6 PyQt4.uic.uiparser: push QTextBrowser Satellite PyQt4.uic.uiparser: pop widget QTextBrowser Satellite PyQt4.uic.uiparser: new topwidget self.tab_3 PyQt4.uic.uiparser: pop layout QVBoxLayout verticalLayout_6 PyQt4.uic.uiparser: pop widget QWidget tab_3 PyQt4.uic.uiparser: new topwidget self.tabWidget PyQt4.uic.uiparser: pop widget QTabWidget tabWidget PyQt4.uic.uiparser: new topwidget self.centralwidget PyQt4.uic.uiparser: pop layout QHBoxLayout horizontalLayout PyQt4.uic.uiparser: pop widget QWidget centralwidget PyQt4.uic.uiparser: new topwidget OssimPlanetSasha PyQt4.uic.properties: setting property geometry PyQt4.uic.uiparser: push QMenuBar menubar PyQt4.uic.properties: setting property title PyQt4.uic.uiparser: push QMenu menuSasha PyQt4.uic.properties: setting property title PyQt4.uic.uiparser: push QMenu menuView_2 PyQt4.uic.uiparser: pop widget QMenu menuView_2 PyQt4.uic.uiparser: new topwidget self.menuSasha PyQt4.uic.uiparser: pop widget QMenu menuSasha PyQt4.uic.uiparser: new topwidget self.menubar PyQt4.uic.properties: setting property title PyQt4.uic.uiparser: push QMenu menuTools PyQt4.uic.properties: setting property title PyQt4.uic.uiparser: push QMenu menuGPS PyQt4.uic.uiparser: pop widget QMenu menuGPS PyQt4.uic.uiparser: new topwidget self.menuTools PyQt4.uic.properties: setting property title PyQt4.uic.uiparser: push QMenu menuData PyQt4.uic.uiparser: pop widget QMenu menuData PyQt4.uic.uiparser: new topwidget self.menuTools PyQt4.uic.uiparser: pop widget QMenu menuTools PyQt4.uic.uiparser: new topwidget self.menubar PyQt4.uic.uiparser: pop widget QMenuBar menubar PyQt4.uic.uiparser: new topwidget OssimPlanetSasha PyQt4.uic.uiparser: push QStatusBar statusbar PyQt4.uic.uiparser: pop widget QStatusBar statusbar PyQt4.uic.uiparser: new topwidget OssimPlanetSasha PyQt4.uic.properties: setting property windowTitle PyQt4.uic.uiparser: push QToolBar toolBar PyQt4.uic.uiparser: pop widget QToolBar toolBar PyQt4.uic.uiparser: new topwidget OssimPlanetSasha Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/uic/port_v2/invoke.py", line 15, in invoke exit_status = driver.invoke() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/uic/driver.py", line 40, in invoke self._generate() File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/uic/driver.py", line 68, in _generate self._opts.pyqt3_wrapper, self._opts.from_imports) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/uic/__init__.py", line 134, in compileUi winfo = compiler.UICompiler().compileUi(uifile, pyfile, from_imports) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/uic/Compiler/compiler.py", line 83, in compileUi w = self.parse(input_stream) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/uic/uiparser.py", line 830, in parse actor(elem) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/uic/uiparser.py", line 677, in createUserInterface self.traverseWidgetTree(elem) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/uic/uiparser.py", line 655, in traverseWidgetTree handler(self, child) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/uic/uiparser.py", line 251, in createWidget tbArea = self.wprops.getAttribute(elem, "toolBarArea") File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/uic/properties.py", line 342, in getAttribute return self._getChild("attribute", elem, name, default) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/uic/properties.py", line 334, in _getChild return self.convert(prop) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/uic/properties.py", line 328, in convert return func(prop[0], **args) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/uic/properties.py", line 82, in _enum return self._pyEnumMember(prop.text) File "/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/PyQt4/uic/properties.py", line 61, in _pyEnumMember prefix, membername = cpp_name.split("::") ValueError: need more than 1 value to unpack epy:~ epy$ _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
