This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, gerluijten
Date 2009-03-17.06:54:10
SpamBayes Score 2.7492455e-09
Marked as misclassified No
Message-id <e27efe130903161006o457f89fesc2d865efd57276e@mail.gmail.com>
In-reply-to <1237124527.44.0.964288018613.issue5494@psf.upfronthosting.co.za>
Content
The SyntaxError show that you are running python version 2.x.

> Run testscript in verbose mode: $ sudo ./regrtest.py -v server.py

Your sudo command is wrong:
it should specify the path to the tested python executable,
and not rely on the #! line in regrtest.py, which uses whatever python
is installed on your machine.

Probably something like
    sudo ../../python regrtest.py -v server.py
History
Date User Action Args
2009-03-17 06:54:12amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, gerluijten
2009-03-17 06:54:11amaury.forgeotdarclinkissue5494 messages
2009-03-17 06:54:10amaury.forgeotdarccreate