bitbns-official / bitbnspy

MIT License
9 stars 6 forks source link

Module bitbns not present #8

Closed singha200 closed 4 years ago

singha200 commented 4 years ago

import bitbnspy help("bitbnspy") Help on package bitbnspy:

NAME bitbnspy

PACKAGE CONTENTS bitbns bitbnspy main

FILE c:\users\singha2\appdata\local\programs\python\python36\lib\site-packages\bitbnspy__init__.py

from bitbns import bitbnsApi Traceback (most recent call last): File "", line 1, in ModuleNotFoundError: No module named 'bitbns'

tanmesh commented 4 years ago

try "from bitbnspy import bitbns"

singha200 commented 4 years ago

Working fine now Thanks for quick resolution