On Thu, Apr 21, 2016 at 12:16:55PM -0700, Dave Tenney wrote: > 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?
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 -- --- You received this message because you are subscribed to the Google Groups "rpyc" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
