rpyc module not recognized

346 views
Skip to first unread message

Dave Tenney

unread,
Apr 21, 2016, 3:16:55 PM4/21/16
to rpyc
i installed the latest verzion of rpyc and Python 2.7.5 does not recognize the module as being installed...

>>> import rpyc

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    import rpyc
ImportError: No module named rpyc


has anyone else experienced this?
if so, is there a fix?

dave

Steven D'Aprano

unread,
Apr 21, 2016, 10:03:00 PM4/21/16
to rp...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages