gak
gak
In my first test pycallpraph barfed spectacularily (on windows XP/german), because it just fed the pathname for the picture - containing spaces - to dot. The easiest way to fix...
If you replace all sys.settrace(tracer) calls with sys.setprofile(tracer) and ignore the first return event in the tracer. Running a script will be dramatically faster. (setprofile only logs call and return...
Especially with code that takes a long time to execute (especially after the settrace call...) I would like to collect _all_ calls for later offline investigation. I would suggest a...
This is happening under VirtualBox on Ubuntu Pangolin, but the fonts render just fine. It could possibly be an OpenGL error before the font code, possibly some of the new...
After building with Makefile.linux (might apply to other build methods), the cfg directory is not looked at when the binary is executed from the root of the project. A fix...