On Fri, Sep 30, 2016 at 11:02 AM, Paul  Moore <p.f.mo...@gmail.com> wrote:
> When I run ssh.exe, it fails with the message "The program cannot start 
> because
> python3.dll is missing from your computer". I tried running it with sxstrace 
> active,
> but the resulting log file is empty.

A manifest embedded in "ssh.exe" takes precedence over
"ssh.exe.manifest". Check for an embedded manifest:

    mt -inputresource:ssh.exe -out:con >nul

Also, manifests get cached (probably by SuperFetch), so when you make
a change you generally need to recompile or change the filename.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to