Ok, it says the following:
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
S:\>calibre-debug -c "import winreg;settings = winreg.OpenKey(winreg.HKEY_CURREN
T_USER, 'Software\\Microsoft\\Windows\\CurrentVersion\\Int ernet Settings'); prin
t winreg.QueryValueEx(settings, "ProxyEnable")[0]"
Traceback (most recent call last):
File "debug.py", line 147, in <module>
File "debug.py", line 126, in main
File "<string>", line 1, in <module>
ImportError: No module named winreg
S:\>
|