I've always wanted to explore inside compiled modules (for those times when that's all that's available). AND, guess what-- I opened one (sort of by accident) in Boa Constructor and could see of all the exported names in that module. Does PythonWin do that?
Does PythonWin IDE show declarations in .pyd files?
Collapse
X
-
Thanks, D. That's just as I suspected. Boa Constructor has just shown itself to have advantages, even for those who are not developing GUI based apps.Originally posted by dshimerWhen I open a .pyd or a .pyc it looks just like it would if I open it in Gvim or any other editor. There is much plain text visible, but nothing you would call readable. The working source is not recognizable at all.
I'm very please. Thanks again.Comment
-
This is of special interest to users of win32* (ironic, isn't it) who haven't bought the book. Now I don't have to guess at what's defined and what's not.Originally posted by bartoncI've always wanted to explore inside compiled modules (for those times when that's all that's available). AND, guess what-- I opened one (sort of by accident) in Boa Constructor and could see of all the exported names in that module. Does PythonWin do that?Comment
Comment