How did you install it? Are you sure it is installed into your Python
2.7.5 installation, and not somewhere else?
It's not sufficient to just download rpyc, it needs to be actually
installed. How did you do that? Is it possible that you installed it
into a different Python version?
You appear to be running some custom IDE or other environment. I don't
recognise the reference to "<pyshell#0>" above, it's not what you get in
the standard Python interpreter, or in iPython. Are you using PyCharm?
If you quit the IDE and start it up again, does the import work? What
happens if you try the import using the regular Python interactive
interpreter?
If you don't understand any of my suggestions, please feel free to ask
for more explanation.
--
Steve