[Python-Dev] runtime dlls on Windows

Chris Angelico rosuav at gmail.com
Thu May 26 19:58:56 EDT 2016
On Fri, May 27, 2016 at 5:13 AM, Steve Dower <steve.dower at python.org> wrote:
> If they're installed properly into System32/SysWOW64 (using the official
> installer), then yes. If you simply drop them into your Python install
> directory, then no, unless you drop the right one - it has to match the
> python.exe architecture.
>

What if the Python installation isn't being run as admin? Or is that
deprecated too?

ChrisA


More information about the Python-Dev mailing list