Bug#104576: dcoppython shadows python-pyqt

2001-07-13 Thread Bruce Sass
Package: dcoppython Version: 2.1.1-0.2 Severity: critical Tags: sid dcoppython installs a qt.py in /usr/lib/python1.5, which shadows the qt.py in /usr/lib/python1.5/site-packages from python-pyqt, making the PyQt package unusable. dcoppython is wrong because: - addons should be installed to site-

Re: dcoppython vs. python-pyqt

2001-07-13 Thread Bruce Sass
On Fri, 13 Jul 2001, Ricardo Javier Cardenes wrote: > On Fri, Jul 13, 2001 at 02:59:40AM -0600, Bruce Sass wrote: > > Who gets this bug... > > > > $ dpkg -S /usr/lib/python1.5/qt.py > > dcoppython: /usr/lib/python1.5/qt.py > > $ dpkg -S /usr/lib/python1.5/site-pac

dcoppython vs. python-pyqt

2001-07-13 Thread Bruce Sass
Hi, Who gets this bug... $ dpkg -S /usr/lib/python1.5/qt.py dcoppython: /usr/lib/python1.5/qt.py $ dpkg -S /usr/lib/python1.5/site-packages/qt.py python-pyqt: /usr/lib/python1.5/site-packages/qt.py ...which results in... /usr/share/doc/python-pyqt/examples$ ./tut1.py Traceback (innermost last):