Hi all,

I'm trying to build PyMol in Msys2. The build went ok and it constructed a _cmd.pyd for this program using a command almost identical to the one used previously and successfully on mingw (that used the pymol.org python for window, this time it is the mingw32/bin/python2.7 that is used). The build was copied out to a file structure like this:

top
  bin
    python binary and all mingw32 dll's listed by ntdll for _cmd.py
  lib/python2.7/site-packages
    pymol pieces in  here
    chempy pieces in here

#in a Windows CMD shell, top directory
#set PYTHON_PATH to point to the right place
python2
import Pmw
#works, this is also in site-packages
import pymol

blows up with a missing dll warning. ntdll of _cmd.pyd shows that all of the ones from mingw are present in the same directory as the python2 which is running. "Dependency Walker" shows about as many things wrong with the .pyd
files which don't work as the ones which do.

Is there perhaps some way to coerce Python to say _which_ dll it could not load???

Thanks,

David Mathog
mat...@caltech.edu
Manager, Sequence Analysis Facility, Biology Division, Caltech

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Msys2-users mailing list
Msys2-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/msys2-users

Reply via email to