When I run the command python kodacad.py in Terminal, it just prints OCCT version and nothing happens. No error, no app.
I checked in the code and it stops execution at the following line -
doc = TDocStd_Document(TCollection_ExtendedString(doc_format))
I added try except block but it is not throwing exception at this line. Any idea what I am missing?