I just installed EPD/CANOPY on a new Win7 PC and wanted to make sure it would work for scripts that have been developed in other environments.
I'm using a known-good script, with valid data, and trying to (re)generate an executable with pyinstaller-2.1. It seems a couple .dlls are missing from the final package but they do exist, under C:\Program Files\Enthought\Canopy\App\appdata\canopy-1.4.1.1975.win-x86_64\Scripts.
Looks like a simple path problem...that's when I noticed there is no C:\Python27 directory!
Also, the above path is not in the Windows environment variable, that looks like C:\Users\~\AppData\Local\Enthought\Canopy\User\Scripts
Background, I had installed pyinstaller with pip, per instructions https://support.enthought.com/entries/23389761. From the Canopy Command Prompt, PyInstaller shows up OK with "pip list" and responds to its --version prompt so I think it is OK.
Some other way to generate executables would be useful in the interim but the general question is still how to get these paths straight for all comers?