miracle2k / ripple-python

Ripple-related routines in Python. Might become a proper client library later.
49 stars 31 forks source link

get_ripple_from_secret - method does not exist. #6

Open kamilk91 opened 6 years ago

kamilk91 commented 6 years ago

ImportError: cannot import name 'get_ripple_from_secret' from 'ripple' (/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/ripple/init.py)

kamilk91 commented 6 years ago

Use: from ripple.sign import get_ripple_from_secret not from ripple import get_ripple_from_secret