Debian says "Warning! you are running an untested version ofPython." on 2.3

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Alex Stapleton

    #1

    Debian says "Warning! you are running an untested version ofPython." on 2.3

    Whenever I run python I get

    "Warning! you are running an untested version of Python."

    prepended to the start of any output on stdout.

    This is with Debian and python 2.3 (running the debian 2.1 and 2.2 binaries
    doesn't have this effect)

    Does anyone have any idea how to stop this or have even seen it before?
    Google says Your search - "you are running an untested version" - did not
    match any documents
    :(

  • Nick Craig-Wood

    #2
    Re: Debian says "Warnin g! you are running an untested version of Python." on 2.3

    Alex Stapleton <alexs@advfn.co m> wrote:[color=blue]
    > Whenever I run python I get
    >
    > "Warning! you are running an untested version of Python."
    >
    > prepended to the start of any output on stdout.
    >
    > This is with Debian and python 2.3 (running the debian 2.1 and 2.2 binaries
    > doesn't have this effect)[/color]

    What version of a) Debian and b) python are you running?

    I don't have that problem here (I'm running testing/sarge)

    $ python2.4 -c 'pass'
    $ python2.3 -c 'pass'
    $ python2.2 -c 'pass'
    $ python2.1 -c 'pass'
    $

    $ dpkg -l python2.1 python2.2 python2.3 python2.4
    ||/ Name Version Description
    +++-==============-==============-=============== =============== ==============
    ii python2.1 2.1.3-25 An interactive high-level object-oriented la
    ii python2.2 2.2.3-10 An interactive high-level object-oriented la
    ii python2.3 2.3.4-18 An interactive high-level object-oriented la
    ii python2.4 2.4-2 An interactive high-level object-oriented la

    --
    Nick Craig-Wood <nick@craig-wood.com> -- http://www.craig-wood.com/nick

    Comment

    • rbt

      #3
      Re: Debian says &quot;Warnin g! you are running an untested version of Python.&quot; on 2.3

      Nick Craig-Wood wrote:
      [color=blue]
      > Alex Stapleton <alexs@advfn.co m> wrote:[color=green]
      >> Whenever I run python I get
      >>
      >> "Warning! you are running an untested version of Python."
      >>
      >> prepended to the start of any output on stdout.
      >>
      >> This is with Debian and python 2.3 (running the debian 2.1 and 2.2
      >> binaries doesn't have this effect)[/color]
      >
      > What version of a) Debian and b) python are you running?
      >
      > I don't have that problem here (I'm running testing/sarge)[/color]

      Same here... Debian testing with Python2.3 no problem. Perhaps he's running
      Debian unstable?

      Cheers

      Comment

      • Amand Tihon

        #4
        Re: Debian says &quot;Warnin g! you are running an untested version of Python.&quot; on 2.3

        rbt wrote:
        [color=blue]
        > Nick Craig-Wood wrote:
        >[color=green]
        >> Alex Stapleton <alexs@advfn.co m> wrote:[color=darkred]
        >>> Whenever I run python I get
        >>>
        >>> "Warning! you are running an untested version of Python."
        >>>
        >>> prepended to the start of any output on stdout.
        >>>
        >>> This is with Debian and python 2.3 (running the debian 2.1 and 2.2
        >>> binaries doesn't have this effect)[/color]
        >>
        >> What version of a) Debian and b) python are you running?
        >>
        >> I don't have that problem here (I'm running testing/sarge)[/color]
        >
        > Same here... Debian testing with Python2.3 no problem. Perhaps he's
        > running Debian unstable?[/color]

        Same result here on unstable, no problem. And experimental has no python2.3
        package.
        However, I remember vaguely about something like this.
        Perhaps the OP is running an old unstable version, never upgraded ?

        --
        Amand Tihon

        Comment

        Working...