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

Tilda Tools does not work on Windows #87

Open
Molive-0 opened this issue Sep 2, 2018 · 2 comments
Open

Tilda Tools does not work on Windows #87

Molive-0 opened this issue Sep 2, 2018 · 2 comments

Comments

@Molive-0
Copy link
Contributor

Molive-0 commented Sep 2, 2018

When trying to run various commands (such as sync) this error appears:

C:\Users\moliv\Documents\Mk4-Apps-master\.development>.\tilda_tools.py sync Traceback (most recent call last): File "C:\Users\moliv\Documents\Mk4-Apps-master\.development\tilda_tools.py", line 153, in <module> main() File "C:\Users\moliv\Documents\Mk4-Apps-master\.development\tilda_tools.py", line 97, in main add_metadata(path, resources) File "C:\Users\moliv\Documents\Mk4-Apps-master\.development\resources.py", line 145, in add_metadata resource.update(_normalize_metadata(read_metadata(stream))) File "C:\Users\moliv\Documents\Mk4-Apps-master\.development\metadata_reader.py", line 25, in read_metadata result["doc"] = _read_docstring(s) File "C:\Users\moliv\Documents\Mk4-Apps-master\.development\metadata_reader.py", line 37, in _read_docstring delimiter = _read_non_whitespace(s, 3) File "C:\Users\moliv\Documents\Mk4-Apps-master\.development\metadata_reader.py", line 131, in _read_non_whitespace result = s.read(1) File "C:\Users\moliv\AppData\Local\Programs\Python\Python37-32\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 0x9d in position 448: character maps to <undefined>

@Jake-E
Copy link
Contributor

Jake-E commented Sep 2, 2018

#58 should have fixed this. Is your repo behind?

@BuildTheRobots
Copy link

as an FYI, The linux version does seem to work well under the Windows Subsystem for Linux on Windows 10.

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