McMillan Installer and wxPython 2.4.2.4

Hi,

wxPython 2.4.2.4 does not work with the McMillan Installer anymore:

fnm, (suffix, mode, typ) = stuff TypeError: unpack non-sequence executing D:\Python23\python.exe -u installer-win32\Build.py

in the McMillan Module mf.py:
        stuff = self.map.get(nm)
        if stuff:
                fnm, (suffix, mode, typ) = stuff

wxPython returns: (2.4.2.4, None) for "stuff"

regards,

Thorsten Henninger

···

--
brainbot technologies AG boppstrasse . 64 . 55118 mainz . germany
fon +49 6131 211639-1 . fax +49 6131 211639-2
http://brainbot.com/ mailto:henni@brainbot.com

This has just been discussed on the Installer list as well. Read this
thread:
http://trixie.triqs.com/pipermail/installer/2003-October/000421.html

···

On Tue, 2003-10-07 at 12:47, Thorsten Henninger wrote:

wxPython 2.4.2.4 does not work with the McMillan Installer anymore:

fnm, (suffix, mode, typ) = stuff TypeError: unpack non-sequence
executing D:\Python23\python.exe -u installer-win32\Build.py

in the McMillan Module mf.py:
        stuff = self.map.get(nm)
        if stuff:
                fnm, (suffix, mode, typ) = stuff

wxPython returns: (2.4.2.4, None) for "stuff"

--
charl p. botha http://cpbotha.net/ http://visualisation.tudelft.nl/

Charl P. Botha wrote:

···

On Tue, 2003-10-07 at 12:47, Thorsten Henninger wrote:

wxPython 2.4.2.4 does not work with the McMillan Installer anymore:

fnm, (suffix, mode, typ) = stuff TypeError: unpack non-sequence executing D:\Python23\python.exe -u installer-win32\Build.py

in the McMillan Module mf.py:
       stuff = self.map.get(nm)
       if stuff:
               fnm, (suffix, mode, typ) = stuff

wxPython returns: (2.4.2.4, None) for "stuff"

This has just been discussed on the Installer list as well. Read this
thread:
http://trixie.triqs.com/pipermail/installer/2003-October/000421.html

Hmm... I didn't know that registry entry had to have a certain structure. I'm really only using it in the intaller to ensure that the users is able to write to that location (IOW, has admin priv.) If not then I write the same value under HKCU to be consistent, and in case I want to use the value in the future...

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