Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Fix pretty_compile command #105

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open

Conversation

j1o1h1n
Copy link

@j1o1h1n j1o1h1n commented Jun 29, 2016

I followed the tutorial from the github wiki page. There was a problem when I got to pretty_compile.

$ serpent pretty_compile mul2.se
Traceback (most recent call last):
  File "/usr/local/var/pyenv/versions/ethereum/bin/serpent", line 9, in <module>
    load_entry_point('ethereum-serpent==2.0.2', 'console_scripts', 'serpent')()
...
    print(binascii.b2a_hex(o).decode('ascii'))
TypeError: a bytes-like object is required, not 'map'

This has a trivial fix, but I couldn't run the test suite.

@beaugunderson
Copy link

i think this can be closed without merging; unable to reproduce against HEAD

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants