mirror of
https://github.com/kennethreitz-archive/pyinstaller.git
synced 2026-06-05 23:50:17 +00:00
Update PyWin32 URL
git-svn-id: http://svn.pyinstaller.org/trunk@673 8dd32b29-ccff-0310-8a9a-9233e24343b1
This commit is contained in:
+1
-1
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user