Software and Tools

Installing the 6.01 Software on Windows 7/XP (32-bit)

« Previous

A. Download the Software

Download the following files to your desktop:

B. Install the Python Language

Double click on the Python installer to begin the Python installation process.

  1. In reply to the options: install the software for all users, use the default directory (C:\Python26\) and in general just click “next” to accept the defaults.
  2. Wait for the installation to finish and click “finish”. Note that installing Python will also automatically install idle.

C. Check that Python Works

  1. Find Python 2.6 in your menu of programs and run “idle”. This should produce a window that says “Python 2.6.x …” and ends with a prompt (»>)
  2. At the prompt, type
    >» 2**10
    and press Enter. The result should be 210, or 1024. Try computing 21000 and verify that this works as well.
  3. If this works, you’ve (probably) successfully installed Python. Exit idle by selecting exit from the file menu. Ask for help if something has gone wrong.
  4. Download idle-n.zip and extract the .bat file. This file will let you start idle with the “-n” flag that allows it to generate plots properly.

D. Install Numpy

Double-click on the numpy installer on your desktop (numpy-1.5.1-win32-superpack-python2.6.exe). Accept the defaults (i.e., just click “next”), wait for the installation to complete, and click “finish”.

E. Install the 6.01 Software: lib601, soar, and CMax

The links to download the lib601, soar, and CMax installer are at the top of this page.

Double-click on the soar installer on your desktop (lib601-3-500.win32.exe). Accept the defaults (i.e., just click “next”), wait for the installation to complete, and click “finish”.

If you have Windows Vista or Windows 7, do NOT simply double-click to run these installers! You MUST right-click on the installers and choose “Run as Administrator”; otherwise you will see error messages during the installation, and soar will not appear on your Start menu.

F. Try it!

To start soar, simply run soar from Start->Programs. To start CMax, run CMax from Start->Programs.

You can now remove the installer files that you downloaded to your desktop.

If you just want to write Python scripts, without needing to use soar, you can open up idle directly. Go to Start | All Programs | Python 2.6 | idle (Python GUI). This will bring up the idle editor that you use during lab.

« Previous

Learning Resource Types
Lecture Videos
Recitation Videos
Problem Sets
Exams with Solutions
Lecture Notes
Instructor Insights
Programming Assignments
Exams