Ticket #435 (new defect)
python profiler doesn't seem to work any more
| Reported by: | rob | Owned by: | rob |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.0 |
| Component: | application | Keywords: | |
| Cc: |
Description
Something is wrong with the profiler -- trying to run peppy with the "-p" option results in:
Exception exceptions.AssertionError: AssertionError('Bad call', ('/home/rob/src/peppy-git/peppy/main.py', 313, 'OnInit'), <frame object at 0x17c6760>, <
frame object at 0x1735050>, <frame object at 0x1732440>, <frame object at 0x1825e80>) in <bound method Font.<lambda> of <wx._gdi.Font; >> ignored
which seems to occur right after the call to
GlobalPrefs.convertConfig()
in the main OnInit? method.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
