12.1 安装 PyEmu

http://www.nostarch.com/ghpython.htm 下载作者打包好的文件,如果没有的同学去 google code 上下。

文件下载好后,解压到 C:\PyEmu。每次创建 PyEmu 脚本的时候,都要加入以下两行 Python 代码:

sys.path.append("C:\PyEmu\") 
sys.path.append("C:\PyEmu\lib")

接下来让我们输入了解下 PyEmu 的系统架构,方便后面的脚本编写。