This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: qtsupport.py mistake leads to bad _Qt module
Type: Stage:
Components: macOS 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 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
qtsupport.patch senn, 2006-10-04 13:05 qtsupport.py patch
Messages (5)
msg51198 - (view) Author: Jeff Senn (senn) (Python committer) 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) * (Python committer) Date: 2008-01-12 05:04
Qt is a 3rd party extension.
msg59806 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-01-12 10:19
But qtsupport.py is in the Python distribution.
msg59823 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2008-01-12 16:47
Oh, it's a Mac module :)
I'm sorry
msg61425 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-01-21 17:31
This is a dupe of #1254695.
History
Date User Action Args
2022-04-11 14:56:20adminsetgithub: 44081
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: not a bug -> (no value)
messages: + msg59806
2008-01-12 05:04:01christian.heimessetstatus: open -> closed
nosy: + christian.heimes
resolution: not a bug
messages: + msg59791
2006-10-04 13:05:36senncreate