Hallo Thierry, I figured out that I am not the only one who has that problem.
It has something todo with the package "sys-apps/file" of version 5.1.5 https://github.com/ahupp/python-magic/issues/44 however, bluebream uses python-magic 0.4.3 which throws these errors and is by version 0.4.6 which you can update and to use in ztfy. However what I did to solve this problem was the following: in virtualenv: pip install python-magic delete from eggs folder python_magic-0.4.3-py2.7.egg and mv from virtualenv "site-package" the python_magic-0.4.3-py2.7.egg in the eggs folder of the ztfy project! in buildout.cfg I added the entry: python-magic = 0.4.6 and ran: bin/buildout and that was it! Still thank you very much. On 01/11/14 16:44, Thierry Florac wrote: > Le 2014-01-11 15:45, Tamer Higazi a écrit : >> Hey Thierry, >> >> Still have no idea how to solve that problem ?! >> > > Did you checked my previous message and looked at libmagic release? > > Regards, > Thierry _______________________________________________ bluebream mailing list [email protected] https://mail.zope.org/mailman/listinfo/bluebream
