Skip to content

Python spawn integration#85

Merged
orting merged 2 commits into
mainfrom
python-spawn-integration
Mar 25, 2026
Merged

Python spawn integration#85
orting merged 2 commits into
mainfrom
python-spawn-integration

Conversation

@orting

@orting orting commented Mar 25, 2026

Copy link
Copy Markdown

Spawn does not work well with python because it creates a new directory and runs there. That means any python files in the same location as the dai file are no longer on the path.

The spawn program adds the parent directory as an input_directory when calling Daisy. By adding any input_directory to the pythonpath we ensure that the python files are still on the pythonpath.

@orting orting merged commit ec663c3 into main Mar 25, 2026
1 of 3 checks passed
@orting orting deleted the python-spawn-integration branch March 25, 2026 10:39
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

Successfully merging this pull request may close these issues.

1 participant