Update PyWin32 URL

git-svn-id: http://svn.pyinstaller.org/trunk@673 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
giovannibajo
2009-06-11 15:22:41 +00:00
parent ea4cf8c67b
commit be6d49360b
+1 -1
View File
@@ -392,7 +392,7 @@ def getWindowsPath():
except ImportError:
print "W: Cannot determine your Windows or System directories"
print "W: Please add them to your PATH if .dlls are not found"
print "W: or install starship.python.net/skippy/win32/Downloads.html"
print "W: or install http://sourceforge.net/projects/pywin32/"
else:
sysdir = win32api.GetSystemDirectory()
sysdir2 = os.path.normpath(os.path.join(sysdir, '..', 'SYSTEM'))