Closed wonyeol closed 7 years ago
Running the command time python3 -O sml.py $1 gives the error ModuleNotFoundError: No module named 'sml2c' because sml2c.py does not exist. Maybe need to comment out the line from sml2c import sml2c in sml.c?
time python3 -O sml.py $1
ModuleNotFoundError: No module named 'sml2c'
from sml2c import sml2c
sml.c
Yeah, comment that. I haven't pushed that file yet.
Running the command
time python3 -O sml.py $1
gives the errorModuleNotFoundError: No module named 'sml2c'
because sml2c.py does not exist. Maybe need to comment out the linefrom sml2c import sml2c
insml.c
?