Skip to content

ImportError: No module named 'PostCodeClient' #1

Description

@theconor

Hi, I installed using pip, but when I try to import I get the following error:

In [5]: from lib import PostCodeClient
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
<ipython-input-5-818e8b839267> in <module>()
----> 1 from lib import PostCodeClient

/Users/conor/virt_env/virt_simple/lib/python3.4/site-packages/lib/__init__.py in <module>()
      1 __author__ = 'gokhan'
----> 2 from PostCodeClient import PostCodeClient

ImportError: No module named 'PostCodeClient' 

I'm running Python 3.4. Thanks for any help you can give me with this.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions