Re: Understanding pdb result [RESOLVED]

2018-04-28 Thread Rich Shepard
On Sat, 28 Apr 2018, Rich Shepard wrote: The menu does not display, only the frame and status bar. Fixed the problem: I had neglected to attach the menu bar to the frame. Mea culpa! Rich -- https://mail.python.org/mailman/listinfo/python-list

Re: Understanding pdb result

2018-04-28 Thread Rich Shepard
On Fri, 27 Apr 2018, Steven D'Aprano wrote: What error are you referring to? Steven, The menu does not display, only the frame and status bar. Why are you using pdb in the first place? Because it is a debugger that allows me to process code line-by-line and works with Python3. If yo

Re: Understanding pdb result

2018-04-27 Thread Steven D'Aprano
On Fri, 27 Apr 2018 10:34:27 -0700, Rich Shepard wrote: > Running python3-3.6.5 and wxPython-4.0.1 on Slackware-14.2. > >The module begins this way: > > #!/usr/bin/env python3 > > import sys, os > import pdb > import wx [...] >Please pass me a pointer to a resource that teaches me how

Understanding pdb result

2018-04-27 Thread Rich Shepard
Running python3-3.6.5 and wxPython-4.0.1 on Slackware-14.2. The module begins this way: #!/usr/bin/env python3 import sys, os import pdb import wx When pdb is invoked and I step through the code I get these results: $ python3 -m pdb openEDMS.py /home/rshepard/development/openEDMS/openE