On 25 January 2014 20:23, Christian Kyony <[email protected]> wrote:
> Dear jpablobr,
>
> I am also using Archlinux. I am not able to use the graphviz filter. In
> which file I need to make the changes you recommend?
>
If its only the graphviz filter, then filters/graphviz2png.py in line 1
should say python2 not python.
Cheers
lex
>
> Thanks,
>
> Christian
>
>
> On Tuesday, February 14, 2012 7:42:02 AM UTC+2, jpablobr 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
>>
> --
> You received this message because you are subscribed to the Google Groups
> "asciidoc" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
>
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/asciidoc.
> For more options, visit https://groups.google.com/groups/opt_out.
>
--
You received this message because you are subscribed to the Google Groups
"asciidoc" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/asciidoc.
For more options, visit https://groups.google.com/groups/opt_out.