| 8 | | -----Original Message----- |
| 9 | | From: ChimeraX [mailto:ChimeraX-bugs-admin@cgl.ucsf.edu] |
| 10 | | Sent: Wednesday, July 22, 2026 20:10 |
| 11 | | To: alexandra.zahradnikova@savba.sk; goddard@cgl.ucsf.edu |
| 12 | | Subject: Re: [ChimeraX] #20782: Python shell debugger warning (was: ChimeraX bug report submission) |
| 13 | | |
| 14 | | #20782: Python shell debugger warning |
| 15 | | -----------------------------------------------+------------------------- |
| 16 | | Reporter: alexandra.zahradnikova@… | Owner: Tom Goddard |
| 17 | | Type: defect | Status: assigned |
| 18 | | Priority: normal | Milestone: |
| 19 | | Component: Core | Version: |
| 20 | | Resolution: | Keywords: |
| 21 | | Blocked By: | Blocking: |
| 22 | | Notify when closed: | Platform: all |
| 23 | | Project: ChimeraX | |
| 24 | | -----------------------------------------------+------------------------- |
| 25 | | Changes (by Tom Goddard): |
| 26 | | |
| 27 | | * component: Unassigned => Core |
| 28 | | * owner: (none) => Tom Goddard |
| 29 | | * platform: => all |
| 30 | | * project: => ChimeraX |
| 31 | | * status: new => assigned |
| 32 | | * summary: ChimeraX bug report submission => Python shell debugger warning |
| 33 | | |
| 34 | | Comment: |
| 35 | | |
| 36 | | I'm not sure what ChimeraX problem you are reporting. The ChimeraX log in |
| 37 | | your report shows a warning message after starting the Python shell within |
| 38 | | ChimeraX. That is normal and is just advisory. It means that some Python |
| 39 | | system modules are built-in to the Python executable instead of loaded |
| 40 | | from .pyc files. That can make debugging not able to inspect the code for |
| 41 | | those modules. But it also makes Python start much faster. When |
| 42 | | debugging you are probably interested in debugging the ChimeraX modules |
| 43 | | which are not frozen, so I don't think this limitation will affect you. |
| 44 | | }}} |