From be6d49360ba62f986b3d501aa73bc7e761900b4f Mon Sep 17 00:00:00 2001 From: giovannibajo Date: Thu, 11 Jun 2009 15:22:41 +0000 Subject: [PATCH] Update PyWin32 URL git-svn-id: http://svn.pyinstaller.org/trunk@673 8dd32b29-ccff-0310-8a9a-9233e24343b1 --- bindepend.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindepend.py b/bindepend.py index b5d0a3f..5a417e5 100755 --- a/bindepend.py +++ b/bindepend.py @@ -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'))