Pymol Free Download For Windows 64 Bit

Posted on by

Sep 21, 2017 - This page describes how to install PyMOL on Microsoft Windows. Pre-compiled Open-Source PyMOL is available free from Christoph Gohlke of the. Download the appropriate wheel files, along with all requirement wheel. PyMOL - X 64-bit Download - x64-bit download - freeware, shareware and software downloads. The needs of science sparked the development of the electronic computer, which led to the PC and today's multimedia-driven world. The favor's since been. Download PyMOL Molecular Graphics System for free. PyMOL is an OpenGL based molecular visualization system. Pymol for windows; pymol-1.5.0.3.win32-py2.7.

  1. Pymol Windows Install
  2. Pymol Free Download For Windows 64 Bit

Adapted from https://drive.google.com/viewerng/viewer?a=v&pid=sites&srcid=ZGVmYXVsdGRvbWFpbnxweXJvc2V0dGF8Z3g6NjA4OWZhYjZlN2YyOWZiNQ

Pymol Windows Install

PyRosetta is fairly simple to install on Windows, assuming Python is installed. However, it does take large amounts of RAM (you'll need a computer with >4GB), so you may need to use the Linux version for older computers.

  1. Download Python 2.7. You MUST use the 64-bit version. Link: https://www.python.org/downloads/ (Make sure to select the option to add python to your path)

  2. Install iPython. Open a command prompt, and type python -m pip install ipython. This should download and install ipython in one step.

  3. Get pyreadline from https://pypi.python.org/pypi/pyreadline/2.0 (Download the 64-bit version, pyreadline-2.0.win-amd64.exe). Run the exe once download is complete. (This provides a bunch of tab-completion and other handy features, it isn't necessary, but you want it.)

  4. Get a PyRosetta license. These are free for academic/non-commercial use. Go to: http://c4c.uwc4c.com/express_license_technologies/pyrosetta

  5. Once your license is processed (which should only take a couple minutes), you'll receive an email with a username and password and, a link to the download.

  6. Download the most recent version of the PyRosetta windows from here. You'll want the exe for the highest numbered release version (i.e. PyRosetta.Windows.64Bit.monolith.mode=release.branch=release-r##.exe).

  7. When the download completes, run the exe to install PyRosetta

  8. Two shortcuts should appear on the desktop, one for 'iPython PyRosetta shell' and on for 'PyMOL PyRosetta Link'. Delete the second one, as that link method is not the one we'll be using.

  9. Ford ids software license. Open the ipython shell using the remaining shortcut. type:

    Mgi photosuite free download. You can post your creations to your personal website or email them to friends. Overview MGI PhotoSuite is a Shareware software in the category Graphics Applications developed. This complete PC Photography and Internet software lets you make greeting cards, calendars, slide shows, web pages and other projects to share your treasured photos with family and friends.

    from rosetta import *
    rosetta.init()

  10. If you get a message ending with something like the following, you've successfully installed PyRosetta.

    core.init.random: RandomGenerator:init: Normal mode, seed=-1088387864 RG_type=mt19937

Adapted from http://www.pymolwiki.org/index.php/Windows_Install#Pre-compiled_PyMOL

Pymol Free Download For Windows 64 Bit

  1. Create a folder (e.g. C:PyMOL_Install) to hold the files
  2. From http://www.lfd.uci.edu/~gohlke/pythonlibs/ download:
    • pymol-1.7.6.0-cp27-none-win_amd64.whl
    • pymol_launcher-1.0-cp27-none-win_amd64.whl
    • numpy-1.9.2+mkl-cp27-none-win_amd64.whl
    • Pmw-2.0.0-py2-none-any.whl
  3. Move the files to the folder you created
  4. Start a command prompt, and move to the directory you saved the files in:
    cd C:PyMOL_Install
  5. Assuming you added python to you path earlier, run the command:
    python -m pip install --no-index --find-link='%CD%' --pre pymol_launcher-1.0-cp27-none-win_amd64.whl
  6. If there are errors, try installing the .whl files in this order: numpy, Pmw, pymol-1.7.6.0, pymol_launcher
  7. If there are no errors, you should be able start PyMOL using C:Python27PyMOL.exe
  8. Create a shortcut on your desktop to make starting PyMOL easier.

Adapted from http://www.pyrosetta.org/pymol_mover-tutorial

PymolDownload
  1. Start PyMOL

  2. In the command line (upper window), type
    run C:Program FilesPyRosettaPyMOLPyRosettaServer.py

  3. You should see a message just above saying:
    PyMOL <---> PyRosetta link started!
    at 127.0.0.1 port 65000
    If it doesn't work, check if PyRosetta installed to the above path (which it should have if you followed the instructions on this page). If the path is different, modify the run command to match.

  4. Go to the 'File' menu and select 'Edit pymolrc'.

  5. Add the same run command to the file, then save it. This will start the PyRosetta link automatically every time you run PyMOL.