On 14 February 2012 16:42, jpablobr <[email protected]> wrote: > 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
Hi, I guess your default python is python3. (Arch is always early adopters) This will likely come up more often over time so its probably good to have picked it up early thanks. Cheers Lex -- You received this message because you are subscribed to the Google Groups "asciidoc" group. 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.
