hi i'm trying use python-magic on windows 8 when try import command import magic gives me error windowserror: [error 193] %1 not valid win32 application\r have tried both 64-bit , 32-bit version of python 2.7.10 error.
tnx
found here: https://github.com/ahupp/python-magic/issues/24k
resolved installing 64-bit version of cygwin (http://cygwin.com/install.html) , copying following list of dlls \bin c:\windows\system32:
cygwin1.dllcygz.dllcygmagic-1.dll(don't forget renamemagic1.dll)
Comments
Post a Comment