|
From: Noam Yorav-R. <noa...@gm...> - 2010-02-25 09:09:41
|
Hello, I've written a program called DreamPie (http://dreampie.sourceforge.net), and it includes a gtk exception hook which helps users report bugs. It prints the stack trace, to help in finding out what's wrong. Since library.zip doesn't include the .py sources of my application, the stack traces include only line numbers and not the contents. Is it possible to include the source modules of my application (not of all modules) in library.zip, so that stack traces will be more meaningful? Thanks, Noam |