jaw20 / Crunchyroll-XML-Decoder

GNU General Public License v2.0
37 stars 14 forks source link

Issue with installation of module #54

Open fixx1983 opened 6 years ago

fixx1983 commented 6 years ago

Everything sims ok until this error appears:

Traceback (most recent call last): File "C:\Users\Public\Crunchyroll-XML-Decoderlink\crunchy-xml-decoder.py", line 9, in import functtest File "crunchy-xml-decoder\functtest.py", line 116, in unzip('.\temp\lxml.exe','.\temp\') File "crunchy-xml-decoder\functtest.py", line 13, in unzip zf = zipfile.ZipFile(filename) File "C:\Python27\lib\zipfile.py", line 756, in init self.fp = open(file, modeDict[mode]) IOError: [Errno 2] No such file or directory: '.\temp\lxml.exe'

insanedude63 commented 6 years ago

This is a Python error and not a crunchyroll-xml-decoder error.

My guess is you downloaded python 3 instead of python 2.7.15