classification
Title: qtsupport.py mistake leads to bad _Qt module
Type:
Components: Macintosh Versions: Python 2.5
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: christian.heimes, georg.brandl, jackjansen, senn
Priority: normal Keywords: patch

Created on 2006-10-04 13:05 by senn, last changed 2008-01-21 17:31 by georg.brandl.

Files
File name Uploaded Description Edit Remove
qtsupport.patch senn, 2006-10-04 13:05 qtsupport.py patch
Messages
msg51198 (view) Author: Jeff Senn (senn) Date: 2006-10-04 13:05
All current instances of CmpObj in qtsupport.py except
the first need to be CmpInstObj instead.  All of those
types are actually ComponentInstance not Component.
msg59791 (view) Author: Christian Heimes (christian.heimes) Date: 2008-01-12 05:04
Qt is a 3rd party extension.
msg59806 (view) Author: Georg Brandl (georg.brandl) Date: 2008-01-12 10:19
But qtsupport.py is in the Python distribution.
msg59823 (view) Author: Christian Heimes (christian.heimes) Date: 2008-01-12 16:47
Oh, it's a Mac module :)
I'm sorry
msg61425 (view) Author: Georg Brandl (georg.brandl) Date: 2008-01-21 17:31
This is a dupe of #1254695.
History
Date User Action Args
2008-01-21 17:31:11georg.brandlsetstatus: open -> closed
resolution: duplicate
messages: + msg61425
2008-01-12 16:47:11christian.heimessetmessages: + msg59823
2008-01-12 10:19:14georg.brandlsetstatus: closed -> open
nosy: + georg.brandl
resolution: invalid -> (no value)
messages: + msg59806
2008-01-12 05:04:01christian.heimessetstatus: open -> closed
nosy: + christian.heimes
resolution: invalid
messages: + msg59791
2006-10-04 13:05:36senncreate