kursad Posted June 22, 2011 Share Posted June 22, 2011 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
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.