XRPL-Labs/xumm-sdk-py

Error: AttributeError: module 'xumm' has no attribute 'XummSdk'

NeoSephiroth opened this issue · 2 comments

Using python 3.9 I get this error

I entered correctly my API keys

Can you post an example of your code?

I've figured it out. In Python, when you create files and folders you have to be really careful not to name the file or the folder the same name as the repository.

In your case the file name is xumm.py and the repo is xumm.

Change the name of the file to something a bit more abstract and it should work.