#122·videos

[question] Running fourier_montage_scenes.py or other scripts

Author: xliivCreated Oct 20, 2025Updated Oct 20, 2025

Hi I'd like to run fourier_montage_scenes.py on my computer, but i'm getting

Traceback (most recent call last):
  File "/home/user/videos/_2019/diffyq/fourier_montage_scenes.py", line 1, in <module>
    from _2019.diffyq.part4.long_fourier_scenes import *
ModuleNotFoundError: No module named '_2019'

The repo. lacks of __init__.py files to make the directory python module. The repo. also lacks of setup.py or pyproject.toml to make it a python package.

Given all that, how do you run fourier_montage_scenes.py (in this one i'm the most interested to run locally :) ) or any other script.

Thank you