Re: [PyMOL] loading a file whose name is stored in a variable

2016-10-20 Thread Subha K
Hi Gabriel, Thanks for that suggestion. You are correct, the file is missing, but I don't understand why my previous shutil.copy command is not working. Thanks, Subha On Thu, Oct 20, 2016 at 11:38 AM, Gabriel Marques < gabriel.marq...@schrodinger.com> wrote: > Is there an error output? I could

Re: [PyMOL] loading a file whose name is stored in a variable

2016-10-20 Thread Gabriel Marques
Is there an error output? I could see it not working if File10 is not located in the present working directory. If you are running the script by using the load command in pymol you can type pwd or cmd.pwd() on the input line to see the present working directory. The best bet to fix the problem i