FileNotFoundError

Here you can find everything you need to know about Dll-Files. You can also share your knowledge regarding the topic.

Moderators: DllAdmin, DLLADMIN ONLY

Post Reply
pavan0911
Posts: 1
Joined: 03 Apr 2024, 09:19

FileNotFoundError

Post by pavan0911 »

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?

Post Reply