[docs] Issues while using CallerLookup Package

Mark.luther0987 mark.luther0987 at protonmail.com
Mon Jan 29 05:52:19 EST 2018


I accessed the CallerLookup package from below link
https://pypi.python.org/pypi/CallerLookup

and faced the following issue-
>>>
RESTART: C:\Users\hp\Desktop\CallerLookup-1.2.94\CallerLookup-1.2.94\CallerLookup\Main.py

Traceback (most recent call last):
  File "C:\Users\hp\Desktop\CallerLookup-1.2.94\CallerLookup-1.2.94\CallerLookup\Main.py", line 6, in <module>
    from CallerLookup.Responses import *
  File "C:\Python27\lib\site-packages\CallerLookup\__init__.py", line 6, in <module>
    from CallerLookup.Main import lookup_number
  File "C:\Python27\lib\site-packages\CallerLookup\Main.py", line 6, in <module>
    from CallerLookup.Responses import *
  File "C:\Python27\lib\site-packages\CallerLookup\Responses.py", line 7, in <module>
    from CallerLookup.Utils.Logs import format_exception
ImportError: No module named Utils.Logs

I tried on python 2.7.14. Please help to resolve this issue.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/docs/attachments/20180129/c01be7b5/attachment-0001.html>


More information about the docs mailing list