Skip to content

Python interface not working on python3 #33

@zclandry

Description

@zclandry

The python interface errors when importing. It seems likely that it is due to the python2.7 formatted print statements. Error below:

File "", line 1, in
from libmf import mf

File "/usr/local/lib/python3.7/dist-packages/libmf/mf.py", line 78
print "Unrecognized keyword argument '{0}={1}'".format(kw, kwargs[kw])
^
SyntaxError: invalid syntax

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions