Skip to content

UnicodeDecodeError #157

@zulcomp

Description

@zulcomp

--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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions