I'm developing python application and using soaplib for use in .net but when I run the code , I ran into this error
Traceback (most recent call last):
File "soap.py", line 2, in <module>
from soaplib.core.service import rpc, DefinitionBase
ImportError: No module named core.serviceImportError: No module named core.service
How do I solved this?