Re: [PyMOL] Problem starting Pymol in a Python script

2003-11-07 Thread Truls A. Tangstad
On Fri, Nov 07, 2003 at 01:52:42PM +, Tom Walsh wrote: > > 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 req

[PyMOL] Problem starting Pymol in a Python script

2003-11-07 Thread Tom Walsh
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 "py