Closed gka closed 11 years ago
Not sure where this should be documented. The dependency on "magic" is documented... Isn't that enough? If it isn't, isn't that a bug in python-magic?
It was preinstalled on my mac and linux machines. Closed this issue but feel free to reopen it if you have feel that it should still be added.
I installed messytables but it won't run because of a missing system package: file. That's the lib that provides the filetype detection, I guess.
I had to install it via
brew install file-formula
orsudo port install file
.Would be nice to document this dependency somewhere, so other users save the time to look up the error. Alternatively, messytables should only provide filetype detection feature if the package is installed, and print a friendly message if the user tries to use it anyway. My guess is that big chunks of messytables would run w/o auto-detection.