Hi, The latest Coot pre-release uploaded to fink today fails to install because src/coot.py is missing
Going back through the build logs this is because of swig -o coot_wrap_python_pre_gtk2.cc -DCOOT_USE_GTK2_INTERFACE -DUSE_PYTHON -I/sw64/include/python2.6 -DUSE_PYGTK -DUSE_LIBCURL -I../src -shadow -python -c++ ../src/coot.i && mv coot.py coot_gtk2.py I modified the relevant line in coot.info (see below) and it builds and installs fine. 189c189 < cp src/coot.py python/coot.py --- > cp src/coot_gtk2.py python/coot.py Hopefully this info will help all the eager Mac Coot beta testers get their fix... Huw -- Dr Huw Jenkins Astbury Centre for Structural Molecular Biology University of Leeds Leeds, LS2 9JT
