Skip to content
Discussion options

You must be logged in to vote

@peterhinch @jimmo I solved this issue by concatenating all of the bytes into one long byte string then unhexlifying it. The issue was that I was copying the text version of the file which was bytes spaced out and having many lines, so I needed to get them into one line and in a byte array (like this: b'M\x06\x00\x1fE#\x16aducm355.py\x00\x0f\x08time\x00\x0emachine)

Replies: 3 comments 6 replies

Comment options

You must be logged in to vote
2 replies
@AngeloFatica
Comment options

@AngeloFatica
Comment options

Comment options

You must be logged in to vote
4 replies
@robert-hh
Comment options

@peterhinch
Comment options

@AngeloFatica
Comment options

@AngeloFatica
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by AngeloFatica
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
4 participants