adamlwgriffiths / amazon_scraper

Provides content not accessible through the standard Amazon API
Other
234 stars 60 forks source link

ImportError: No module named tests #31

Closed datthepirate closed 8 years ago

datthepirate commented 8 years ago

Hi Adam,

first of all - thanks for sharing this project! I am having a small issue. This is my first python project so please bear with me. I cloned this project on a c9.io environment and I am getting a few errors when running the tests, namely this one:

ImportError: No module named tests

I would be very grateful if you could point me in the right direction.

Thanks

-Dat

Edit: things I have tried: Changing the CWD, reinstalling all the dependencies

datthepirate commented 8 years ago

Oh I was silly, I tried to run it directly out of the test directory. I moved it to the src folder and now it works. Sorry for the issue!