Crunchyroll-XML-Decoder icon indicating copy to clipboard operation
Crunchyroll-XML-Decoder copied to clipboard

Issue with installation of module

Open fixx1983 opened this issue 6 years ago • 1 comments

Everything sims ok until this error appears:

Traceback (most recent call last): File "C:\Users\Public\Crunchyroll-XML-Decoder_link\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'

fixx1983 avatar Sep 05 '18 09:09 fixx1983

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

insanedude63 avatar Sep 28 '18 09:09 insanedude63