py file to pyc help
code:
import py_compile
py_compile.compile("C:\PyhtonCode.py")
error:
file "PyhtonCode.py" Line 73
continue
SyntaxError: "continue" not properly in loop
phyton versiyon: 2.7.6
code:
import py_compile
py_compile.compile("C:\PyhtonCode.py")
error:
file "PyhtonCode.py" Line 73
continue
SyntaxError: "continue" not properly in loop
phyton versiyon: 2.7.6