A reportlab user is using 32 bit python on x64 win 2003. he has a problem installing our bdist_wininst exe because the installer cannot find python.

Apparently the installer is looking at HKLM\Software to locate python, but on x64 32 bit program requests get redirected to HKLM\Software\Wow6432Node (Extended explanation in KB article 896459).

Is this fixable by me making a local patch to my distutils to check for the real platform and modifying the RegOpenKeyEx call? Or is there some distutils magic that I'm missing?

Does anyone know if the bdist_msi might be better?
--
Robin Becker

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to