ickc/pancritic

Cannot create PDFs

halloleo opened this issue · 1 comments

I have installed pancritic and pypandoc (and later panflute as well) into a virtual environment. pandoc itself is installed and on the path.

When I issue

pancritic -t latex -o scr.pdf scr.md

I get the message

Cannot use pypandoc.
Use panflute instead.
Cannot use panflute.
Stop converting and output original format instead

and no output.

What's going wrong?

ickc commented

Sorry I completely missed this.

Can you try

which -a pandoc
which -a python
python -c 'import panflute'
python -c 'import pypandoc'

And paste the results here?

It seems like a PATH and/or PYTHONPATH issue.