winsound not found in Python
问题 I have this error. Can anyone advise? Python 2.7.10 (default, Jun 1 2015, 18:05:38) [GCC 4.9.2] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> import winsound Traceback (most recent call last): File "", line 1, in ImportError: No module named winsound >>> 回答1: I do not have enough points to comment hence writing in ANSWER section I've two python version on my windows laptop. 3.x and 2.7.x There will not be any issue as long as , a) You install two version