Able to install delphixpy using pip module successfully. But unable load the module. when i look towards folder, web is already available in the sitepackages/delphixpy
python 3.5.2 (default, Dec 22 2016, 12:23:20)[GCC 4.8.5] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from delphixpy.v1_6_0.delphix_engine import DelphixEngine
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/oracle/Envs/delphix/lib/python3.5/site-packages/delphixpy/__init__.py", line 6, in <module>
import web
ImportError: No module named 'web'
>>> from delphixpy.v1_6_0.delphix_engine import DelphixEngine
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/oracle/Envs/delphix/lib/python3.5/site-packages/delphixpy/__init__.py", line 6, in <module>
import web
ImportError: No module named 'web'
>>> from delphixpy.v1_6_0.web import database
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "/home/oracle/Envs/delphix/lib/python3.5/site-packages/delphixpy/__init__.py", line 6, in <module>
import web
ImportError: No module named 'web'
Regards,
Ramesh G