[Python-Dev] Debugging using VS 2015

Steve Dower steve.dower at python.org
Wed Jan 13 19:50:46 EST 2016


On 13Jan2016 1556, Eddy Quicksall wrote:
> Those files already exist:
>
> W:\Python-3.5.1>PCbuild\get_externals.bat
> Fetching external libraries...
> bzip2-1.0.6 already exists, skipping.
> nasm-2.11.06 already exists, skipping.
> openssl-1.0.2d already exists, skipping.
> sqlite-3.8.11.0 already exists, skipping.
> tcl-core-8.6.4.2 already exists, skipping.
> tk-8.6.4.2 already exists, skipping.
> tix-8.4.3.6 already exists, skipping.
> xz-5.0.5 already exists, skipping.
> Finished.
> W:\Python-3.5.1>

You may need to delete the externals/openssl-1.0.2d directory and run 
get_externals.bat again.

Sometimes when you try to build without having downloaded the externals 
it creates enough directories that the script thinks it exists when it 
isn't all there.

Cheers,
Steve


More information about the Python-Dev mailing list