View Single Post
Old 2nd May 2019, 01:50   #11  |  Link
SilSinn9801
Chiptuner & VapourSynther
 
SilSinn9801's Avatar
 
Join Date: Mar 2019
Location: Scarlet Devil Mansion, Gensōkyō
Posts: 52
Quote:
Originally Posted by _Al_ View Post
This is a Python thing, not Vapoursynth. Dll's on the other hand belong to Vapoursynth. When importing a modul it is searched by Python in directories that are stored in sys.path. You can try yourself, run this something.py script:
import sys
print(sys.path)
it could be current directory and bunch of others.
After you install Vapoursynth you have also Vapoursynth directory in site-packages directory, so it might be a good idea to always put those py moduls into that directory.
On linux, like Ubuntu, you search for site-packages, it can be behind your home/username, down the path.
What about .VPY scripts (like YoloCR.vpy, etc.)? Shall they go into the same path as the .PY scripts?
SilSinn9801 is offline   Reply With Quote