pyheat icon indicating copy to clipboard operation
pyheat copied to clipboard

LOADING Module issue - Module not found

Open prabhatM opened this issue 3 years ago • 2 comments

Hi,

I have a customized module xyz.pyd, on windows 10, which my program loads/executes perfectly as it's in the same directory. But pyheat fails to load it. Does it load the modules only from the site-packages?

Regards

Prabhat

prabhatM avatar Nov 04 '21 02:11 prabhatM

Awesome library, but I have the same issue while using MacOS

abcnishant007 avatar Jun 28 '22 07:06 abcnishant007

Same issue here. It seems it's the underlying pprofile module that is unable to resolve imports from the same directory, even though it works flawlessly when running the python file I'm trying to profile normally.

AdrianSkib avatar Aug 01 '22 10:08 AdrianSkib