Advertisement
Guest User

MFP waf str buffer error

a guest
Sep 23rd, 2014
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "setup.py", line 15, in <module>
  3. version = '0.05_' + git_version(),
  4. File "setup.py", line 11, in git_version
  5. vers = shcall("git show --oneline").split('\n')[0].split(' ')[0]
  6. TypeError: Type str doesn't support the buffer API
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement