I have downloaded Python 2.7.3, PyInstaller (compatible with 2.7) and pywin32 (compatible with 2.7) and restarted my machine, but when I enter the prompt:
pyinstaller.py [opts] nameofscript.py
The prompt then tells me:
Error: PyInstaller for Python 2.6+ on windows needs pywin32. Please install from http://sourceforge.net/projects/pywin32/
Why is it that PyInstaller can't "see" that I have already downloaded pywin32?