rpesche/cryptopcash

Getting attribute error

Opened this issue · 2 comments

When running cryptopcash I am getting the following error:
AttributeError: 'NoneType' object has no attribute 'currency_formats'

This error I think stems from babel not being able to set the locale.

Ok, It may be the currency settings.
Can you show me your config file ?

The config file is as follows:

[theme]
# colors of the ui
# Available colors :
#   * black,
#   * yellow,
#   * white,
#   * dark red,
#   * light red,
#   * dark green,
#   * light green
#   * brown,
#   * dark blue,
#   * light blue,
#   * dark magenta,
#   * light magenta,
#   * dark cyan,
#   * light cyan,
#   * dark gray
#   * light gray
text=light green
banner=light green
banner_text=black

[api]
# Fiat currency for conversion
# Default value : USD
# Possible value : EUR USD GBP RUB ...
currency=USD

I copied the one you gave in issue #5 .