I installed pyfos on my windows machine. whenever I try to use the modules (either run as script or import as module), Python alway complain about the init.py file.
import pyfos.utils
Traceback (most recent call last):
File "", line 1, in
File "e:\python\python3.6.6\pyfos\pyfos\utils_init_.py", line 1
../init.py
^
SyntaxError: invalid syntax
I installed pyfos on my windows machine. whenever I try to use the modules (either run as script or import as module), Python alway complain about the init.py file.