Your message dated Sun, 11 Oct 2009 14:29:03 +0200
with message-id <200910111429.03744.deb...@pusling.com>
and subject line [pyqt4-dev-tools] Fails to build .ui files due API version
issues
has caused the Debian Bug report #550589,
regarding [pyqt4-dev-tools] Fails to build .ui files due API version issues
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
550589: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550589
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pyqt4-dev-tools
Version: 4.6-1
Severity: grave
--- Please enter the report below this line. ---
Hi when I'm trying to generate a .py from a .ui I get the following error:
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'mainwindow.ui'
#
# Created: Sun Oct 11 13:51:09 2009
# by: PyQt4 UI code generator 4.6
#
# WARNING! All changes made in this file will be lost!
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.5/PyQt4/uic/port_v2/invoke.py", line
12, in invoke
exit_status = driver.invoke()
File "/usr/lib/pymodules/python2.5/PyQt4/uic/driver.py", line 37, in
invoke
self._generate()
File "/usr/lib/pymodules/python2.5/PyQt4/uic/driver.py", line 63, in
_generate
self._opts.pyqt3_wrapper)
File "/usr/lib/pymodules/python2.5/PyQt4/uic/__init__.py", line 128,
in compileUi
winfo = compiler.UICompiler().compileUi(uifile, pyfile)
File "/usr/lib/pymodules/python2.5/PyQt4/uic/Compiler/compiler.py",
line 14, in __init__
CompilerCreatorPolicy())
File "/usr/lib/pymodules/python2.5/PyQt4/uic/uiparser.py", line 87, in
__init__
self.factory = QObjectCreator(creatorPolicy)
File "/usr/lib/pymodules/python2.5/PyQt4/uic/objcreator.py", line 49,
in __init__
self._cwFilters.append(plugin_locals["getFilter"]())
File "<string>", line 22, in getFilter
RuntimeError: the sip module implements API v6.0 but the PyKDE4.kdeui
module requires API v5.0
I attached the .ui file so you can test it yourself.
Cheers,
Bastian
--- System information. ---
Architecture: i386
Kernel: Linux 2.6.30-2-686
Debian Release: squeeze/sid
500 unstable ftp.de.debian.org
500 unstable debian-multimedia.org
--- Package information. ---
Depends (Version) | Installed
===========================-+-=============
libc6 (>= 2.1.3) | 2.9-27
libgcc1 (>= 1:4.1.1) | 1:4.4.1-6
libqt4-xml (>= 4:4.5.3) | 4:4.5.3-2
libqtcore4 (>= 4:4.5.3) | 4:4.5.3-2
libqtgui4 (>= 4:4.5.3) | 4:4.5.3-2
libstdc++6 (>= 4.1.1) | 4.4.1-6
python | 2.5.4-2
python-qt4 (= 4.6-1) | 4.6-1
Package's Recommends field is empty.
Package's Suggests field is empty.
--
Bastian Venthur http://venthur.de
Debian Developer venthur at debian org
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<author>Bastian Venthur</author>
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>948</width>
<height>682</height>
</rect>
</property>
<property name="windowTitle">
<string>Reportbug-NG</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Q&uery or Filter:</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
<property name="buddy">
<cstring>lineEdit</cstring>
</property>
</widget>
</item>
<item>
<widget class="PackageLineEdit" name="lineEdit">
<property name="focusPolicy">
<enum>Qt::StrongFocus</enum>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="toolButton">
<property name="text">
<string>...</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="QTableView" name="tableView">
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="tabKeyNavigation">
<bool>false</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::SingleSelection</enum>
</property>
<property name="selectionBehavior">
<enum>QAbstractItemView::SelectRows</enum>
</property>
<property name="showGrid">
<bool>false</bool>
</property>
<property name="sortingEnabled">
<bool>true</bool>
</property>
</widget>
<widget class="QWebView" name="webView"/>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>948</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuReportbug_NG">
<property name="title">
<string>&File</string>
</property>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuBugreport">
<property name="title">
<string>&Bugs</string>
</property>
<addaction name="actionNewBugreport"/>
<addaction name="actionAdditionalInfo"/>
<addaction name="actionCloseBugreport"/>
<addaction name="separator"/>
<addaction name="actionNewWnpp"/>
</widget>
<widget class="QMenu" name="menuEdit">
<property name="title">
<string>&Edit</string>
</property>
<addaction name="actionSettings"/>
</widget>
<widget class="QMenu" name="menu_Help">
<property name="title">
<string>&Help</string>
</property>
<addaction name="actionAbout"/>
<addaction name="actionAboutQt"/>
</widget>
<addaction name="menuReportbug_NG"/>
<addaction name="menuEdit"/>
<addaction name="menuBugreport"/>
<addaction name="menu_Help"/>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="windowTitle">
<string>toolBar</string>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextBesideIcon</enum>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="actionNewBugreport"/>
<addaction name="actionAdditionalInfo"/>
<addaction name="actionCloseBugreport"/>
<addaction name="actionNewWnpp"/>
</widget>
<action name="actionNewBugreport">
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/face-devilish.png</normaloff>:/face-devilish.png</iconset>
</property>
<property name="text">
<string>&New Bugreport...</string>
</property>
<property name="statusTip">
<string>Create a new Bugreport for the current package.</string>
</property>
<property name="shortcut">
<string>Ctrl+N</string>
</property>
</action>
<action name="actionAdditionalInfo">
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/face-glasses.png</normaloff>:/face-glasses.png</iconset>
</property>
<property name="text">
<string>&Additional Information...</string>
</property>
<property name="statusTip">
<string>Provide additional information for this Bugreport.</string>
</property>
<property name="shortcut">
<string>Ctrl+A</string>
</property>
</action>
<action name="actionCloseBugreport">
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/face-angel.png</normaloff>:/face-angel.png</iconset>
</property>
<property name="text">
<string>&Close Bugreport...</string>
</property>
<property name="statusTip">
<string>Close the current Bugreport.</string>
</property>
<property name="shortcut">
<string>Ctrl+L</string>
</property>
</action>
<action name="actionNewWnpp">
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/face-smile-gearhead-female.png</normaloff>:/face-smile-gearhead-female.png</iconset>
</property>
<property name="text">
<string>New &WNPP Bugreport...</string>
</property>
<property name="statusTip">
<string>Create a new WNPP Bugreport.</string>
</property>
<property name="shortcut">
<string>Ctrl+W</string>
</property>
</action>
<action name="actionClearLineEdit">
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/edit-clear-locationbar-rtl.png</normaloff>:/edit-clear-locationbar-rtl.png</iconset>
</property>
<property name="text">
<string>Clear</string>
</property>
<property name="statusTip">
<string>Clear.</string>
</property>
</action>
<action name="actionQuit">
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/window-close.png</normaloff>:/window-close.png</iconset>
</property>
<property name="text">
<string>&Quit</string>
</property>
<property name="statusTip">
<string>Quit Reportbug-NG.</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="actionSettings">
<property name="text">
<string>&Settings</string>
</property>
<property name="statusTip">
<string>Change Reportbug-NG's settings.</string>
</property>
</action>
<action name="actionAbout">
<property name="text">
<string>About Reportbug NG</string>
</property>
</action>
<action name="actionAboutQt">
<property name="text">
<string>About Qt</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>QWebView</class>
<extends>QWidget</extends>
<header>QtWebKit/QWebView</header>
</customwidget>
<customwidget>
<class>PackageLineEdit</class>
<extends>QLineEdit</extends>
<header>packagelineedit.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>lineEdit</tabstop>
<tabstop>tableView</tabstop>
<tabstop>webView</tabstop>
</tabstops>
<resources>
<include location="icons.qrc"/>
</resources>
<connections>
<connection>
<sender>actionQuit</sender>
<signal>activated()</signal>
<receiver>MainWindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>473</x>
<y>340</y>
</hint>
</hints>
</connection>
</connections>
</ui>
--- End Message ---
--- Begin Message ---
please upgrade your python-kde4 package.
/Sune
--
I cannot remove the serial pointer from the preferences menu inside AutoCAD,
how does it work?
You must rename the SMTP site over the secret password and then from DOS and
from Word or from the control file menu within AutoCAD 2.4.9 you have to send
a IRC GPU to the level-9 FPU but therefore you never need to click with a
directory of a window for forwarding to a bus on a server.
--- End Message ---