How to Install py2exe for Python 3.4
How to Install py2exe in windows 7 :
In this tutorial we will see how to install py2exe in Python 3.4
To install py2exe for Python 3.4 in windows 7 all you need is a command prompt because all the required modules and librarys are included in Python 3.4, which means we just have to use some commands to install py2exe
Steps to Install py2exe:
1. Open command prompt
2. cd to Scripts directory of Python 3.4
cd C:\Python34\Scripts
3. When you are on the directory Scripts you only have to use one more command
pip install py2exe
The above command will install py2exe