- Building Android Games with Cocos2d-x
- Raydelto Hernandez
- 183字
- 2021-07-23 19:46:32
Setting up Python
All the Cocos2d-x configuration files are written in Python. If you are using Mac OS or any Linux distribution, it will already be installed on your OS. So, you can skip this section.
If you are using Windows, you need to download Python 2 from the following link: https://www.python.org/ftp/python/2.7.8/python-2.7.8.msi.
Take in to consideration that Python, as Cocos2d-x, keeps simultaneous support for versions 2 and 3. Cocos2d-x only supports Python 2. At the time of writing this book the latest version of the 2 branch was 2.7.8.
After the installer finishes with the setup, you should manually add the Python installation path to the PATH environment variable. The default installation path is C:\Python27
.
Open a new system console and type python
, if the Python console is shown, as seen in the following screenshot, then it means that Python has been installed correctly:

- TypeScript入門與實戰
- Microsoft Application Virtualization Cookbook
- Magento 2 Theme Design(Second Edition)
- Rake Task Management Essentials
- Mastering QGIS
- Git高手之路
- Unity Shader入門精要
- JSP開發案例教程
- 軟件工程
- SQL經典實例(第2版)
- Spring MVC+MyBatis開發從入門到項目實踐(超值版)
- Visual Studio Code 權威指南
- Python從入門到精通(第3版)
- Instant jQuery Boilerplate for Plugins
- 區塊鏈架構之美:從比特幣、以太坊、超級賬本看區塊鏈架構設計