ozgur / python-firebase

Python interface to the Firebase's REST API
http://ozgur.github.com/python-firebase/
MIT License
593 stars 155 forks source link

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

Open adeguntoro opened 7 years ago

adeguntoro commented 7 years ago

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 ??