summaryrefslogtreecommitdiff
path: root/Master/texmf/asymptote/GUI/xasyMainWin.py
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf/asymptote/GUI/xasyMainWin.py')
-rwxr-xr-xMaster/texmf/asymptote/GUI/xasyMainWin.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf/asymptote/GUI/xasyMainWin.py b/Master/texmf/asymptote/GUI/xasyMainWin.py
index 95dd4fb7cbc..2876d014a56 100755
--- a/Master/texmf/asymptote/GUI/xasyMainWin.py
+++ b/Master/texmf/asymptote/GUI/xasyMainWin.py
@@ -57,9 +57,9 @@ class xasyMainWin:
self.createWidgets()
self.resetGUI()
if sys.platform[:3] == "win":
- site="http://effbot.org/downloads/PIL-1.1.7b1.win32-py2.6.exe"
+ site="http://effbot.org/downloads/PIL-1.1.7.win32-py2.6.exe"
else:
- site="http://effbot.org/downloads/Imaging-1.1.7b1.tar.gz"
+ site="http://effbot.org/downloads/Imaging-1.1.7.tar.gz"
if not PILAvailable:
tkMessageBox.showerror("Failed Dependencies","An error occurred loading the required PIL library. Please install "+site)
self.parent.destroy()