I am having trouble with Pyro 4 in Windows 10.
I installed Pyro4 via pip
.
I open cmd and type py
.
I type: import Pyro4
.
I type: Pyro4.naming
.
I get back AttributeError: module 'Pyro4' has no attribute 'naming'
.
I type: help(Pyro4)
.
naming
is listed in the package contents.