Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PackageManager: deselect show hidden: indexerror #39565

Closed
oefe mannequin opened this issue Nov 18, 2003 · 2 comments
Closed

PackageManager: deselect show hidden: indexerror #39565

oefe mannequin opened this issue Nov 18, 2003 · 2 comments
Assignees
Labels

Comments

@oefe
Copy link
Mannequin

oefe mannequin commented Nov 18, 2003

BPO 844676
Nosy @jackjansen

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = 'https://github.com/jackjansen'
closed_at = <Date 2003-11-27.23:21:04.000>
created_at = <Date 2003-11-18.20:36:39.000>
labels = ['OS-mac']
title = 'PackageManager: deselect show hidden: indexerror'
updated_at = <Date 2003-11-27.23:21:04.000>
user = 'https://bugs.python.org/oefe'

bugs.python.org fields:

activity = <Date 2003-11-27.23:21:04.000>
actor = 'jackjansen'
assignee = 'jackjansen'
closed = True
closed_date = None
closer = None
components = ['macOS']
creation = <Date 2003-11-18.20:36:39.000>
creator = 'oefe'
dependencies = []
files = []
hgrepos = []
issue_num = 844676
keywords = []
message_count = 2.0
messages = ['19037', '19038']
nosy_count = 2.0
nosy_names = ['jackjansen', 'oefe']
pr_nums = []
priority = 'normal'
resolution = 'fixed'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue844676'
versions = ['Python 2.3']

@oefe
Copy link
Mannequin Author

oefe mannequin commented Nov 18, 2003

Select "Show hidden".
Select the last package in the list
Deselect "Show hidden":

IndexError: list index out of range
Traceback:

File "Wapplication.py", line 45, in mainloop
self.do1event(mask, wait)
File "FrameWork.py", line 194, in do1event
self.dispatch(event)
File "FrameWork.py", line 227, in dispatch
handler(event)
File "FrameWork.py", line 289, in do_mouseDown
handler(partcode, wid, event)
File "FrameWork.py", line 836, in do_inContent
self.do_contentclick(local, modifiers, event)
File "Wwindows.py", line 336, in do_contentclick
widget.click(point, modifiers)
File "Wcontrols.py", line 241, in click
Wbase.CallbackCall(self._callback, 0, self.get())
File "Wbase.py", line 684, in CallbackCall
return callback()
File "PackageManager.py", line 386, in updatestatus
installed, message = self.getstatus(sel)
File "PackageManager.py", line 316, in getstatus
pkg = self.packages[number]

Mac OS X 10.3.1, MacPython 2.3

@oefe oefe mannequin closed this as completed Nov 18, 2003
@oefe oefe mannequin assigned jackjansen Nov 18, 2003
@oefe oefe mannequin added the OS-mac label Nov 18, 2003
@jackjansen
Copy link
Member

Logged In: YES
user_id=45365

Fixed in PackageManager.py rev 1.14.4.3 (for 2.3.X) and rev 1.17
(for 2.4).

@ezio-melotti ezio-melotti transferred this issue from another repository Apr 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant