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: PackageManager: deselect show hidden: indexerror
Type: Stage:
Components: macOS Versions: Python 2.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: jackjansen Nosy List: jackjansen, oefe
Priority: normal Keywords:

Created on 2003-11-18 20:36 by oefe, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg19037 - (view) Author: Martina Oefelein (oefe) Date: 2003-11-18 20:36
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
msg19038 - (view) Author: Jack Jansen (jackjansen) * (Python committer) Date: 2003-11-27 23:21
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).
History
Date User Action Args
2022-04-11 14:56:01adminsetgithub: 39565
2003-11-18 20:36:39oefecreate