bbedward / graham_discord_bot

Discord Bot for the BANANO and NANO cryptocurrencies
MIT License
69 stars 55 forks source link

No list of library dependencies #28

Closed SZOKOZ closed 5 years ago

SZOKOZ commented 5 years ago

I have this issue. File "bot.py", line 20, in <module> import wallet File "/home/gfosu1997/graham/wallet.py", line 2, in <module> import db File "/home/gfosu1997/graham/db.py", line 59, in <module> db = PooledPostgresqlExtDatabase(settings.database, user=settings.database_user, password=settings.database_pas sword, host='localhost', port=5432, max_connections=16) TypeError: 'NoneType' object is not callable I'm thinking I probably have installed a different version of peewee from what you use to create this bot. A list of dependencies in the doc would really help myself and others or just adding the versions you have to the repo itself. I'm not sure if this repository is still being maintained but I would appreciate anyone who could get back to me on this.

bbedward commented 5 years ago

The list is in requirements.txt , all the latest versions of everything works

SZOKOZ commented 5 years ago

Ah, thanks. So I was missing a few dependencies.