im quite new to python and have made a few programs to help me in school but i dont know how to compile them.
i have found a tutorial and have copied the code correctly but python says that the 'import' syntax is incorrect.
this is the code:
from distutils.core import setup import py2exe
setup(console=['2.py'])
how could i fix this?