flask-hamster icon indicating copy to clipboard operation
flask-hamster copied to clipboard

Deprecated file location?

Open ghost opened this issue 9 years ago • 0 comments

` user@host ~ $ git clone https://github.com/projecthamster/flask-hamster.git Cloning into 'flask-hamster'... remote: Counting objects: 81, done. remote: Total 81 (delta 0), reused 0 (delta 0), pack-reused 81 Unpacking objects: 100% (81/81), done. Checking connectivity... done. user@host ~ $ cd flask-hamster/ user@host ~/flask-hamster $ ls flask-hamster.py lib README.textile requirements.txt static templates user@host ~/flask-hamster $ python2.7 flask-hamster.py Traceback (most recent call last): File "flask-hamster.py", line 13, in from hamster import db File "/usr/local/lib/python2.7/dist-packages/hamster/db.py", line 53, in class Storage(storage.Storage): AttributeError: 'module' object has no attribute 'Storage' user@host ~/flask-hamster $

should it still be looking in /usr/local/lib/python2.7/dist-packages/hamster/db.py ? or the file location have changed ans it's just remaining junk on my computer ?

ghost avatar Jul 10 '16 22:07 ghost