thahmann / macleod

Ontology development environment for Common Logic (CL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bad magic number in 'macleod': b'\x03\xf3\r\n': ImportError

carmenchui opened this issue · comments

After synchronizing this commit @thahmanncaae8b5 , I came across this error in the OS X Terminal:
bad magic number in 'macleod': b'\x03\xf3\r\n': ImportError

It can be fixed by deleting the Python cache for the macleod directory:
find . -name \*.pyc -delete

Not sure if this is worth including in the README or the installation instructions if others come across this error while running macleod.

This sounds strange. I added it to the README in case anyone comes across it.
Thanks for finding a solution!