PyScripter Rpyc

霸气de小男生 提交于 2019-12-05 15:18:45

Grab the file rpyc-2.60-py24.zip from here:

http://code.google.com/p/pyscripter/downloads/list

Under your python2.6 install directory go to the following subdirectory

\Lib\site-packages\

check if you already have an rpyc subdirectory,

\Lib\site-packages\Rpyc\

if you do, delete it or delete its contents.

Now unzip the contents of rpyc-2.60-py24.zip into

\Lib\site-packages\

maintainng the directory structure within the zip.

Startup pyscripter and within the interpreter window, right click and select:

Python Engine->Remote

Pyscripter should respsond with:

* Remote Python engine is active *

Best of luck!

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!