PyScripter Rpyc

发布于 2024-08-21 13:52:17 字数 122 浏览 1 评论 0原文

也许有人可以给我一些如何将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

茶底世界 2024-08-28 13:52:18

从此处获取文件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!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文