--Matt Arnold <matt.mattarn@gmail.com> wrote:
Yann, I'm supposed to type python parallel.py on the command line in a terminal, right? It returned this message: python: can't open file 'parallel.py': [Errno 2] No such file or directory The parallel folder is on my desktop. Where should it go? I'm using Ubuntu. -epkat
Hi Matt,I haven't installed Parallel on my PC, but I think I'll do that this weekend. I'll also use the Python version, since I program in that now.
I suspect that in your command window, you are not in the directory that has parallel.py in it. If you do the command
ls parallel.pyyou should see the parallel.py listed. If not, you'll need to use the cd command to change to the directory where you put parallel.py. (Since you need to use a command window to run the program, you may want to install Parallel in a window that's easy to get to.)
HTH, -- Bruce Webber brucewebber@fastmail.us http://brucewebber.us