2014年12月5日 星期五

[python]remove null byte "TypeError: must be string without null bytes, not str"



problems

Traceback (most recent call last):
  File "change_wallpaper.py", line 39, in <module>
    os.popen(cmd_first+' ; '+cmd)
TypeError: must be string without null bytes, not str

sol

use rstrip remove the trailling NULLs

str.rstrip('\n')



沒有留言:

張貼留言