[win] no encoding in Globals.py
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Scribes |
Fix Released
|
Undecided
|
Mystilleef |
Bug Description
This is the first of a series of bug of running Scribes on Windows.
Error:
PS E:\marco\
Traceback (most recent call last):
File "scribes.py", line 11, in <module>
main(argv[1:])
File "E:\marco\
__open(argv)
File "E:\marco\
__open_
File "E:\marco\
dbus_service = __get_dbus_
File "E:\marco\
from Globals import dbus_iface, session_bus
File "E:\marco\
SyntaxError: Non-ASCII character '\xc2' in file E:\marco\
ared; see http://
Solution: add
# -*- coding: utf-8 -*-
at the beginning of the file
Fixed in build 507