Can I use PyMOL from native Python? I'm aware of using the command-line version, but this doesn't let me take an interpretive approach, with which I'd like to experiment.
I googled and found that one could supposedly do this: >>> import pymol >>> pymol.finish_launching() However, I simply get a seg fault when attempting this (and can supply more details on that if necessary). Can someone confirm that this works for them? I'm running Python 2.3.2 on Linux and PyMOL 0.95. Thanks, Randy