PyScripter rpyc

Maybe someone can give me a couple of recommendations on installing Rpyc in PyScripter. I am using PyScripter 1.9.9.7 with Python 2.6. I tried to do this and found some instructions, but still failed ...

Thanks!

+4
source share
1 answer

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

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

In python2.6 installation folder, go to the following subdirectory

\ Lib \ site packages \

check you already have the rpyc subdirectory,

\ Lib \ site packages \ RPyC \

if you do, delete or delete its contents.

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

\ Lib \ site packages \

saving directory structure in zip.

The boot pixel and inside the interpreter window, right-click and select:

Python Engine-> Remote

The piscripter must match:

* Remote Python engine is active *

Good luck

+4
source

Source: https://habr.com/ru/post/1301494/


All Articles