hehe a bit late! but on Arch linux I was able to fix this by replacing the 
eval python calls to use python2.

for exaple:

{sys:python -uc "import base64,sys; base64.encode(sys.stdin,sys.stdout)" < 
"/home/sun/tmp/bar/sample1.png"} 

to:
{sys:python2 -uc "import base64,sys; base64.encode(sys.stdin,sys.stdout)" < 
"/home/sun/tmp/bar/ sample1.png"} 

I think is is Arch linux specific

-- 
You received this message because you are subscribed to the Google Groups 
"asciidoc" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/asciidoc/-/oAMoYvzPimwJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/asciidoc?hl=en.

Reply via email to