Menu

#164 "No python-magic" warning when python-magic present

Malfunction
open
nobody
5
2015-02-18
2015-02-18
Keith Tyler
No

$ s3cmd put XYZ.sh s3://ABCD
WARNING: Module python-magic is not available. Guessing MIME types based on file extensions.

But:

$ pip list
distribute (0.6.34)
pip (6.0.8)
python-dateutil (2.4.0)
python-magic (0.4.6)
s3cmd (1.5.2)
setuptools (0.6rc11)
six (1.9.0)

Confirmed:

print(installed_packages_list)
['distribute==0.6.34', 'pip==6.0.8', 'python-dateutil==2.4.0', 'python-magic==0.4.6', 's3cmd==1.5.2', 'setuptools==0.6rc11', 'six==1.9.0']

Version/arch:

$ /usr/bin/python
Python 2.7.8 (default, Jul 25 2014, 14:04:36)
[GCC 4.8.3] on cygwin

Discussion


Log in to post a comment.