summaryrefslogtreecommitdiffstats
path: root/pyLoadCore.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-21 13:18:58 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-08-21 13:18:58 +0200
commita11b4d01a8d3d77fae89914fb0950d5fbb3b86b1 (patch)
treead3693a956762d3481c9da49a14b3c6b4446dde3 /pyLoadCore.py
parentfixes (diff)
downloadpyload-a11b4d01a8d3d77fae89914fb0950d5fbb3b86b1.tar.xz
adaptions for win build
Diffstat (limited to 'pyLoadCore.py')
-rwxr-xr-xpyLoadCore.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pyLoadCore.py b/pyLoadCore.py
index 6183e5636..b2c1fe623 100755
--- a/pyLoadCore.py
+++ b/pyLoadCore.py
@@ -190,7 +190,7 @@ class Core(object):
self.check_install("Image", _("Python Image Libary (PIL) for captcha reading"))
self.check_install("pycurl", _("pycurl to download any files"), True, True)
self.check_install("django", _("Django for webinterface"))
- self.check_install("tesseract", _("tesseract for captcha reading"), False)
+ #self.check_install("tesseract", _("tesseract for captcha reading"), False)
self.check_file(self.config['general']['download_folder'], _("folder for downloads"), True)