Gorgon -------------------------------Starting Gorgon -------------------------------- To run Gorgon, open a terminal, navigate to your Gorgon directory, and enter ./gorgon.sh -------------------------------Troubleshooting--------------------------------- If that does not work, first make sure gorgon.sh is executable. ls -l gorgon.sh If you don't see three 'x' characters on the left side of the output, enter chmod 755 gorgon.sh Then try launching Gorgon again ./gorgon.sh If you are not sure whether your Linux installation is 32 bit or 64 bit enter uname -a If you see x86_64, you need the 64 bit version. If you see i386, i686, or similar, you need the 32 bit version. If you still have problems, open gorgon.sh in a text editor, and change the last line from python gorgon.pyw & to python gorgon.pyw This will allow you to see error messages when you launch Gorgon. -------------------------------Further questions------------------------------- Submit problems and suggestions at http://www.cs.wustl.edu/~ssa1/gorgon/pages/contactUs.php Please include your Linux distribution and version with your message.