Changes between Version 18 and Version 19 of FAQ


Ignore:
Timestamp:
Sep 8, 2007, 7:18:20 AM (17 years ago)
Author:
sfiera@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FAQ

    v18 v19  
    106106=== How do I get readline support for DarwinPort's Python? ===
    107107
    108 If you're using python24, install the py-readline port. If you're using python25, install py25-readline. Depending on your setup, you may need to create a file called ~/.pythonrc.py with the following in it:
    109 {{{
    110 import readline
    111 }}}
     108If you're using python24, install the py-readline port.
     109
     110If you're using python25, install py25-readline.
    112111
    113112=== Why can't I `import foo` in Python 2.5? ===