Jul-29-2019, 03:11 PM
I have made a very basic GUI framework with the help of psutil and tkinter modules. The script runs perfectly without error.
Now the problem arises, after I had converted my py file to exe file. When I run the exe file, it says "ModuleNOtFoundError: No module named 'psutil".
I've tried-
Nothing works. Please help me
Now the problem arises, after I had converted my py file to exe file. When I run the exe file, it says "ModuleNOtFoundError: No module named 'psutil".
I've tried-
- Running
pip install psutil
in cmd.
- Running
pip install --upgrade pip
in cmd.
Nothing works. Please help me