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

UnicodeDecodeError #157

Open
zulcomp opened this issue Jan 8, 2016 · 0 comments
Open

UnicodeDecodeError #157

zulcomp opened this issue Jan 8, 2016 · 0 comments

Comments

@zulcomp
Copy link

zulcomp commented Jan 8, 2016

--Development - Windows 10 / Python 3.4.3 / git version 2.5.0.windows.1
-- after cloning from github

$ python bin/lime.py init
Traceback (most recent call last):
File "F:\Projects\limejs\closure\closure/bin/build/depswriter.py", line 202, in
main()
File "F:\Projects\limejs\closure\closure/bin/build/depswriter.py", line 178, in main
path_to_source.update(_GetRelativePathToSourceDict(root, prefix=prefix))
File "F:\Projects\limejs\closure\closure/bin/build/depswriter.py", line 145, in _GetRelativePathToSourceDict
path_to_source[prefixed_path] = source.Source(source.GetFileContents(path))
File "F:\Projects\limejs\closure\closure\bin\build\source.py", line 125, in GetFileContents
return fileobj.read()
File "F:\Python34\lib\encodings\cp1252.py", line 23, in decode
return codecs.charmap_decode(input,self.errors,decoding_table)[0]
UnicodeDecodeError: 'charmap' codec can't decode byte 0x90 in position 1180: character maps to
Updating Closure deps file
python F:\Projects\limejs\closure\closure/bin/build/depswriter.py --root_with_prefix="F:\Projects\limejs\closure/ ../../" --root_with_prefix="F:\Projects\limejs\lime/ ../../../lime/" --root_with_prefix="F:\Projects\limejs\box2d/src/ ../../../box2d/src/" --output_file="F:\Projects\limejs\closure\closure/goog/deps.js"

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

1 participant