huwwp / cryptop

command line crypto portfolio
MIT License
235 stars 40 forks source link

config.ini is missing when is installed with pip #20

Closed jfestrada closed 7 years ago

jfestrada commented 7 years ago

Hi,

When cryptop is installed with pip the config.ini is missing and have to be created manually.

Br

jgoggan commented 7 years ago

I had this same problem under Windows. (In fact, I still can't get it to work because even with a copied-in config.ini, I am getting errors from configparser.py.) I'll post more if I get it figured out.

jgoggan commented 7 years ago

Ok -- got this to work under Windows GitHub Bash. As was said, it did not do an initial config.ini for some reason. While I had the one grabbed via Git, I didn't have a custom one. When I looked in ~/.cryptop, there was an EMPTY config.ini there. I replaced it with the default -- and now cryptop runs fine. Thanks!

huwwp commented 7 years ago

My mistake, need to add it to the manifest.in or setup.py package_data. I'll push out a fix soon

huwwp commented 7 years ago

This should be resolved, let me know if you are still having issues