ozgur/python-firebase

can't import firebase from Idle, but CMD is fine.

adeguntoro opened this issue · 0 comments

i just finish to do what you said, but it keep me showing like this when i open from Idle.

Traceback (most recent call last):
  File "<pyshell#0>", line 1, in <module>
    from firebase import Firebase as fb
  File "firebase.py", line 1, in <module>
    from firebase import Firebase
ImportError: cannot import name Firebase

if i'm doing from CMD, it's fine, how this happend and how to fix this ??