The WinCoot python script file ``flynn.py'' is included in your flynn distribution in the ``utilities/flynn/wincoot'' directory. The following steps are required to integrate flynn with WinCoot.
Typically, this directory is C:
WinCoot
share
coot
python.
For example:
"coot-gui.py",
"flynn.py",
"extensions.py",
The easiest place to put this right after the line
menu = coot_menubar_menu("Extensions")
here are the lines to add:
add_simple_coot_menu_menuitem(menu, "Fit Ligand...", do_flynn_gui)
add_simple_coot_menu_menuitem(menu, "Make CIF...", do_writedict_gui)
To assist this process, modified versions of ``coot.py'' and ``extensions.py'' are supplied with flynn. These versions have been tested on coot version 0.3.3.