Hi, I'm trying to start Pymol (version 0.93) in a Python script, using the first method described in __init__.py i.e.:
import pymol pymol.finish_launching() I've set the PYTHONPATH and PYMOL_PATH variables as required but I get this error message: ----- Traceback (innermost last): File "pymol.py", line 3, in ? import pymol File "pymol.py", line 5, in ? pymol.finish_launching() AttributeError: finish_launching ----- So what am I doing wrong? Thanks, Tom Walsh