Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

status -v fails on Py3k #161

Open
tseaver opened this issue Mar 17, 2015 · 0 comments
Open

status -v fails on Py3k #161

tseaver opened this issue Mar 17, 2015 · 0 comments

Comments

@tseaver
Copy link
Contributor

tseaver commented Mar 17, 2015

$ bin/python -V
Python 3.4.2
$ bin/develop status -v
~   - zope.annotation
Traceback (most recent call last):
  File "bin/develop", line 13, in <module>
    sys.exit(mr.developer.develop.develop())
  File "/home/tseaver/projects/Zope/Z3/zopetoolkit/eggs/mr.developer-1.31-py3.4.egg/mr/developer/develop.py", line 859, in __call__
    args.func(args)
  File "/home/tseaver/projects/Zope/Z3/zopetoolkit/eggs/mr.developer-1.31-py3.4.egg/mr/developer/develop.py", line 749, in __call__
    for line in output.split('\n'):
TypeError: Type str doesn't support the buffer API
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant