Message83661
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 |
|
Date |
User |
Action |
Args |
2009-03-17 06:54:12 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, gerluijten |
2009-03-17 06:54:11 | amaury.forgeotdarc | link | issue5494 messages |
2009-03-17 06:54:10 | amaury.forgeotdarc | create | |
|