python-mega icon indicating copy to clipboard operation
python-mega copied to clipboard

Wrapper around the Mega API

Results 13 python-mega issues
Sort by recently updated
recently updated
newest added

`Installing collected packages: urllib3, idna, chardet, certifi, requests, URLObject, pycrypto Running setup.py install for URLObject ... done Running setup.py install for pycrypto ... error ERROR: Command errored out with exit...

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 ``` python from mega...

Some people have issues installing PyCrypto, and the module is officially not maintained any more. PyCryptodome is well maintained and mostly compatible. See: https://github.com/dlitz/pycrypto/issues/238

Hello, I can't manage to install python-mega, i'm stuck on this error (pip install python-mega): `Command /usr/bin/python -c "import setuptools, tokenize;__file__='/tmp/pip_build_root/pycrypto/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-nqU9gL-record/install-record.txt --single-version-externally-managed...

I noticed that `python-mega` doesn't works on Python 3.x. I'm checking the code and I think we can add support for Python 3.x, with few bugfixes.

I fixed a small bug in `uploadfile()`: it was not possible to call this method before calling `get_files()`. I also simplified the test case to show this behavior. This is...

1. I had to refresh the notion of endianness and found following video helpful https://www.youtube.com/watch?v=MEyV7moej-k I guess the idea here is to have the code independent of the platform it...

Different way of substituting the length of the string in format string as the %-formatting is called the "old %-formatting" in the documentation, be it for python: - 2.7 https://docs.python.org/2.7/library/string.html?highlight=string#module-string...

Great job on the wrapper, unfortunatelly I cannot upload a file: ![image](https://cloud.githubusercontent.com/assets/29015282/26529048/db66cdd8-43b8-11e7-91f3-d0f2834219fa.png)

I got this exception when trying to list my files. I think it has something to do with shared folders but I'm not sure. IPYTHON trace : In [3]: files...