On 1/27/2009 8:40 AM, Terry wrote: >> ... Try installing/upgrading pywin32. > > I have upgraded to the latest release of pywin32 and it still fails > with the same traceback. > I am running Python version 2.4.4 (the last of the 2.4 binary > installs).
MSDN says that RegQueryValueEx is available on any Windows 2000 machine. Can you please check (through a tool like Dependency Walker) that advapi32.dll really exports that symbol? BTW, it looks weird that we need a Windows 2000 command to access the registry. That code should probably be rewritten to use the builtin _winreg Python module. Contributions welcome :) -- Giovanni Bajo Develer S.r.l. http://www.develer.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "PyInstaller" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/PyInstaller?hl=en -~----------~----~----~----~------~----~------~--~---
