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

unzipping error when im bin\lime.py init #158

Open
rwsodinz opened this issue Sep 30, 2016 · 2 comments
Open

unzipping error when im bin\lime.py init #158

rwsodinz opened this issue Sep 30, 2016 · 2 comments

Comments

@rwsodinz
Copy link

Downloading Closure Compiler:
515%
Unzipping...
Traceback (most recent call last):
File "C:\limejs\bin\lime.py", line 436, in
main()
File "C:\limejs\bin\lime.py", line 417, in main
checkDependencies()
File "C:\limejs\bin\lime.py", line 122, in checkDependencies
zippedFile = zipfile.ZipFile(zip_path)
File "C:\Python27\lib\zipfile.py", line 770, in init
self._RealGetContents()
File "C:\Python27\lib\zipfile.py", line 811, in _RealGetContents
raise BadZipfile, "File is not a zip file"
zipfile.BadZipfile: File is not a zip file

@rsalvo78
Copy link

rsalvo78 commented Oct 9, 2016

Hi rwsodinz, just submitted a pull request to fix this: #160.
I made a change to a few lines in the "lime.py" file to download the correct Closure Compiler.

@Corbineau
Copy link

I'm having this same issue now.

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

3 participants