问题描述
也许有人可以给我一些指导,说明如何将Rpyc安装到PyScripter.我将PyScripter 1.9.9.7与Python 2.6结合使用.我试图用Google搜索它,发现了一些说明,但仍然没有成功...
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...
谢谢!
推荐答案
从此处获取文件 rpyc-2.60-py24.zip :
http://code.google.com/p/pyscripter/downloads/list
在您的python2.6安装目录下,转到以下子目录
Under your python2.6 install directory go to the following subdirectory
\ Lib \ site-packages \
\Lib\site-packages\
检查您是否已经有一个rpyc子目录,
check if you already have an rpyc subdirectory,
\ Lib \ site-packages \ Rpyc \
\Lib\site-packages\Rpyc\
如果这样做,则将其删除或删除其内容.
if you do, delete it or delete its contents.
现在将 rpyc-2.60-py24.zip 的内容解压缩到
\ Lib \ site-packages \
\Lib\site-packages\
维护zip文件中的目录结构.
maintainng the directory structure within the zip.
启动pyscripter,在解释器窗口中,右键单击并选择:
Startup pyscripter and within the interpreter window, right click andselect:
Python引擎->远程
Pyscripter应该响应:
Pyscripter should respsond with:
*远程Python引擎处于活动状态*
祝你好运!
这篇关于PyScripter Rpyc的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!