Installation Error

I wanted to convert my python script to an executable but there is an error every time I try to install the tool. Please look at the screenshots, if it helps…

Note: I dis-selected the Path option as I already have python installed and setup

ASError3

Please Help!!!

That error message means you probably don’t have one of the Python modules that ActivePython needs to have in order to install itself.

However, if you already have a Python installed, you won’t get anything special from ActivePython for making executables. Have you looked at making .pyc files or pickled Python with the version you already have?

I have to make .exe files and not .pyc file. This is because I have to run the script to a system that does not have python installed and I am not supposed to install it too…
What are the modules that ActivePython need in order to install itself?