its-rigs / Trolly

A Python wrapper around the Trello API. Provides a group of Python classes to represent Trello Objects. All classes come with basic Trello API method calls and are easily extensible to suit your needs. See the README for more details.
MIT License
100 stars 29 forks source link

No Install instructions, bad imports #2

Closed its-rigs closed 11 years ago

its-rigs commented 11 years ago

"I tried running Trolly directly but I wasn't sure how to set it up, there are no install instructions etc. I tried running Trolly's tests but I get:

$ python ./tests.py

Traceback (most recent call last):

File "./tests.py", line 10, in

from src.lib.trello.trello.client import Client

ImportError: No module named src.lib.trello.trello.client

I'm no python expert either, I'm not too sure on how the paths etc need to be set up for this import to work -- can you help?"