python 2.3b[12]

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Dave Reed

    python 2.3b[12]

    I originally tried compiling python 2.3b1 on a Solaris 9 system with
    --enable-shared and ran into some problems that someone helped me
    resolve and said fixes were in CVS. I thien tried python 2.3b2 and it
    compiled fine so the fixes made it in; however, it reports:

    ../python
    Python 2.3b1 (#1, Jun 14 2003, 15:08:24)
    [GCC 3.2.3] on sunos5
    Type "help", "copyright" , "credits" or "license" for more information.[color=blue][color=green][color=darkred]
    >>>[/color][/color][/color]


    I thought maybe this was just someone forgetting to update the startup
    message for the new beta, but I've seen other messages that show
    Python 2.3b2.

    Any ideas on what happened?

    Dave



  • Erik Max Francis

    #2
    Re: python 2.3b[12]

    Dave Reed wrote:
    [color=blue]
    > ./python
    > Python 2.3b1 (#1, Jun 14 2003, 15:08:24)
    > [GCC 3.2.3] on sunos5
    > Type "help", "copyright" , "credits" or "license" for more information.[color=green][color=darkred]
    > >>>[/color][/color]
    >
    > I thought maybe this was just someone forgetting to update the startup
    > message for the new beta, but I've seen other messages that show
    > Python 2.3b2.
    >
    > Any ideas on what happened?[/color]

    Hmm, mine doesn't (built from scratch on Linux):

    max@oxygen:~% python2.3
    Python 2.3b2 (#1, Jun 29 2003, 20:30:58)
    [GCC egcs-2.91.66 19990314/Linux (egcs-1.1.2 release)] on linux2
    Type "help", "copyright" , "credits" or "license" for more information.

    Are you sure you're running the version you think you are?

    --
    Erik Max Francis && max@alcyone.com && http://www.alcyone.com/max/
    __ San Jose, CA, USA && 37 20 N 121 53 W && &tSftDotIotE
    / \ Love is the true price of love.
    \__/ George Herbert

    Comment

    Working...