PyScripter Rpyc

孤人 提交于 2019-12-07 11:38:41

问题


maybe somebody could give me a couple guidelines how to install Rpyc to PyScripter. I use PyScripter 1.9.9.7 with Python 2.6. I have tried to google it and found some instructions, but still have not succeeded...

Thanks!


回答1:


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!



来源:https://stackoverflow.com/questions/2276323/pyscripter-rpyc

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