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}
© 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 @@ + + +
You are here: Home ‣ Dive Into Python 3 ‣ +
++❝ Where’s the ANY key? ❞
— variously attributed +
+ +
FIXME + +
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 + +