[PyMOL] launching PyMol from a python function

2005-10-24 Thread Dmitriy Igor Bryndin
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: ---

[PyMOL] PyMol segmentation fault while starting from external python program

2005-10-10 Thread Dmitriy Igor Bryndin
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 -

[PyMOL] PyMol does not compile with python 2.4.1

2005-10-10 Thread Dmitriy Igor Bryndin
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