Has anyone used Pyinstaller to pack Framel into exe and it worked?

I am trying to pack a GUI based interface that fetches gwf files from nds servers and as I’m running it on windows, framel is only option out of all GWF APIs. Problem is when I packaged the software into an exe file, everything works except the Framel library apparently isn’t present.
However, upon checking the dlls packed, libframel.dll is present and I’ve manually added Fr.py too. Still no results.