Hi, I am a total newbie to spring python so I appreciate any help you can give me.
I am getting an error that says No module named Pyro.core from springpython
File "C:\Python26\lib\site-packages\springpython-1.3.0.rc1-py2.6.egg\springpython\factory\__init__.py", line 37, in create_object
__import__(module_name)
File "C:\Python26\lib\site-packages\springpython-1.3.0.rc1-py2.6.egg\springpython\remoting\pyro\__init__.py", line 17, in <module>
import Pyro.core
ImportError: No module named Pyro.core
not sure why this is happening?
Thanks.
I am basically running the sample code on
http://static.springsource.org/sprin.../remoting.html


Reply With Quote