Changeset d0aecd33


Ignore:
Timestamp:
08/20/2014 04:31:16 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2278bf8
Parents:
2249a59
Message:

Text updates - idle is always installed, it just doesn't work if Tkinter doesn't exist

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@13957 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
general/prog
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/prog/python2.xml

    r2249a59 rd0aecd33  
    256256          python2 (symlink), python2-config (symlink),
    257257          python&python2-majorver;, python&python2-majorver;-config,
    258           smtpd.py, and optionally if <application>Tk</application>
    259           is installed, idle
     258          smtpd.py, and idle
    260259        </seg>
    261260        <seg>
     
    295294          <para>
    296295            is a wrapper script that opens a <application>Python</application>
    297             aware GUI editor.
     296            aware GUI editor. For this script to run, you must have installed
     297            <application>Tk</application> before Python so that the Tkinter
     298            Python module is built.
    298299          </para>
    299300          <indexterm zone="python2 idle">
  • general/prog/python3.xml

    r2249a59 rd0aecd33  
    261261          pyvenv&python3-majorver;,
    262262
    263           and optionally, if Tk is installed,
    264           idle3 (symlink) and
     263          idle3 (symlink), and
    265264          idle&python3-majorver;
    266265        </seg>
     
    286285        <listitem>
    287286          <para>
    288             is a wrapper script that opens a
    289             <application>Python</application> aware GUI editor.
     287            is a wrapper script that opens a <application>Python</application>
     288            aware GUI editor. For this script to run, you must have installed
     289            <application>Tk</application> before Python so that the Tkinter
     290            Python module is built.
    290291          </para>
    291292          <indexterm zone="python3 idle3">
Note: See TracChangeset for help on using the changeset viewer.