distutils.core not in Debian python2.2 package

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Kent Tenney

    distutils.core not in Debian python2.2 package

    Howdy,

    I did;
    # apt-get install python2.2

    # python
    Python 2.2.1
    ....[color=blue][color=green][color=darkred]
    >>>[/color][/color][/color]

    then checked docutils out of CVS
    and did;

    docutils# python ./setup.py install

    ImportError: No module named distutils.core

    How do I install distutils?

    Thanks,
    Kent

  • Kent Tenney

    #2
    Re: distutils.core not in Debian python2.2 package

    Thanks

    It surprises me to find distutils in a package described as:

    "Header files and a static library for Python (v2.2)"

    Kent

    David M. Cooke wrote:[color=blue]
    > At some point, Kent Tenney <kent@NOSPAMspr ingfed.com> wrote:
    >
    >[color=green]
    >>Howdy,
    >>
    >>I did;
    >># apt-get install python2.2
    >>
    >># python
    >>Python 2.2.1
    >>...[color=darkred]
    >> >>>[/color]
    >>
    >>then checked docutils out of CVS
    >>and did;
    >>
    >>docutils# python ./setup.py install
    >>
    >>ImportError : No module named distutils.core
    >>
    >>How do I install distutils?[/color]
    >
    >
    > Install the python2.2-dev package.
    >[/color]

    Comment

    Working...