PyScripter Rpyc
也许有人可以给我一些如何将 Rpyc 安装到 PyScripter 的指南。我使用 PyScripter 1.9.9.7 和 Python 2.6。我尝试用谷歌搜索并找到一些说明,但仍然没有成功......
谢谢!
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!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
从此处获取文件rpyc-2.60-py24.zip:
http://code.google.com/p/pyscripter/downloads/list
在 python2.6 安装目录下,转到以下子目录
\Lib\site-packages\
检查您是否已有 rpyc 子目录
\ Lib\site-packages\Rpyc\
如果这样做,请将其删除或删除其内容。
现在将 rpyc-2.60-py24.zip 的内容解压缩到
\Lib\site-packages\
中,保持 zip 中的目录结构。
启动 pyscripter 并在解释器窗口中右键单击并
选择:
Python Engine->Remote
Pyscripter 应响应:
* 远程 Python 引擎处于活动状态 *
祝你好运!
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!