enormandeau / meditation-timer

Simple meditation timer for Linux
GNU General Public License v3.0
21 stars 5 forks source link

Error fresh clone #10

Closed jnor closed 7 years ago

jnor commented 7 years ago

./meditation_timer.py -h master File "./meditation_timer.py", line 42 print " Waited:", pretty_time(delta) ^ SyntaxError: invalid syntax

enormandeau commented 7 years ago

meditation_timer was developed for Python 2. You must be using Python 3. If you want to fix the errors with Python 3, I will be happy to merge your changes.

jnor commented 7 years ago

Dont have time atm but thanks for making that clear :-))

enormandeau commented 7 years ago

Hi jnor. It now works with Python3 but the sound doesn't work :P I'll have to fix this.