Hey, can you please help me with this error ?
File "c:\Users\pavan\OneDrive\Desktop\Sturm-Liouville-Problem-GUI-main\main.py", line 4, in
from Class_Sturm import SlP
File "c:\Users\pavan\OneDrive\Desktop\Sturm-Liouville-Problem-GUI-main\Class_Sturm.py", line 14, in
import solver
File "c:\Users\pavan\OneDrive\Desktop\Sturm-Liouville-Problem-GUI-main\solver.py", line 5, in
lib = ctypes.cdll.LoadLibrary(lib_path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\ctypes_init_.py", line 460, in LoadLibrary
return self.dlltype(name)
^^^^^^^^^^^^^^^^^^^
File "C:\Python312\Lib\ctypes_init.py", line 379, in init
self._handle = _dlopen(self._name, mode)
^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: Could not find module 'C:\Users\pavan\OneDrive\Desktop\Sturm-Liouville-Problem-GUI-main\librungekutta.dll' (or one of its dependencies). Try using the full path with constructor syntax.
This is for the project 'https://github.com/ShayanBajelan/Sturm- ... /tree/main' , can you please help me?
FileNotFoundError
Moderators: DllAdmin, DLLADMIN ONLY