[筆記] 安裝使用Pygame播放音樂
作業系統
Mac OS 10.10
安裝:
去這裡下載 dmg 檔然後裝一裝即可
http://www.pygame.org/download.shtml
測試:
寫一個testPygameMusic.py
放一個音樂檔
執行時 直接python testPygameMusic.py
會出錯
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so, 2): no suitable image found. Did find: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so: no matching architecture in universal wrapper
參考這篇
http://stackoverflow.com/questions/8275808/installing-pygame-for-mac-os-x-10-6-8
執行指令
python2.7-32 testPygameMusic.py
成功!
Mac OS 10.10
安裝:
去這裡下載 dmg 檔然後裝一裝即可
http://www.pygame.org/download.shtml
測試:
寫一個testPygameMusic.py
放一個音樂檔
執行時 直接python testPygameMusic.py
會出錯
ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so, 2): no suitable image found. Did find: /Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/pygame/base.so: no matching architecture in universal wrapper
參考這篇
http://stackoverflow.com/questions/8275808/installing-pygame-for-mac-os-x-10-6-8
執行指令
python2.7-32 testPygameMusic.py
成功!
留言
張貼留言