Please help me with the process needed to convert a python script to a windows executable. On some web links I did find tutorials that mentioned using py2exe. However, i did not fins a version of py2exe that is compatible with python 3.3.2.
Is there any other way of creating a windows executable from python script written in version 3.3.2 ?
Please note that I need to run the executable on windows 7 x64.