20041023 test build uploaded

Hi,

A new test build of wxPython has been uploaded to starship.

   Version: 2.5.3.0p.20041023
   URL: http://starship.python.net/crew/robind/wxPython/daily/20041023
   Changes: http://starship.python.net/crew/robind/wxPython/daily/20041023/CHANGES.html

Have fun!
R'bot

Hi Robin,

Thanks! The good news is that the combined package works like a charm. The bad news is, on my system the uninstaller bombed out. ;-/ Here's the traceback in case you can make more sense out of it:

Traceback (most recent call last):
   File "/Volumes/wxPython2.5-osx-ansi-2.5.3.0p.20041023-panther-py2.3/uninstall_wxPython.py", line 221, in ?
     main()
   File "/Volumes/wxPython2.5-osx-ansi-2.5.3.0p.20041023-panther-py2.3/uninstall_wxPython.py", line 179, in main
     installed = findInstalled()
   File "/Volumes/wxPython2.5-osx-ansi-2.5.3.0p.20041023-panther-py2.3/uninstall_wxPython.py", line 158, in findInstalled
     ir = InstalledReceipt(name)
   File "/Volumes/wxPython2.5-osx-ansi-2.5.3.0p.20041023-panther-py2.3/uninstall_wxPython.py", line 51, in __init__
     self.findMetaData()
   File "/Volumes/wxPython2.5-osx-ansi-2.5.3.0p.20041023-panther-py2.3/uninstall_wxPython.py", line 56, in findMetaData
     infoFile = glob.glob(os.path.join(self.rsrcPath, "*.info"))[0]
IndexError: list index out of range

Once I've got a few other things out of the way, and if this doesn't ring any bells for you, I'll take a look and see if I can't track this down.

Thanks,

Kevin

···

On Oct 23, 2004, at 10:07 PM, R'bot wrote:

Hi,

A new test build of wxPython has been uploaded to starship.

   Version: 2.5.3.0p.20041023
   URL: http://starship.python.net/crew/robind/wxPython/daily/20041023
   Changes: http://starship.python.net/crew/robind/wxPython/daily/20041023/CHANGES.html

Have fun!
R'bot

---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-dev-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-dev-help@lists.wxwidgets.org

Kevin Ollivier wrote:

  File "/Volumes/wxPython2.5-osx-ansi-2.5.3.0p.20041023-panther-py2.3/ uninstall_wxPython.py", line 56, in findMetaData
    infoFile = glob.glob(os.path.join(self.rsrcPath, "*.info"))[0]
IndexError: list index out of range

There are probably a few other places like this that need better error checking...

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!