Issues while using CallerLookup Package

Chris Angelico rosuav at gmail.com
Mon Jan 29 06:37:36 EST 2018


On Mon, Jan 29, 2018 at 9:52 PM, Mark.luther0987 via Python-list
<python-list at python.org> wrote:
> 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.

Did you follow the installation and usage instructions in the PyPI landing page?

ChrisA



More information about the Python-list mailing list