laserbeak43 Posted August 12, 2016 Posted August 12, 2016 Hi, I'm trying to download and install dictionaries for VNR but nothing seems to work. I was able to catch a glimpse of the EDICT python installation script which said that the file was already downloaded. but it's not installed. Does anyone have an idea of what the problem might be? Quote
Sciurus Posted August 13, 2016 Posted August 13, 2016 Hi, Had the same problem with not being able to install EDICT, found help in this thread: laserbeak43 1 Quote
laserbeak43 Posted August 14, 2016 Author Posted August 14, 2016 On 8/13/2016 at 3:58 AM, Sciurus said: Hi, Had the same problem with not being able to install EDICT, found help in this thread: Thanks for the reply. It closes even quicker now. Am I supposed to switch this: if sknetio.getfile(url, path, flush=False, gzip=True): ok = skfileio.filesize(path) > minsize With this?: if sknetio.getfile(url, path, flush=False, gzip=False): u_var = raw_input("unzip then enter any text and press enter") ok = skfileio.filesize(path) > minsize Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.