Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with installation of module #54

Open
fixx1983 opened this issue Sep 5, 2018 · 1 comment
Open

Issue with installation of module #54

fixx1983 opened this issue Sep 5, 2018 · 1 comment

Comments

@fixx1983
Copy link

fixx1983 commented Sep 5, 2018

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'

@insanedude63
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants