Error with trace.py

Stewart Midwinter stewart at midwinter.ca
Tue Apr 13 23:07:47 EDT 2004


> Why doesn't it work?

well, are you running as non-root, but trace.py is trying to write to
a directory that only root has access to?

I tried the example under Windows, since under Linux I only have
Python 2.2 which doesn't have trace.py.

---
D:\data\python>python d:\python23\lib\trace.py -c -f
d:\data\python\counts test1.py

creates a file counts and a file test.cover. The former is a binary
file, while the latter is a marked-up version of the input file.

S



More information about the Python-list mailing list