Error with trace.py

Felix Wiemann Felix.Wiemann at gmx.net
Wed Apr 14 06:55:37 EDT 2004


Stewart Midwinter schrieb:

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

Yes, obviously.  :)

> I tried the example under Windows
>
> D:\data\python>python d:\python23\lib\trace.py -c -f d:\data\python\counts test1.py

Doesn't work either.

But I found out that it works when using "--coverdir=.":

$ python /usr/lib/python2.3/trace.py --count --coverdir=. test.py

-- 
http://www.ososo.de/



More information about the Python-list mailing list