Decoding of MWKs

Is there anyway to decode MWK files on a linux machine? I know Ha had written some python code but I can’t get it to compile. In fact it uses some boost -mt libraries that have been deprecated. Is there is a simple way to read the binary file in c? The original scarab website is gone and replaced with some yoga site.

  • Romesh

Hi Romesh,

Please see this comment from another discussion. The second pymworks package mentioned there is written in pure Python, so it should run under Linux. Also, the Scarab library is written in C (no C++) and has no external dependencies, so I don’t think it’d be too hard to get it to compile under Linux.

Cheers,
Chris