Issue 1570672: qtsupport.py mistake leads to bad _Qt module (original ) (raw ) This issue has been migrated to GitHub: https://github.com/python/cpython/issues/44081
classification
process
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)
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
2022-04-11 14:56:20
admin
set
github: 44081
2008-01-21 17:31:11
georg.brandl
set
status: open -> closedresolution: duplicatemessages: +
2008-01-12 16:47:11
christian.heimes
set
messages: +
2008-01-12 10:19:14
georg.brandl
set
status: closed -> opennosy: + georg.brandl resolution: not a bug -> (no value)messages: +
2008-01-12 05:04:01
christian.heimes
set
status: open -> closednosy: + christian.heimes resolution: not a bugmessages: +
2006-10-04 13:05:36
senn
create