nschloe / tuna

:fish: Python profile viewer
GNU General Public License v3.0
1.38k stars 33 forks source link

Run failed on Mac OS Monterey M1 Chip #146

Closed abdalimran closed 2 years ago

abdalimran commented 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.

    from winsound import SND_LOOP
ModuleNotFoundError: No module named 'winsound'
nschloe commented 2 years ago

That's unrelated to tuna. You'll get the same error when just tring to run your program normally.