1
Installation and License Questions / Re: Python Error
« on: May 23, 2014, 10:14 »First and foremost: why do you run VNL over "ssh -X"? This will give extremely poor graphical performance. No matter where you have the license, you should always be able to run VNL locally on your machine, and instead of tunneling the graphical (big operation) just tunnel the license connection (small operation). This also makes the graphical requirements easier, since your laptop or desktop probably has a proper graphics card, which the cluster nodes might not.
Reason is that I was trying to figure out why it wouldn't work for the user on her PC hence I had two connections, one logged in as her, one logged in as me. I don't even know what the vnl program does so performance doesn't matter as I just quit it as soon as it starts successfully
The settings are not the same if "setenv HOME" makes a difference. So what is $HOME for the user that fails before you set it? It's unclear to me what "local" means here - the machine from which you ssh or the machine on which "vnl" is executed?
Also, why do you run "sh vnl"? It's an executable script, you should just run "vnl".
The normal setting for $HOME is the user's network home directory, setting it to /local/username just points it to a folder on the local drive on the PC which was empty so had none of the previous VNL setting stored in there. I just need to clean these out of her normal home directory so that it will start without the error about not being able to import whatever this is : "ImportError: cannot import name view"
No reason, it behaves exactly the same if run by typing /local/QuantumWise/atk-13.8.1/vnl/bin/vnl.
Can you let me know where it stores its settings so I can sanitize her home directory meaning she won't need this workaround.