where should I look for sys.stderr output?

Skip Montanaro skip at pobox.com
Mon May 12 21:39:45 EDT 2003


    Steve> My /usr/bin/python was version 1.52 and the MoinMoin package was
    Steve> expecting version 2.2. I changed this and the MoinMoin stuff
    Steve> works fine now, but a bunch of the Python system administration
    Steve> stuff tools are broken now. :(

    Skip> You can have 1.5.2 installed as /usr/bin/python and just install
    Skip> 2.2 as /usr/local/bin/python.  Just modify MoinMoin's main program
    Skip> to reference /usr/local/bin/python in the #! line at the start of
    Skip> the file.

After posting I realized RedHat 7.3 probably has Python 2.something
installed as /usr/bin/python2 as well, so you might not need to even install
Python yourself, just tweak the MoinMoin script.

Skip





More information about the Python-list mailing list