wekan / wekan-stats

Statistics Python script for Wekan Dashboard
GNU General Public License v3.0
10 stars 5 forks source link

Error in get-stats.py #4

Open Montiemedia opened 6 years ago

Montiemedia commented 6 years ago

Hi there,

i´ve got the following error:

./get-stats.py --board Test Traceback (most recent call last): File "./get-stats.py", line 17, in from terminaltables import AsciiTable ImportError: No module named terminaltables

./get-stats.py -h Traceback (most recent call last): File "./get-stats.py", line 17, in from terminaltables import AsciiTable ImportError: No module named terminaltables


Did you test in newest Wekan?: yes Wekan version: 1.50.0 If this is about old version of Wekan, what upgrade problem you have?: No Operating System: RHEl 7.5 Deployment Method(snap/docker/sandstorm/mongodb bundle/source): snap Http frontend if any (Caddy, Nginx, Apache, see config examples from Wekan GitHub wiki first): no Webserver Node Version: 8.12.0 MongoDB Version: latest from snap

fmonthel commented 6 years ago

Hi

Could you run "pip install terminaltables" and try again ? Thanks