Replies: 2 comments 3 replies
-
You are looking at Quarto CLI codebase. It's not a Python module, so you can't import the content. Look at the Python module/wrapper around Quarto CLI: Quarto Python module GitHub repository. Side note: avoid using "here" as link text which convey no meaning of what the link is about. See Writing meaningful link text (WCAG). |
Beta Was this translation helpful? Give feedback.
-
So my aim is to run quarto from within a bundled (PyInstaller) distribution. I can manage to execute the package binary, but when it comes to execution of If I see this correctly programs that rely on |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I would like to use quarto-cli programatically, however I am not able to import the run command.
I am looking at the Python package which is used to set the entry point in
setup.py
. see quarto-cli/blob/v1.6.42/quarto_cli/init.pyBeta Was this translation helpful? Give feedback.
All reactions