资 源 简 介
python core for windows phone 8
Windows Phone 8 supports native code, which give us a choice to compile cpython code on windows phone 8 directly. But for some reason, some native apis for win32 are not supported on windows phone 8, such as native thread, loadlibrary, etc. Therefore, to compile cpython code for windows phone 8, some source code should be changed.
The project attempts to compile python 2.7.3 on wp8, and make it can be called by native code.
modification of the python source code
**1.no longer support thread, subprocess/threadmodule/thread.c are removed from the project
2.registry is not supported,winreg is removed.**
3.some others small changes
using python in native apps on windows phone 8
1. create project
open vs2012, create a windows phone 8 native project:
http://c-python-for-windows-phone8.googlecode.com/svn/wiki/images/examp