Assembling output\긩긹깑긘긚긡?\덨궢멗묖럥\걾룊딖돸.lsb...
Traceback (most recent call last):
File "lmcompiler.py", line 135, in <module>
main()
File "lmcompiler.py", line 27, in main
assemble(args.input_folder, args.output_folder)
File "lmcompiler.py", line 86, in assemble
second_pass(filename)
File "lmcompiler.py", line 125, in second_pass
print("Could not find label '%s' in script '%s'" % (label['target'], label['script']))
UnicodeEncodeError: 'cp949' codec can't encode character u'\u30fc' in position 50: illegal multibyte sequence
위 같은 오류가 발생해서 찾아보니
.encode('ascii').decode('utf-8')
이렇게하면 된다고하길래 해봤는데
역시 안되네요...
해답알고계신분 있나요
파이썬 유니코드가 원래 ㅂㅅ임..