Python import for SalesForce not Recognized -


i'm writing python script , trying import following able access salesforce (as specified in documentation here: https://api.salesforceiq.com/#/python#documentation_contacts_create-a-contact)

when this:

 relateiq.contacts import contact 

i get:

importerror: no module named relateiq.contacts

any idea how import correctly can use salesforce through python?

thanks!