osx - Importing a distributed python package from Django view -
i working on django project need search results amazon product advertising api. i've used api in php working on first django app. have signed , have amazon credentials, keys, secret keys, etc. as shortcut, found , installed distributed python package here: https://bitbucket.org/basti/python-amazon-product-api/overview question 1 : , how access non-django-specific python package within django? need add reference package in settings? package example docs include import statement, seems work in django shell (at least no error msg): >>>from amazonproduct import api >>> question 2 : when want send installed python package search query django view , template, how/where import package's objects? i have python package installed in same local instance of python django (running python 2.7 , django 1.5 on mac os x 10.8.2). i new both django , python. i've been able django models, views , templates working, , have of front-end scripting written parse ,...