From b002cddd1cda729c12f04f280f89e01410d74fc5 Mon Sep 17 00:00:00 2001 From: Mark Pilgrim Date: Tue, 27 Jul 2010 10:46:41 -0400 Subject: [PATCH] skeleton --- table-of-contents.html | 5 +++++ troubleshooting.html | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 troubleshooting.html diff --git a/table-of-contents.html b/table-of-contents.html index 5d9db97..fcb43fc 100755 --- a/table-of-contents.html +++ b/table-of-contents.html @@ -440,6 +440,11 @@ li ol{font-weight:normal}
  • Things to Read
  • Where To Look For Python 3-Compatible Code +
  • Troubleshooting +
      +
    1. Diving In +
    2. Running Python on the Command Line +

    © 2001–10 Mark Pilgrim diff --git a/troubleshooting.html b/troubleshooting.html new file mode 100644 index 0000000..fb8f0b4 --- /dev/null +++ b/troubleshooting.html @@ -0,0 +1,34 @@ + + +Troubleshooting - Dive Into Python 3 + + + + + + + +

      
    +

    You are here: Home Dive Into Python 3 +

    Troubleshooting

    +
    +

    Where’s the ANY key?
    variously attributed +

    +

      + +

    Diving In

    +

    FIXME + +

    Running Python on the Command Line

    +

    Throughout this book, there are examples of executing Python programs from the command line. + +

    On Linux, look in your Applications menu for a program called Terminal. (It may be in a submenu like Accessories or System.) + +On Mac OS X, there is an application called Terminal in your /Applications/Utilities/ folder. To get there, click on your desktop, open the Go menu, select Go to folder..., and type /Applications/Utilities/. Then run the Terminal program. + +

    + +

    © 2001–10 Mark Pilgrim + +