From: Thomas H. <th...@ct...> - 2013-08-03 11:19:52
|
Am 03.08.2013 01:15, schrieb David Goldsmith: > I wasn't able to figure this out (I found I was able to successfully > import help from pydoc and call help, but it couldn't find the > docstring, even when I included the source file in the executable's > directory, If you build the exe with '-OO' then Python will throw away the doc strings. Is that the problem? Thomas |