The Red Baron
Banned
I apparently have this problem...
Traceback (most recent call last):
File "process_global_variables.py", line 11, in <module>
from process_operations import *
File "C:\Users\Jason\Desktop\ModuleSystem\process_operations.py", line 18, in
<module>
from module_parties import *
File "C:\Users\Jason\Desktop\ModuleSystem\module_parties.py", line 75
SyntaxError: Non-ASCII character '\xed' in file C:\Users\Jason\Desktop\ModuleSys
tem\module_parties.py on line 75, but no encoding declared; see http://www.pytho
n.org/peps/pep-0263.html for details
with this line of code...(in module_parties.py
("town_2","Orthíad", icon_town|pf_town, no_menu, pt_none, fac_neutral,0,ai_bhvr_hold,0,(-48.9, 92.6),[], 120),
but I can't see anything wrong with that line.
Can anyone help me?
Traceback (most recent call last):
File "process_global_variables.py", line 11, in <module>
from process_operations import *
File "C:\Users\Jason\Desktop\ModuleSystem\process_operations.py", line 18, in
<module>
from module_parties import *
File "C:\Users\Jason\Desktop\ModuleSystem\module_parties.py", line 75
SyntaxError: Non-ASCII character '\xed' in file C:\Users\Jason\Desktop\ModuleSys
tem\module_parties.py on line 75, but no encoding declared; see http://www.pytho
n.org/peps/pep-0263.html for details
with this line of code...(in module_parties.py
("town_2","Orthíad", icon_town|pf_town, no_menu, pt_none, fac_neutral,0,ai_bhvr_hold,0,(-48.9, 92.6),[], 120),
but I can't see anything wrong with that line.
Can anyone help me?