Closed abdalimran closed 2 years ago
I tried running a python script using tuna by the command python -mcProfile -o program.prof main.py. I failed running and yeilded the following error.
python -mcProfile -o program.prof main.py
from winsound import SND_LOOP ModuleNotFoundError: No module named 'winsound'
That's unrelated to tuna. You'll get the same error when just tring to run your program normally.
I tried running a python script using tuna by the command
python -mcProfile -o program.prof main.py
. I failed running and yeilded the following error.