From: Francisco Ramos (pachoramos_at_gmail.com)
Date: Sat Sep 05 2020 - 12:04:17 CDT

El sáb, 05-09-2020 a las 08:26 -0500, John Stone escribió:
> Hi,
> The test versions of VMD 1.9.4 work fine with Python 3.7, I'm not
> sure what has led you to any other conclusion. The latest code still
> compiles with both 2.x and 3.x, though at some point in the future
> it may become 3.x only.
>
> Best,
> John Stone
> vmd_at_ks.uiuc.edu
>

Thanks for the reply

I will retry

I was wondering because I saw configure script still hard codes many python2.5
locations such as:
$stock_python_include_dir=$ENV{"PYTHON_INCLUDE_DIR"} ||
"$vmd_library_dir/python/lib_$config_arch/include/python2.5";
$stock_python_library_dir=$ENV{"PYTHON_LIBRARY_DIR"} ||
"$vmd_library_dir/python/lib_$config_arch/lib/python2.5/config";
$stock_numpy_include_dir=$ENV{"NUMPY_INCLUDE_DIR"} ||
"$vmd_library_dir/numpy/lib_$config_arch/include";
$stock_numpy_library_dir=$ENV{"NUMPY_LIBRARY_DIR"} ||
"$vmd_library_dir/python/lib_$config_arch/lib/python2.5/site-
packages/numpy/core/include";

$python_libs = "-lpython2.5 -lpthread";

Then I thought it was still not fully ported to python3