I'm trying to start PyMol from another python program.
After the 0_99beta17 it is possible to start it from the __main__ part of a
code. But when I start PyMol from a function 'pymol.finish_launching()' goes
in an endless loop.
Here goes an example:
---
Launching PyMol form external python script will produce segmaentation
fault.
For example starting "launch.py" from "/pymol/examples/launching"
--
$ python launch.py
zsh: segmentation fault python launch.py
-
I've tried to compile PyMol 0.99beta15 (one from CVS)
using:
python setup.py install
it fails while comiling layer0/Crystal.c
the problem in gcc "-Wp,-D_FORTIFY_SOURCE=2" parameter, which fails
compilation of PRINTF macro inside of Crystal.c
If I compile Crystal.c without this parameter ev