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.

Author brian.curtin
Recipients brian.curtin, iggyboo, loewis
Date 2010-01-08.04:25:52
SpamBayes Score 0.00078557344
Marked as misclassified No
Message-id <1262924754.36.0.91493417891.issue2539@psf.upfronthosting.co.za>
In-reply-to
Content
It seems like this may have been the result of registry redirection. Jason didn't say if the 2.5.1 install he went back to was 64-bit or not, but that could have been the difference. Given how old this is, I doubt he remembers :)

wxPython has 32 and 64 bit versions, so if you have a 64-bit Python and try to install the 32-bit wx, the wx installer won't immediately find a registry entry. It will be redirected to HKLM\Software\Wow6432Node\Python, which won't exist.

I think we can close this. Any thoughts, Martin?
History
Date User Action Args
2010-01-08 04:25:54brian.curtinsetrecipients: + brian.curtin, loewis, iggyboo
2010-01-08 04:25:54brian.curtinsetmessageid: <1262924754.36.0.91493417891.issue2539@psf.upfronthosting.co.za>
2010-01-08 04:25:52brian.curtinlinkissue2539 messages
2010-01-08 04:25:52brian.curtincreate