Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't make pdf on Macos #369

Open
funfungo opened this issue Feb 25, 2022 · 1 comment
Open

can't make pdf on Macos #369

funfungo opened this issue Feb 25, 2022 · 1 comment

Comments

@funfungo
Copy link

funfungo commented Feb 25, 2022

The error msg were: No such file or directory
pls help me finger out what is the problem, thx

        --output=./book.pdf
        -N
        --toc
        --standalone
        --preserve-tabs
        -V documentclass=scrbook
        -V papersize=a4
        -V links-as-note
        --pdf-engine=xelatex
Traceback (most recent call last):
  File "src/parseBook.py", line 114, in <module>
    returnCode = subprocess.call(pandocCommand)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 172, in call
    return Popen(*popenargs, **kwargs).wait()
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 394, in __init__
    errread, errwrite)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/subprocess.py", line 1047, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory
make: *** [pdf] Error 1
@Lagermeister
Copy link

Lagermeister commented Feb 25, 2022 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants