Jump to content

Importing hrpyc in non hython shell?


kursad

Recommended Posts

Hi

I did append the python libraries to my path, so I can import hou module with no problem in Ipython(under Linux). But I cannot seem to be able to import hrpyc module in Ipython the same way.

Importin hrpyc works well in a Hython session though.

Here is the message(after import hrpyc)

14

15 import threading

---> 16 import rpyc.servers.classic_server

17

18 def start_server(port=18811, use_thread=True, quiet=T

ImportError: No module named rpyc.servers.classic_server

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...