3 Mar
2008
3 Mar
'08
10:18 p.m.
Ted Gould wrote:
Aaron, is your test something I could run? I'm just all confused, I think that's the best source of data, I'd like to get runs in various setups to try and figure out what's happening.
I've just been adding:
debug(sys.argv)
To the affect() method in inkex.py (around line 149 or so). The debug procedure is defined near the beginning of the file. Simply wraps its argument in str() and writes to sys.stderr. For some of the problems we're seeing on Vista it may also be interesting to view sys.path.
Aaron Spike