我正在爲學校作業,並沒有意識到我需要安裝pygame/livewires包來使用我正在編寫的程序,因爲我在課堂上一直使用學校筆記本電腦並沒有使用我的個人筆記本電腦。這是一個非常簡單的程序,但我仍然無法運行它,因爲我下載的pygame設置不起作用。當我在shell中輸入「import pygame」時,它會工作,但是當我嘗試像「從livewires import games」這樣的內容時,它說無法找到模塊livewires。我正在使用Python3.1.1,但我也安裝了Python3.4.3。請提前幫助並感謝您。爲python安裝livewires
0
A
回答
0
0
我對此也很新,我也安裝了Python 3.2,發現livewires不起作用。我找到了一個鏈接到superwires:https://pypi.python.org/pypi/SuperWires/0.9.6
我打開那個tar文件,然後複製superwires夾入Python32/lib文件夾我的Windows機器上運行我的測試程序(從livewires改變進口遊戲機從superwires導入遊戲)它的工作!
相關問題
- 1. Python - Livewires控制檯錯誤
- 2. 爲什麼我不能在python中安裝pygame和livewires以用於「絕對初學者的Python編程」一書?
- 3. 爲python安裝Pypotrace?
- 4. 爲Python安裝Bigfloat
- 5. 爲python安裝numpy
- 6. 爲python安裝mysqldb
- 7. 爲Python安裝SOAP
- 8. 安裝beautifulsoup爲Python
- 9. 爲python安裝stringtemplate3
- 10. 爲Python安裝CDAT
- 11. PIP安裝livewires運行時<code>pip install livewires</code>得到發現pygame的
- 12. 調試Python pygame通過livewires運行
- 13. 爲Python 2.6安裝Scrapy
- 14. 爲硒安裝Python綁定
- 15. 如何爲python安裝scipy?
- 16. 爲Django安裝MySQL-python
- 17. 爲python 2.7安裝configobj
- 18. 爲python安裝Sybase模塊
- 19. 爲Python安裝unicode csv?
- 20. 如何爲Python安裝OpenSSL
- 21. 爲python安裝adwords api
- 22. 安裝使用PIP爲Python
- 23. 爲Python 3.x安裝Pip
- 24. Python:爲Windows 7安裝Tesseract
- 25. 爲Python 3.4安裝Django1.8
- 26. 爲Python安裝LightBlue(BlueTooth)
- 27. 安裝爲Python分發3.3
- 28. 爲Python 2.7安裝numpy 2.7
- 29. 爲Python 3安裝ipdb?
- 30. PyMedTermino安裝在Python 3我無法安裝SNOMED爲Python 3
我從我的教科書「Python Programming for the Absolute Beginner第三版」中獲得了所有安裝,這是爲python 3設計的。我的教授也使用與Python3.1.1完全相同的安裝。有什麼想法嗎? –
這傢伙:http://stackoverflow.com/questions/29781392/python-programming-for-the-absolute-beginner-livewires-is-not-working有完全相同的問題,我有,但答案不對我有意義.....我對這些東西都是全新的。任何人都可以解釋所有這些東西是什麼意思,它甚至可以在Windows 10上工作嗎?還是有人有另一種方式,他們得到它的工作? –
我做了一些更多的挖掘,並在我的文章中添加了更多信息。希望能幫助到你。 –