bluppfisk / coindicator

A crypto-currency (Bitcoin, Ethereum et al) market price indicator for the Linux desktop. Sits in the tray and lets you set alerts. Supports GNOME, Unity and KDE.
MIT License
160 stars 40 forks source link

Issues installing? I have Pythin/Git/Pygame installed #81

Closed Rexyislive closed 2 years ago

Rexyislive commented 3 years ago

When running, I get the following:

Traceback (most recent call last): File "./coin/coin.py", line 18, in <module> from indicator import Indicator File "/home/stan/Coinindicator/coinprice-indicator/coin/indicator.py", line 8, in <module> from alarm import Alarm, AlarmSettingsWindow File "/home/stan/Coinindicator/coinprice-indicator/coin/alarm.py", line 4, in <module> import pygame ModuleNotFoundError: No module named 'pygame'

bluppfisk commented 2 years ago

did you install python3-pygame too?

bluppfisk commented 2 years ago

I think 2.0.1 solves most of this. If not, please reopen