Does PythonWin IDE show declarations in .pyd files?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bartonc
    Recognized Expert Expert
    • Sep 2006
    • 6478

    #1

    Does PythonWin IDE show declarations in .pyd files?

    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?
  • dshimer
    Recognized Expert New Member
    • Dec 2006
    • 136

    #2
    When 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.

    Comment

    • bartonc
      Recognized Expert Expert
      • Sep 2006
      • 6478

      #3
      Originally posted by dshimer
      When 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.
      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.

      I'm very please. Thanks again.

      Comment

      • bartonc
        Recognized Expert Expert
        • Sep 2006
        • 6478

        #4
        Originally posted by bartonc
        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?
        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.

        Comment

        Working...