Hey!
The issue is that there's a dependency missing. You need to install a package called babel.
Any of these will work.
Also, if you still see something wrong, open coinbox.json and you should see:
"log": "INFO",
Replace INFO by DEBUG and you'll have a more complete output for us to help you.
Usually, you shouldn't have to go through all this to install it, but we're still in early development, so bare with us a little bit. I'll fix things up in a few days max.
Thank you for your patience :)
Then run:
$ ./coinbox config
--
You received this message because you are subscribed to the Google Groups "Coin Box POS" group.
To unsubscribe from this group and stop receiving emails from it, send an email to coinboxpos+...@googlegroups.com.
To post to this group, send email to coinb...@googlegroups.com.
Visit this group at http://groups.google.com/group/coinboxpos.
For more options, visit https://groups.google.com/groups/opt_out.
So I think you probably used `python setup.py install` the first time, then `python setup.py develop` another time. The error is not very verbose... I don't know if I can do anything about it. Maybe a warning.
Try something similar to this to uninstall the "install"/egg version: pip uninstall CoinboxMod_base
And let's hope this installation mess is solved now :)