We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I've cloned and installed the dependencies for python-mega but I've got the following error when executing this script with both python 2 and python 3
from mega import Mega email = 'my-email' password = 'my-password' m = Mega.from_credentials(email, password) files = m.get_files() for file in files: print(file)
Here's the error I get :
ImportError: cannot import name 'Mega'
The text was updated successfully, but these errors were encountered:
I met the same problem. I think your test filename may be "mega.py" . You can try to change its name.
Sorry, something went wrong.
I got the same error, it should be a bug. I installed it from public pip repo as: sudo pip install python-mega but still face the same problems
I find a solution,install 1.0.7vision
No branches or pull requests
Hi,
I've cloned and installed the dependencies for python-mega but I've got the following error when executing this script with both python 2 and python 3
Here's the error I get :
The text was updated successfully, but these errors were encountered: