Advertisement
ijontichy

<stdin>

May 10th, 2013
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. [ 0%] building samsara.c...Traceback (most recent call last):
  2. File "./packagepk3.py", line 421, in <module>
  3. main(*sys.argv)
  4. File "./packagepk3.py", line 416, in main
  5. choices[action](aArgs)
  6. File "./packagepk3.py", line 294, in makePK3
  7. objFile = compileACS(file)
  8. File "./packagepk3.py", line 179, in compileACS
  9. accOut, accErr = (i.decode().split("\n") for i in accProc.communicate())
  10. File "./packagepk3.py", line 179, in <genexpr>
  11. accOut, accErr = (i.decode().split("\n") for i in accProc.communicate())
  12. UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 630-631: invalid continuation byte
  13.  
  14. shell returned 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement