|
Bugzilla – Full Text Bug Listing |
| Summary: | Please split PyQt from kdebingdings-python | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | Kurt Garloff <garloff> |
| Component: | X11 Applications | Assignee: | Stephan Kulow <coolo> |
| Status: | VERIFIED FIXED | QA Contact: | Stefan Dirsch <sndirsch> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jsmeix |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Third Party Developer/Partner | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Kurt Garloff
2005-11-23 00:01:47 UTC
done In kdebindings3-python.spec there is now
---------------------------------------------------------------------
%files -n python-qt
%defattr(-,root,root)
%dir /opt/kde3/share/sip
/opt/kde3/share/sip/qt*
/usr/%_lib/python%{py_ver}/site-packages/pyqtconfig.py
/usr/%_lib/python%{py_ver}/site-packages/qt*
---------------------------------------------------------------------
But as fas as I know at least
/usr/%_lib/python%{py_ver}/site-packages/sip.so
/usr/%_lib/python%{py_ver}/site-packages/sipconfig.py
are also needed.
do you have a way to test it? awaiting /work/built/mbuild/portia-coolo-6/ :) I test whether /usr/bin/hp-toolbox still works.
When I call it from a terminal window without sip.so I get:
---------------------------------------------------------------
jsmeix@nelson:~> hp-toolbox
Traceback (most recent call last):
File "/usr/bin/hp-toolbox", line 41, in ?
import base.async_qt as async
File "/usr/share/hplip/base/async_qt.py", line 85, in ?
from qt import *
ImportError: No module named sip
---------------------------------------------------------------
/usr/bin/hp-toolbox does not need sipconfig.py to run
but I think when pyqtconfig.py is included it makes sense
to have sipconfig.py also included.
Kurt Garloff wrote in a mail to me:
------------------------------------------------------------------
My own PyQt apps work with only sip.so, pyqtconfig.py and qt*.so.
------------------------------------------------------------------
but I don't know what Kurt's own PyQt apps are.
I also vote for including sipconfig.py and sip*.so. The latter is needed for my PyQt app as well. did you test the new version at all? Man, it's d*mn difficult to get an X export working from a chroot. Next time, I'll create a virtual machine ... I tested: The python-qt package does now contain everything that's needed AFAICS. Thanks! |