On 1/26/2009 10:23 AM, Terry wrote: > I have just installed version 1.3 on our Windows 2000 machine, but > when I try to run Configure.py I get the following traceback- > > C:\Program Files\PyInstaller\pyinstaller-1.3>python Configure.py > I: computing EXE_dependencies > I: Finding TCL/TK... > Traceback (most recent call last): > File "Configure.py", line 77, in ? > a = mf.ImportTracker() > File "C:\Program Files\PyInstaller\pyinstaller-1.3\mf.py", line 264, > in __init__ > self.metapath = [ > File "C:\Program Files\PyInstaller\pyinstaller-1.3\mf.py", line 167, > in __init__ > val = win32api.RegQueryValueEx(hskey, '') > pywintypes.error: (2, 'RegQueryValueEx', 'The system cannot find the > file specified.') > > Any ideas on what is causing this?
Not specifically. Try installing/upgrading pywin32. -- 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 -~----------~----~----~----~------~----~------~--~---
