Thread: Vapoursynth
View Single Post
Old 14th December 2017, 14:28   #2916  |  Link
kriNon
Registered User
 
Join Date: Jul 2016
Posts: 39
I'm trying to use vapoursynth's avs.LoadPlugin(string path) to load some avisynth filters, however whenever I try to load almost any filter I will get the error:

Code:
Failed to evaluate the script:
Python exception: Avisynth Loader: failed to load module

Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", line 1830, in vapoursynth.vpy_evaluateScript (src\cython\vapoursynth.c:36860)
File "", line 4, in 
File "src\cython\vapoursynth.pyx", line 1722, in vapoursynth.Function.__call__ (src\cython\vapoursynth.c:35000)
vapoursynth.Error: Avisynth Loader: failed to load module
Any idea what could be causing this? I'm running Vapoursynth r40 and Avisynth 2.6 x86.

Thanks!
kriNon is offline   Reply With Quote