安装python 和 wxPython 后运行 sdk \tools\ jet中的 jetCreator.py  可以运行程序 但是点击第一个add 时报错:
typeError: cannot deepcopy this pattern object     jetCreator 用户手册上有一句话:To launch JET Creator go to a command prompt and set the directory to where you've installed Python. Next run python with the command: python jetcreator.py          我把jetCreator里面的文件全靠到python目录里面 ,也在path里面加了 python路径 也不管用  。
  是不是环境配置得问题? 还是.....  请教高手,急用 ,谢谢 !

解决方案 »

  1.   

    在我不断地尝试下,终于解决了(只对于我这种情况) ;其实是 python 和 wxPython 版本过高 。看android的jetCreator使用手册 http://www.eoeandroid.com/sdk/api/guide/topics/media/jet/jetcreator_manual.html 发现 作者用的是 低版本的 Python Version 2.5.4  和 wxPython Version 2.8.7.1 (两个必须都安) 于是我下了同样版本 安装后 把 python 路径加入到 环境变量 就可以运行了 !是不是很无语 。