On 17 April 2015 at 18:19, <[email protected]> wrote: >> I'm not a programmer, but have followed all the instructions installing >> python (3.4.3) and I have downloaded the unzipped the asciidoc files. >> > I'm not entirely sure AsciiDoc works with Python 3, see: > * http://groups.google.com/forum/#!topic/asciidoc/EyBSbjPYay4 > I occasionally use AsciiDoc on Windows with Python 2.7 (the latter > through a standard Cygwin install) and have no problems.
Ahh, good catch, I missed that, no asciidoc does not run with Python3 Cheers Lex > >> I've tried to use cmd to go to the python34 directory and run the >> asciidoc.py file with its full path but get errors. >> > Please post the error messages here or (if they're long) on pastebin. > >> Am I supposed to see some type of interface when I run asciidoc.py? >> > No, it's command-line driven. > >> Where do I 'write' my asciidoc files ( I did install sublime ). >> > Wherever you want. Assuming: > * Python is in your path (i.e., you can run it from any location) > * You have AsciiDoc installed/unzipped in C:\bin\asciidoc-8.6.9 > You can just do: > * C:\Users\nicole>cd C:\bin\asciidoc-8.6.9 > * C:\bin\asciidoc-8.6.9>python asciidoc.py C:\FULL\PATH\TO\YOUR\FILE.TXT > > --Martin > > -- > 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/d/optout. -- 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/d/optout.
