wiki:TracQuery

Trac Ticket Queries

In addition to reports, Trac provides support for custom ticket queries, which can be used to display tickets that meet specified criteria.

To configure and execute a custom query, switch to the View Tickets module from the navigation bar, and select the Custom Query link.

Filters

When you first go to the query page, the default filter will display tickets relevant to you:

  • If logged in then all open tickets, it will display open tickets assigned to you.
  • If not logged in but you have specified a name or email address in the preferences, then it will display all open tickets where your email (or name if email not defined) is in the CC list.
  • If not logged in and no name/email is defined in the preferences, then all open issues are displayed.

Current filters can be removed by clicking the button to the left with the minus sign on the label. New filters are added from the pulldown lists at the bottom corners of the filters box; 'And' conditions on the left, 'Or' conditions on the right. Filters with either a text box or a pulldown menu of options can be added multiple times to perform an Or on the criteria.

You can use the fields just below the filters box to group the results based on a field, or display the full description for each ticket.

After you have edited your filters, click the Update button to refresh your results.

Some shortcuts can be used to manipulate checkbox filters.

  • Clicking on a filter row label toggles all checkboxes.
  • Pressing the modifier key while clicking on a filter row label inverts the state of all checkboxes.
  • Pressing the modifier key while clicking on a checkbox selects the checkbox and deselects all other checkboxes in the filter.

The modifier key is platform and browser dependent. On Mac the modified key is Option/Alt or Command. On Linux the modifier key is Ctrl + Alt. Opera on Windows seems to use Ctrl + Alt, while Alt is effective for other Windows browsers.

Clicking on one of the query results will take you to that ticket. You can navigate through the results by clicking the Next Ticket or Previous Ticket links just below the main menu bar, or click the Back to Query link to return to the query page.

You can safely edit any of the tickets and continue to navigate through the results using the Next/Previous/Back to Query links after saving your results. When you return to the query any tickets which were edited will be displayed with italicized text. If one of the tickets was edited such that it no longer matches the query criteria , the text will also be greyed. Lastly, if a new ticket matching the query criteria has been created, it will be shown in bold.

The query results can be refreshed and cleared of these status indicators by clicking the Update button again.

Saving Queries

Trac allows you to save the query as a named query accessible from the reports module. To save a query ensure that you have Updated the view and then click the Save query button displayed beneath the results. You can also save references to queries in Wiki content, as described below.

Note: one way to easily build queries like the ones below, you can build and test the queries in the Custom report module and when ready - click Save query. This will build the query string for you. All you need to do is remove the extra line breaks.

Note: you must have the REPORT_CREATE permission in order to save queries to the list of default reports. The Save query button will only appear if you are logged in as a user that has been granted this permission. If your account does not have permission to create reports, you can still use the methods below to save a query.

You may want to save some queries so that you can come back to them later. You can do this by making a link to the query from any Wiki page.

[query:status=new|assigned|reopened&version=1.0 Active tickets against 1.0]

Which is displayed as:

Active tickets against 1.0

This uses a very simple query language to specify the criteria, see Query Language.

Alternatively, you can copy the query string of a query and paste that into the Wiki link, including the leading ? character:

[query:?status=new&status=assigned&status=reopened&group=owner Assigned tickets by owner]

Which is displayed as:

Assigned tickets by owner

Customizing the table format

You can also customize the columns displayed in the table format (format=table) by using col=<field>. You can specify multiple fields and what order they are displayed in by placing pipes (|) between the columns:

[[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter)]]

This is displayed as:

Results (1 - 3 of 14141)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#20807 limitation glBufferData: out of memory Tom Goddard rajnandani.kashyap@…
#20806 duplicate DLL load failed while importing: An Application Control policy has blocked this file Greg Couch chimerax-bug-report@…
#20803 fixed Boltz fails due to Colabfold MSA server failure, cryptic error message about decompress failing Tom Goddard goddard@…
1 2 3 4 5 6 7 8 9 10 11

Full rows

In table format you can also have full rows by using rows=<field>:

[[TicketQuery(max=3,status=closed,order=id,desc=1,format=table,col=resolution|summary|owner|reporter,rows=description)]]

This is displayed as:

Results (1 - 3 of 14141)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#20807 limitation glBufferData: out of memory Tom Goddard rajnandani.kashyap@…
Description
The following bug report has been submitted:
Platform:        Linux-6.8.0-136-generic-x86_64-with-glibc2.39
ChimeraX Version: 1.6.1 (2023-05-09 17:57:07 UTC)
Description
(Describe the actions that caused this problem to occur here)

Log:
Startup Messages  
---  
warnings | Replacing fetcher for 'tcia' and format DICOM medical imaging from
Dicom bundle with that from MedicalImaging bundle  
Replacing fetcher for 'pdb_nmr' and format NMRSTAR from NMRSTAR bundle with
that from NMRSTAR bundle  
  
UCSF ChimeraX version: 1.6.1 (2023-05-09)  
© 2016-2023 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open /home/rk/Documents/Ribosome-project/SBDS-wt/Final-
> volume/2026-Update/cryosparc_P27_J270_004_volume_map.mrc

Opened cryosparc_P27_J270_004_volume_map.mrc as #1, grid size 700,700,700,
pixel 0.865, shown at step 1, values float32  

> volume #1 region 0,0,0,699,699,699 step 4

[Repeated 1 time(s)]

> set bgColor white

> surface dust #1 size 8.65

> volume #1 step 1

> volume #1 change image level -0.1049,0 level 0.43,0.8 level 1.889,1

> volume #1 level 0.2386

> lighting soft

> open /home/rk/Documents/Ribosome-project/SBDS-wt/Final-
> volume/cryosparc_P33_J44_map_sharp.mrc

Opened cryosparc_P33_J44_map_sharp.mrc as #2, grid size 700,700,700, pixel
0.865, shown at step 1, values float32  

> volume #2 region 0,0,0,699,699,699 step 4

[Repeated 1 time(s)]

> volume #2 step 1

> volume #2 change image level -0.0001308,0 level 0.0847,0.8 level 1.819,1

> volume #2 level 0.01303

> lighting soft

> surface dust #1 size 8.65

> surface dust #2 size 8.65

> volume add #2 #1

Opened volume sum as #3, grid size 700,700,700, pixel 0.865, shown at step 1,
values float32  
An error occurred in drawing the scene. Redrawing graphics is now stopped to
avoid a continuous stream of error messages. To restart graphics use the
command "graphics restart" after changing the settings that caused the error.  
  
GLError(  
err = 1285,  
description = b'out of memory',  
baseOperation = glBufferData,  
pyArgs = (  
34963,  
2644785240,  
array([[ 0, 4, 2],  
[ 3, 4, 0],  
[ 1, 2, ...,  
GL_STATIC_DRAW,  
),  
cArgs = (  
34963,  
2644785240,  
array([[ 0, 4, 2],  
[ 3, 4, 0],  
[ 1, 2, ...,  
GL_STATIC_DRAW,  
),  
cArguments = (  
34963,  
2644785240,  
array([[ 0, 4, 2],  
[ 3, 4, 0],  
[ 1, 2, ...,  
GL_STATIC_DRAW,  
)  
)  
  
Traceback (most recent call last):  
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/core/updateloop.py", line 73, in draw_new_frame  
view.draw(check_for_changes = False)  
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/graphics/view.py", line 177, in draw  
self._draw_scene(camera, drawings)  
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/graphics/view.py", line 215, in _draw_scene  
shadow, multishadow = self._compute_shadowmaps(opaque_drawings,
transparent_drawings, camera)  
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/graphics/view.py", line 612, in _compute_shadowmaps  
multishadow_enabled = r.multishadow.use_multishadow_map(shadow_drawings)  
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/graphics/opengl.py", line 1605, in use_multishadow_map  
draw_depth(r, sdrawings, opaque_only = not mat.transparent_cast_shadows)  
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/graphics/drawing.py", line 1567, in draw_depth  
draw_opaque(r, drawings)  
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/graphics/drawing.py", line 1542, in draw_opaque  
_draw_multiple(drawings, renderer, Drawing.OPAQUE_DRAW_PASS)  
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/graphics/drawing.py", line 1555, in _draw_multiple  
d.draw(renderer, draw_pass)  
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/graphics/drawing.py", line 768, in draw  
self.draw_self(renderer, draw_pass)  
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/graphics/drawing.py", line 775, in draw_self  
self._draw_geometry(renderer, opaque_only = any_transp)  
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/graphics/drawing.py", line 802, in _draw_geometry  
ds.activate_bindings(renderer)  
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/graphics/drawing.py", line 1915, in activate_bindings  
self.update_buffers()  
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/graphics/drawing.py", line 1903, in update_buffers  
b.update_buffer_data(data)  
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/chimerax/graphics/opengl.py", line 2700, in update_buffer_data  
GL.glBufferData(btype, size, d, GL.GL_STATIC_DRAW)  
File "src/latebind.pyx", line 51, in OpenGL_accelerate.latebind.Curry.__call__  
File "/usr/lib/ucsf-chimerax/lib/python3.9/site-
packages/OpenGL/GL/VERSION/GL_1_5.py", line 89, in glBufferData  
return baseOperation( target, size, data, usage )  
File "src/latebind.pyx", line 39, in
OpenGL_accelerate.latebind.LateBind.__call__  
File "src/wrapper.pyx", line 318, in
OpenGL_accelerate.wrapper.Wrapper.__call__  
File "src/wrapper.pyx", line 311, in
OpenGL_accelerate.wrapper.Wrapper.__call__  
File "src/errorchecker.pyx", line 58, in
OpenGL_accelerate.errorchecker._ErrorChecker.glCheckError  
OpenGL.error.GLError: GLError(  
err = 1285,  
description = b'out of memory',  
baseOperation = glBufferData,  
pyArgs = (  
34963,  
2644785240,  
array([[ 0, 4, 2],  
[ 3, 4, 0],  
[ 1, 2, ...,  
GL_STATIC_DRAW,  
),  
cArgs = (  
34963,  
2644785240,  
array([[ 0, 4, 2],  
[ 3, 4, 0],  
[ 1, 2, ...,  
GL_STATIC_DRAW,  
),  
cArguments = (  
34963,  
2644785240,  
array([[ 0, 4, 2],  
[ 3, 4, 0],  
[ 1, 2, ...,  
GL_STATIC_DRAW,  
)  
)  
  




OpenGL version: 4.6 (Core Profile) Mesa 25.2.8-0ubuntu0.24.04.2
OpenGL renderer: zink Vulkan 1.4(NVIDIA GeForce RTX 3060 (NVK GA104) (MESA_NVK))
OpenGL vendor: Mesa

Python: 3.9.11
Locale: en_US.UTF-8
Qt version: PyQt6 6.4.2, Qt 6.4.2
Qt runtime version: 6.4.3
Qt platform: xcb

XDG_SESSION_TYPE=wayland
DESKTOP_SESSION=ubuntu
XDG_SESSION_DESKTOP=ubuntu
XDG_CURRENT_DESKTOP=ubuntu:GNOME
GNOME_SETUP_DISPLAY=:1
DISPLAY=:0
WAYLAND_DISPLAY=wayland-0
Manufacturer: Micro-Star International Co., Ltd.
Model: MS-7E06
OS: Ubuntu 24.04 Noble Numbat
Architecture: 64bit ELF
Virtual Machine: none
CPU: 20 13th Gen Intel(R) Core(TM) i5-13600KF
Cache Size: 24576 KB
Memory:
	               total        used        free      shared  buff/cache   available
	Mem:            31Gi        25Gi       3.5Gi       455Mi       2.3Gi       5.5Gi
	Swap:          2.0Gi       2.0Gi       124Ki

Graphics:
	01:00.0 VGA compatible controller [0300]: NVIDIA Corporation GA104 [GeForce RTX 3060] [10de:2487] (rev a1)	
	Subsystem: Micro-Star International Co., Ltd. [MSI] GA104 [GeForce RTX 3060] [1462:397b]	
	Kernel driver in use: nouveau

Installed Packages:
    alabaster: 0.7.13
    appdirs: 1.4.4
    asttokens: 2.2.1
    Babel: 2.12.1
    backcall: 0.2.0
    beautifulsoup4: 4.11.2
    blockdiag: 3.0.0
    build: 0.10.0
    certifi: 2023.5.7
    cftime: 1.6.2
    charset-normalizer: 3.1.0
    ChimeraX-AddCharge: 1.5.9.1
    ChimeraX-AddH: 2.2.5
    ChimeraX-AlignmentAlgorithms: 2.0.1
    ChimeraX-AlignmentHdrs: 3.3.1
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 2.9.3
    ChimeraX-AlphaFold: 1.0
    ChimeraX-AltlocExplorer: 1.0.3
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Arrays: 1.1
    ChimeraX-Atomic: 1.43.10
    ChimeraX-AtomicLibrary: 10.0.6
    ChimeraX-AtomSearch: 2.0.1
    ChimeraX-AxesPlanes: 2.3.2
    ChimeraX-BasicActions: 1.1.2
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 2.1.2
    ChimeraX-BondRot: 2.0.1
    ChimeraX-BugReporter: 1.0.1
    ChimeraX-BuildStructure: 2.8
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.2.2
    ChimeraX-ButtonPanel: 1.0.1
    ChimeraX-CageBuilder: 1.0.1
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.3.2
    ChimeraX-ChangeChains: 1.0.2
    ChimeraX-CheckWaters: 1.3.1
    ChimeraX-ChemGroup: 2.0.1
    ChimeraX-Clashes: 2.2.4
    ChimeraX-Clipper: 0.21.0
    ChimeraX-ColorActions: 1.0.3
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.3
    ChimeraX-CommandLine: 1.2.5
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.6.1
    ChimeraX-CoreFormats: 1.1
    ChimeraX-coulombic: 1.4.2
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.2.3
    ChimeraX-Dicom: 1.2
    ChimeraX-DistMonitor: 1.4
    ChimeraX-DockPrep: 1.1.1
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ESMFold: 1.0
    ChimeraX-FileHistory: 1.0.1
    ChimeraX-FunctionKey: 1.0.1
    ChimeraX-Geometry: 1.3
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.1.1
    ChimeraX-Hbonds: 2.4
    ChimeraX-Help: 1.2.1
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.1
    ChimeraX-ImageFormats: 1.2
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.1
    ChimeraX-ISOLDE: 1.6.0
    ChimeraX-ItemsInspection: 1.0.1
    ChimeraX-Label: 1.1.7
    ChimeraX-LinuxSupport: 1.0.1
    ChimeraX-ListInfo: 1.1.1
    ChimeraX-Log: 1.1.5
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.8.2
    ChimeraX-Map: 1.1.4
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0.1
    ChimeraX-MapFilter: 2.0.1
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.1.1
    ChimeraX-Markers: 1.0.1
    ChimeraX-Mask: 1.0.2
    ChimeraX-MatchMaker: 2.0.12
    ChimeraX-MDcrds: 2.6
    ChimeraX-MedicalToolbar: 1.0.2
    ChimeraX-Meeting: 1.0.1
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.12
    ChimeraX-MMTF: 2.2
    ChimeraX-Modeller: 1.5.9
    ChimeraX-ModelPanel: 1.3.7
    ChimeraX-ModelSeries: 1.0.1
    ChimeraX-Mol2: 2.0
    ChimeraX-Mole: 1.0
    ChimeraX-Morph: 1.0.2
    ChimeraX-MouseModes: 1.2
    ChimeraX-Movie: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-Nifti: 1.0
    ChimeraX-NRRD: 1.0
    ChimeraX-Nucleotides: 2.0.3
    ChimeraX-OpenCommand: 1.10.1
    ChimeraX-PDB: 2.7.2
    ChimeraX-PDBBio: 1.0
    ChimeraX-PDBLibrary: 1.0.2
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0.1
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.1
    ChimeraX-PubChem: 2.1
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.1
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.1
    ChimeraX-RenumberResidues: 1.1
    ChimeraX-ResidueFit: 1.0.1
    ChimeraX-RestServer: 1.1
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 3.0
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.5.1
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0.1
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0.1
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.8.3
    ChimeraX-Shape: 1.0.1
    ChimeraX-Shell: 1.0.1
    ChimeraX-Shortcuts: 1.1.1
    ChimeraX-ShowSequences: 1.0.1
    ChimeraX-SideView: 1.0.1
    ChimeraX-Smiles: 2.1
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.10.3
    ChimeraX-STL: 1.0.1
    ChimeraX-Storm: 1.0
    ChimeraX-StructMeasure: 1.1.2
    ChimeraX-Struts: 1.0.1
    ChimeraX-Surface: 1.0.1
    ChimeraX-SwapAA: 2.0.1
    ChimeraX-SwapRes: 2.2.1
    ChimeraX-TapeMeasure: 1.0
    ChimeraX-Test: 1.0
    ChimeraX-Toolbar: 1.1.2
    ChimeraX-ToolshedUtils: 1.2.1
    ChimeraX-Topography: 1.0
    ChimeraX-Tug: 1.0.1
    ChimeraX-UI: 1.28.4
    ChimeraX-uniprot: 2.2.2
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDockX: 1.2
    ChimeraX-VIPERdb: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0.1
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0.2
    ChimeraX-WebServices: 1.1.1
    ChimeraX-Zone: 1.0.1
    colorama: 0.4.6
    comm: 0.1.3
    contourpy: 1.0.7
    cxservices: 1.2.2
    cycler: 0.11.0
    Cython: 0.29.33
    debugpy: 1.6.7
    decorator: 5.1.1
    distro: 1.7.0
    docutils: 0.19
    executing: 1.2.0
    filelock: 3.9.0
    fonttools: 4.39.3
    funcparserlib: 1.0.1
    grako: 3.16.5
    h5py: 3.8.0
    html2text: 2020.1.16
    idna: 3.4
    ihm: 0.35
    imagecodecs: 2022.9.26
    imagesize: 1.4.1
    importlib-metadata: 6.6.0
    ipykernel: 6.21.1
    ipython: 8.10.0
    ipython-genutils: 0.2.0
    ipywidgets: 8.0.6
    jedi: 0.18.2
    Jinja2: 3.1.2
    jupyter-client: 8.0.2
    jupyter-core: 5.3.0
    jupyterlab-widgets: 3.0.7
    kiwisolver: 1.4.4
    line-profiler: 4.0.2
    lxml: 4.9.2
    lz4: 4.3.2
    MarkupSafe: 2.1.2
    matplotlib: 3.6.3
    matplotlib-inline: 0.1.6
    msgpack: 1.0.4
    nest-asyncio: 1.5.6
    netCDF4: 1.6.2
    networkx: 2.8.8
    nibabel: 5.0.1
    nptyping: 2.5.0
    numexpr: 2.8.4
    numpy: 1.23.5
    openvr: 1.23.701
    packaging: 23.1
    ParmEd: 3.4.3
    parso: 0.8.3
    pep517: 0.13.0
    pexpect: 4.8.0
    pickleshare: 0.7.5
    Pillow: 9.3.0
    pip: 23.0
    pkginfo: 1.9.6
    platformdirs: 3.5.0
    prompt-toolkit: 3.0.38
    psutil: 5.9.4
    ptyprocess: 0.7.0
    pure-eval: 0.2.2
    pycollada: 0.7.2
    pydicom: 2.3.0
    Pygments: 2.14.0
    pynrrd: 1.0.0
    PyOpenGL: 3.1.5
    PyOpenGL-accelerate: 3.1.5
    pyparsing: 3.0.9
    pyproject-hooks: 1.0.0
    PyQt6-commercial: 6.4.2
    PyQt6-Qt6: 6.4.3
    PyQt6-sip: 13.4.1
    PyQt6-WebEngine-commercial: 6.4.0
    PyQt6-WebEngine-Qt6: 6.4.3
    python-dateutil: 2.8.2
    pytz: 2023.3
    pyzmq: 25.0.2
    qtconsole: 5.4.0
    QtPy: 2.3.1
    RandomWords: 0.4.0
    requests: 2.28.2
    scipy: 1.9.3
    setuptools: 67.4.0
    sfftk-rw: 0.7.3
    six: 1.16.0
    snowballstemmer: 2.2.0
    sortedcontainers: 2.4.0
    soupsieve: 2.4.1
    sphinx: 6.1.3
    sphinx-autodoc-typehints: 1.22
    sphinxcontrib-applehelp: 1.0.4
    sphinxcontrib-blockdiag: 3.0.0
    sphinxcontrib-devhelp: 1.0.2
    sphinxcontrib-htmlhelp: 2.0.1
    sphinxcontrib-jsmath: 1.0.1
    sphinxcontrib-qthelp: 1.0.3
    sphinxcontrib-serializinghtml: 1.1.5
    stack-data: 0.6.2
    tables: 3.7.0
    tcia-utils: 1.2.0
    tifffile: 2022.10.10
    tinyarray: 1.2.4
    tomli: 2.0.1
    tornado: 6.3.1
    traitlets: 5.9.0
    typing-extensions: 4.5.0
    tzdata: 2023.3
    urllib3: 1.26.15
    wcwidth: 0.2.6
    webcolors: 1.12
    wheel: 0.38.4
    wheel-filename: 1.4.1
    widgetsnbextension: 4.0.7
    zipp: 3.15.0
#20806 duplicate DLL load failed while importing: An Application Control policy has blocked this file Greg Couch chimerax-bug-report@…
Description
The following bug report has been submitted:
Platform:        Windows-10-10.0.26200
ChimeraX Version: 1.12 (2026-06-12 03:42:34 UTC)
Description
Replace this text with list of actions that caused this problem to occur

Log:
Startup Errors  
---  
error | Bundle 'ChimeraX-Surface' custom initialization failed  
warning | Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\toolshed\info.py", line 501, in get_module  
m = importlib.import_module(self.package_name)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\importlib\\__init__.py", line
126, in import_module  
return _bootstrap._gcd_import(name[level:], package, level)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "<frozen importlib._bootstrap>", line 1204, in _gcd_import  
File "<frozen importlib._bootstrap>", line 1176, in _find_and_load  
File "<frozen importlib._bootstrap>", line 1147, in _find_and_load_unlocked  
File "<frozen importlib._bootstrap>", line 690, in _load_unlocked  
File "<frozen importlib._bootstrap_external>", line 940, in exec_module  
File "<frozen importlib._bootstrap>", line 241, in _call_with_frames_removed  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\\__init__.py", line 34, in <module>  
from ._surface import subdivide_triangles, vertex_areas  
ImportError: DLL load failed while importing _surface: An Application Control
policy has blocked this file.  
  
During handling of the above exception, another exception occurred:  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\toolshed\info.py", line 375, in initialize  
api = self._get_api(session.logger)  
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\toolshed\info.py", line 520, in _get_api  
m = self.get_module()  
^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\toolshed\info.py", line 503, in get_module  
raise ToolshedError("Error importing bundle %s's module: %s" % (self.name,
str(e)))  
chimerax.core.toolshed.ToolshedError: Error importing bundle ChimeraX-
Surface's module: DLL load failed while importing _surface: An Application
Control policy has blocked this file.  
  
UCSF ChimeraX version: 1.12 (2026-06-12)  
© 2016-2026 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
[deleted to fit within ticket limits]

ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  
Traceback (most recent call last):  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 150, in _redraw_timer_callback  
drew = self.draw_new_frame()  
^^^^^^^^^^^^^^^^^^^^^  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\core\updateloop.py", line 73, in draw_new_frame  
surface.update_clip_caps(view)  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
ImportError: cannot import name 'settings' from 'chimerax.surface.settings'
(C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\settings.py)  
  
File "C:\Program Files\ChimeraX 1.12\bin\Lib\site-
packages\chimerax\surface\cap.py", line 13, in update_clip_caps  
from .settings import settings  
  
See log for complete Python traceback.  
  




OpenGL version: 3.3.0 NVIDIA 591.86
OpenGL renderer: NVIDIA GeForce GTX 1650 Ti/PCIe/SSE2
OpenGL vendor: NVIDIA Corporation

Python: 3.11.9
Locale: en_PH.cp1252
Qt version: PyQt6 6.10.2, Qt 6.10.0
Qt runtime version: 6.10.2
Qt platform: windows

Manufacturer: Acer
Model: Nitro AN515-55
OS: Microsoft Windows 11 Home Single Language (Build 26200.8894)
Memory: 34,182,582,272
MaxProcessMemory: 137,438,953,344
CPU: 8 Intel(R) Core(TM) i5-10300H CPU @ 2.50GHz
OSLanguage: en-US

Installed Packages:
    accessible-pygments: 0.0.5
    aiohappyeyeballs: 2.6.2
    aiohttp: 3.13.4
    aiosignal: 1.4.0
    alabaster: 1.0.0
    annotated-types: 0.7.0
    anyio: 4.13.0
    appdirs: 1.4.4
    asttokens: 3.0.1
    attrs: 26.1.0
    babel: 2.18.0
    beautifulsoup4: 4.13.5
    blockdiag: 3.0.0
    blosc2: 4.4.3
    bs4: 0.0.2
    build: 1.3.0
    certifi: 2026.5.20
    cftime: 1.6.5
    charset-normalizer: 3.4.7
    ChimeraX-AddCharge: 1.5.20
    ChimeraX-AddH: 2.2.8
    ChimeraX-AlignmentAlgorithms: 2.0.2
    ChimeraX-AlignmentHdrs: 3.6.2
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 3.2
    ChimeraX-AlphaFold: 1.0.1
    ChimeraX-AltlocExplorer: 1.2
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Animations: 1.0
    ChimeraX-Aniso: 1.3.2
    ChimeraX-Arrays: 1.1
    ChimeraX-Atomic: 1.67.1
    ChimeraX-AtomicLibrary: 14.4
    ChimeraX-AtomSearch: 2.0.1
    ChimeraX-AxesPlanes: 2.4
    ChimeraX-BasicActions: 1.1.3
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 3.0.0
    ChimeraX-Boltz: 1.1
    ChimeraX-BondRot: 2.0.4
    ChimeraX-BugReporter: 1.0.2
    ChimeraX-BuildStructure: 2.13.1
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.6.0
    ChimeraX-ButtonPanel: 1.0.1
    ChimeraX-CageBuilder: 1.0.1
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.4.1
    ChimeraX-ChangeChains: 1.1
    ChimeraX-CheckWaters: 1.5
    ChimeraX-ChemGroup: 2.0.2
    ChimeraX-Clashes: 2.4
    ChimeraX-Cluster: 1.0
    ChimeraX-ColorActions: 1.0.5
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.8
    ChimeraX-CommandLine: 1.3.1
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.12
    ChimeraX-CoreFormats: 1.2
    ChimeraX-coulombic: 1.4.5
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.2.4
    ChimeraX-Dicom: 1.2.7
    ChimeraX-DistMonitor: 1.4.2
    ChimeraX-DockPrep: 1.2.2
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ESMFold: 1.0
    ChimeraX-FileHistory: 1.0.1
    ChimeraX-FunctionKey: 1.0.1
    ChimeraX-Geometry: 1.3
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.4.1
    ChimeraX-Hbonds: 2.5.3
    ChimeraX-Help: 1.3
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.1
    ChimeraX-ImageFormats: 1.2
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.4
    ChimeraX-ItemsInspection: 1.0.1
    ChimeraX-IUPAC: 1.0
    ChimeraX-KVFinder: 1.8.2
    ChimeraX-Label: 1.5
    ChimeraX-LightingGUI: 1.0
    ChimeraX-ListInfo: 1.3.1
    ChimeraX-Log: 1.2.2
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.9.3
    ChimeraX-Map: 1.3
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0.1
    ChimeraX-MapFilter: 2.0.1
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.1.1
    ChimeraX-Markers: 1.0.1
    ChimeraX-Mask: 1.0.2
    ChimeraX-MatchAlign: 1.2
    ChimeraX-MatchMaker: 2.4.1
    ChimeraX-MCopy: 1.0
    ChimeraX-MCPServer: 0.2.0
    ChimeraX-MDcrds: 2.19
    ChimeraX-MedicalToolbar: 1.1
    ChimeraX-Meeting: 1.0.1
    ChimeraX-Minimize: 1.3.9
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.16
    ChimeraX-MMTF: 2.2
    ChimeraX-ModelArchive: 1.0
    ChimeraX-Modeller: 1.5.23
    ChimeraX-ModelPanel: 1.6.1
    ChimeraX-ModelSeries: 1.0.1
    ChimeraX-Mol2: 2.0.3
    ChimeraX-Mole: 1.0
    ChimeraX-Morph: 1.0.2
    ChimeraX-MouseModes: 1.2
    ChimeraX-Movie: 1.0.1
    ChimeraX-MutationScores: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-Nifti: 1.2
    ChimeraX-NMRSTAR: 1.0.2
    ChimeraX-NRRD: 1.2
    ChimeraX-Nucleotides: 2.0.3
    ChimeraX-OpenCommand: 1.15.4
    ChimeraX-OpenFold: 1.0
    ChimeraX-OrthoPick: 1.0.1
    ChimeraX-PDB: 2.7.13
    ChimeraX-PDBBio: 1.0.1
    ChimeraX-PDBLibrary: 1.0.5
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0.1
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.1.4
    ChimeraX-ProfileGrids: 1.6
    ChimeraX-PubChem: 2.2
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.2
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.8.2
    ChimeraX-RenumberResidues: 1.1
    ChimeraX-ResidueFit: 1.0.1
    ChimeraX-RestServer: 1.3.3
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 4.0
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.5.2
    ChimeraX-Scenes: 0.3.1
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0.3
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0.1
    ChimeraX-Segmentations: 3.5.12
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.18
    ChimeraX-Shape: 1.1
    ChimeraX-Shell: 1.0.1
    ChimeraX-Shortcuts: 1.2.1
    ChimeraX-ShowSequences: 1.0.3
    ChimeraX-SideView: 1.0.1
    ChimeraX-SimilarStructures: 1.0.1
    ChimeraX-Smiles: 2.1.2
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SNFG: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.19.3
    ChimeraX-STL: 1.0.1
    ChimeraX-Storm: 1.0
    ChimeraX-StructMeasure: 1.2.1
    ChimeraX-Struts: 1.0.1
    ChimeraX-Surface: 1.0.1
    ChimeraX-SwapAA: 2.0.1
    ChimeraX-SwapRes: 2.5.3
    ChimeraX-TapeMeasure: 1.0
    ChimeraX-TaskManager: 1.0
    ChimeraX-Test: 1.0
    ChimeraX-Toolbar: 1.2.4
    ChimeraX-ToolshedUtils: 1.2.4
    ChimeraX-Topography: 1.0
    ChimeraX-ToQuest: 1.0
    ChimeraX-Tug: 1.0.1
    ChimeraX-UI: 1.50.8
    ChimeraX-Umap: 1.0
    ChimeraX-uniprot: 2.3.2
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDock: 1.6.2
    ChimeraX-VIPERdb: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0.1
    ChimeraX-vrml: 1.0
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0.2
    ChimeraX-WebServices: 1.1.5
    ChimeraX-Zone: 1.0.1
    click: 8.4.1
    colorama: 0.4.6
    comm: 0.2.3
    comtypes: 1.4.11
    contourpy: 1.3.3
    coverage: 7.14.1
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.2.4
    debugpy: 1.8.21
    decorator: 5.3.1
    docutils: 0.21.2
    executing: 2.2.1
    filelock: 3.19.1
    fonttools: 4.63.0
    frozenlist: 1.8.0
    funcparserlib: 2.0.0a0
    glfw: 2.10.0
    grako: 3.16.5
    h11: 0.16.0
    h5py: 3.16.0
    html2text: 2025.4.15
    httpcore: 1.0.9
    httpx: 0.28.1
    httpx-sse: 0.4.3
    idna: 3.18
    ihm: 2.2
    imagecodecs: 2024.6.1
    imagesize: 2.0.0
    iniconfig: 2.3.0
    ipykernel: 7.1.0
    ipython: 9.9.0
    ipython_pygments_lexers: 1.1.1
    jedi: 0.19.2
    Jinja2: 3.1.6
    jsonschema: 4.26.0
    jsonschema-specifications: 2025.9.1
    jupyter_client: 8.8.0
    jupyter_core: 5.9.1
    kiwisolver: 1.5.0
    line_profiler: 5.0.0
    lxml: 6.0.2
    lz4: 4.3.2
    Markdown: 3.8.2
    MarkupSafe: 3.0.3
    matplotlib: 3.10.7
    matplotlib-inline: 0.2.2
    mcp: 1.18.0
    msgpack: 1.1.1
    multidict: 6.7.1
    narwhals: 2.22.1
    ndindex: 1.10.1
    nest-asyncio: 1.6.0
    netCDF4: 1.6.5
    networkx: 3.3
    nibabel: 5.2.0
    nptyping: 2.5.0
    numexpr: 2.14.1
    numpy: 2.4.6
    numpy: 1.26.4
    nvidia-nvjitlink-cu12: 12.9.86
    OpenMM: 8.4.0
    OpenMM-CUDA-12: 8.4.0
    openvr: 1.26.701
    packaging: 25.0
    ParmEd: 4.2.2
    parso: 0.8.7
    pep517: 0.13.1
    pickleshare: 0.7.5
    pillow: 11.3.0
    pip: 25.2
    pkginfo: 1.12.1.2
    platformdirs: 4.10.0
    plotly: 6.8.0
    pluggy: 1.6.0
    prompt_toolkit: 3.0.52
    propcache: 0.5.2
    psutil: 7.0.0
    pure_eval: 0.2.3
    py-cpuinfo: 9.0.0
    pybind11: 3.0.1
    pycollada: 0.8
    pydantic: 2.13.4
    pydantic-settings: 2.14.1
    pydantic_core: 2.46.4
    pydata-sphinx-theme: 0.18.0
    pydicom: 2.4.4
    Pygments: 2.18.0
    pyKVFinder: 0.9.3
    pynmrstar: 3.5.1
    pynrrd: 1.0.0
    PyOpenGL: 3.1.10
    PyOpenGL-accelerate: 3.1.10
    pyopenxr: 1.1.4501
    pyparsing: 3.3.2
    pyproject_hooks: 1.2.0
    PyQt6-commercial: 6.10.2
    PyQt6-Qt6: 6.10.2
    PyQt6-WebEngine-commercial: 6.10.0
    PyQt6-WebEngine-Qt6: 6.10.2
    PyQt6_sip: 13.10.3
    pytest: 9.0.3
    pytest-cov: 7.1.0
    python-dateutil: 2.9.0.post0
    python-dotenv: 1.2.2
    python-multipart: 0.0.32
    pywin32: 311
    pyzmq: 27.1.0
    qtconsole: 5.7.0
    QtPy: 2.4.3
    qtshim: 1.2.2
    RandomWords: 0.4.0
    referencing: 0.37.0
    requests: 2.32.5
    roman-numerals: 4.1.0
    rpds-py: 2026.5.1
    scipy: 1.14.0
    setuptools: 80.9.0
    sfftk-rw: 0.8.1
    six: 1.17.0
    snowballstemmer: 3.1.1
    sortedcontainers: 2.4.0
    soupsieve: 2.8.4
    Sphinx: 9.0.4
    sphinx-autodoc-typehints: 3.6.1
    sphinxcontrib-applehelp: 2.0.0
    sphinxcontrib-blockdiag: 3.0.0
    sphinxcontrib-devhelp: 2.0.0
    sphinxcontrib-htmlhelp: 2.1.0
    sphinxcontrib-jsmath: 1.0.1
    sphinxcontrib-qthelp: 2.0.0
    sphinxcontrib-serializinghtml: 2.0.0
    sse-starlette: 3.4.4
    stack-data: 0.6.3
    starlette: 1.3.0
    superqt: 0.7.6
    tables: 3.10.2
    tcia_utils: 3.2.1
    threadpoolctl: 3.6.0
    tifffile: 2025.3.13
    tinyarray: 1.2.5
    tomlkit: 0.15.1
    tornado: 6.5.7
    tqdm: 4.68.2
    traitlets: 5.14.3
    typing-inspection: 0.4.2
    typing_extensions: 4.15.0
    tzdata: 2026.2
    Unidecode: 1.4.0
    urllib3: 2.7.0
    uvicorn: 0.49.0
    wcwidth: 0.8.1
    webcolors: 24.11.1
    wheel: 0.45.1
    wheel-filename: 1.4.2
    WMI: 1.5.1
    yarl: 1.24.2
#20803 fixed Boltz fails due to Colabfold MSA server failure, cryptic error message about decompress failing Tom Goddard goddard@…
Description
The following bug report has been submitted:
Platform:        macOS-26.6-arm64-arm-64bit-Mach-O
ChimeraX Version: 1.13.dev202607242253 (2026-07-24 22:53:46 UTC)
Description
Boltz prediction Colabfold MSA server failed producing a cryptic error message.  The result was put in output.tar.gz by the Boltz code but what was returned was uncompressed JSON giving an error message from the server that a directory was not found.  Error is about not being able to uncompress output.tar.gz from the python tarfile module.  I've seen this error before.  Might be Boltz is not properly handling the Colabfold MSA server errors, or possibly the MSA server handling errors badly.

I think in all cases if I rerun it works.  But maybe that is because it doesn't rerun MSA and ChimeraX instead caches the bad non-existent MSA?  Should detect this error or fix my RBVI Boltz to handle it better and also make sure bad MSA is not cached.

Log:
UCSF ChimeraX version: 1.13.dev202607242253 (2026-07-24)  
© 2016-2026 Regents of the University of California. All rights reserved.  
How to cite UCSF ChimeraX  

> open 8ef5 format mmcif fromDatabase pdb

8ef5 title:  
Fentanyl-bound mu-opioid receptor-Gi complex [more info...]  
  
Chain information for 8ef5 #1  
---  
Chain | Description | UniProt  
A F | Guanine nucleotide-binding protein G(i) subunit alpha-1 | GNAI1_HUMAN 1-354  
B | Guanine nucleotide-binding protein G(I)/G(S)/G(T) subunit beta-1 | GBB1_RAT 2-340  
C | Guanine nucleotide-binding protein G(I)/G(S)/G(O) subunit gamma-2 | GBG2_BOVIN 1-68  
E | scFv16 |   
M R | Mu-type opioid receptor | OPRM_HUMAN 2-368  
  
Non-standard residues in 8ef5 #1  
---  
7V7 — N-phenyl-N-[1-(2-phenylethyl)piperidin-4-yl]propanamide  
CLR — cholesterol  
  

> ui tool show Boltz

> boltz predict protein /R name 8ef5_R useServer true serverHost
> minsky.cgl.ucsf.edu serverPort 30172

Running Boltz prediction of protein with 367 residues on gpu  
Using cached multiple sequence alignment
/Users/goddard/Downloads/ChimeraX/BoltzMSA/8ef5_R  
Sending job request to server (1694374 bytes)  
Server minsky.cgl.ucsf.edu:30172 queued job ocnrbz3f  
Confidence score 0.78, pTM 0.80, ipTM 0.00, pLDDT 0.78  
Boltz prediction completed in 31 seconds (start boltz 0 sec, sequence search 0
sec, load weights 0 sec, structure inference 0 sec)  
Please cite Boltz-1 Democratizing Biomolecular Interaction Modeling. BioRxiv
https://doi.org/10.1101/2024.11.19.624167 if you use these predictions.  

> open
> /Users/goddard/Desktop/boltz_8ef5_R_2/boltz_results_8ef5_R/predictions/8ef5_R/8ef5_R_model_0.cif
> logInfo false

Matchmaker 8ef5, chain M (#1) with 8ef5_R_model_0.cif, chain R (#2), sequence
alignment score = 1822.5  
RMSD between 226 pruned atom pairs is 0.968 angstroms; (across all 288 pairs:
3.065)  
  

> hide #!1 models

Populating font family aliases took 48 ms. Replace uses of missing font family
"Ui-sans-serif" with one that exists to avoid this cost.  

> boltz predict protein #1/R ligandSmiles
> CCC(=O)N(C1CCN(CC1)CCC2=CC=CC=C2)C3=CC=CC=C3 name 8ef5_R_fent useServer true
> serverHost minsky.cgl.ucsf.edu serverPort 30172

Running Boltz prediction of protein with 367 residues, 1 ligands
CCC(=O)N(C1CCN(CC1)CCC2=CC=CC=C2)C3=CC=CC=C3 on gpu  
Using cached multiple sequence alignment
/Users/goddard/Downloads/ChimeraX/BoltzMSA/8ef5_R  
Sending job request to server (1694443 bytes)  
Server minsky.cgl.ucsf.edu:30172 queued job 35x3n5x5  
Confidence score 0.88, pTM 0.91, ipTM 0.97, pLDDT 0.86  
Boltz prediction completed in 31 seconds (start boltz 0 sec, sequence search 0
sec, load weights 0 sec, structure inference 0 sec)  

> open
> /Users/goddard/Desktop/boltz_8ef5_R_fent/boltz_results_8ef5_R_fent/predictions/8ef5_R_fent/8ef5_R_fent_model_0.cif
> logInfo false

Matchmaker 8ef5, chain M (#1) with 8ef5_R_fent_model_0.cif, chain R (#3),
sequence alignment score = 1822.5  
RMSD between 225 pruned atom pairs is 1.015 angstroms; (across all 288 pairs:
3.099)  
  

> hide #2 models

> show #!1 models

> boltz predict protein #1/A name 8ef5_R_fent useServer true serverHost
> minsky.cgl.ucsf.edu serverPort 30172

Running Boltz prediction of protein with 354 residues on gpu  
Using multiple sequence alignment server https://api.colabfold.com  
Sending job request to server (617 bytes)  
Server minsky.cgl.ucsf.edu:30172 queued job 9su18hd5  
Running boltz prediction failed with exit code 1:  
command:  
/Users/goddard/boltz22/bin/boltz predict
/Users/goddard/Desktop/boltz_8ef5_R_fent_1/8ef5_R_fent.yaml --use_msa_server
--accelerator gpu --no_kernels  
stdout:  
Boltz version 2.2.0  
MSA server enabled: https://api.colabfold.com  
MSA server authentication: no credentials provided  
Checking input data.  
Processing 1 inputs with 1 threads.  
Generating MSA for 8ef5_R_fent.yaml with 1 protein entities.  
Calling MSA server for target 8ef5_R_fent with 1 sequences  
MSA server URL: https://api.colabfold.com  
MSA pairing strategy: greedy  
No authentication provided for MSA server  
Failed to process 8ef5_R_fent.yaml. Skipping. Error: file could not be opened
successfully:  
\- method gz: ReadError('not a gzip file')  
\- method bz2: ReadError('not a bzip2 file')  
\- method xz: ReadError('not an lzma file')  
\- method tar: ReadError('truncated header').  
  
stderr:  
  
0%| | 0/1 [00:00<?, ?it/s]  
  
0%| | 0/150 [elapsed: 00:00 remaining: ?][A  
  
SUBMIT: 0%| | 0/150 [elapsed: 00:00 remaining: ?][A  
  
COMPLETE: 0%| | 0/150 [elapsed: 00:01 remaining: ?][A  
  
COMPLETE: 100%|██████████| 150/150 [elapsed: 00:01 remaining: 00:00][A  
COMPLETE: 100%|██████████| 150/150 [elapsed: 00:01 remaining: 00:00]  
Traceback (most recent call last):  
File "/home/goddard/boltz_py311/lib/python3.11/site-packages/boltz/main.py",
line 581, in process_input  
compute_msa(  
File "/home/goddard/boltz_py311/lib/python3.11/site-packages/boltz/main.py",
line 477, in compute_msa  
unpaired_msa = run_mmseqs2(  
^^^^^^^^^^^^  
File "/home/goddard/boltz_py311/lib/python3.11/site-
packages/boltz/data/msa/mmseqs2.py", line 266, in run_mmseqs2  
with tarfile.open(tar_gz_file) as tar_gz:  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "/home/goddard/boltz_py311/lib/python3.11/tarfile.py", line 1861, in open  
raise ReadError(f"file could not be opened
successfully:\n{error_msgs_summary}")  
tarfile.ReadError: file could not be opened successfully:  
\- method gz: ReadError('not a gzip file')  
\- method bz2: ReadError('not a bzip2 file')  
\- method xz: ReadError('not an lzma file')  
\- method tar: ReadError('truncated header')  
  
100%|██████████| 1/1 [00:01<00:00, 1.27s/it]  
100%|██████████| 1/1 [00:01<00:00, 1.27s/it]  
Using bfloat16 Automatic Mixed Precision (AMP)  
GPU available: True (cuda), used: True  
TPU available: False, using: 0 TPU cores  
HPU available: False, using: 0 HPUs  
/home/goddard/boltz_py311/lib/python3.11/site-
packages/pytorch_lightning/trainer/connectors/logger_connector/logger_connector.py:76:
Starting from v1.9.0, `tensorboardX` has been removed as a dependency of the
`pytorch_lightning` package, due to potential conflicts with other packages in
the ML ecosystem. For this reason, `logger=True` will use `CSVLogger` as the
default logger, unless the `tensorboard` or `tensorboardX` packages are found.
Please `pip install lightning[extra]` or one of them to enable TensorBoard
support by default  
  

> boltz predict protein #1/R name 8ef5_R useServer true serverHost
> minsky.cgl.ucsf.edu serverPort 30172

Running Boltz prediction of protein with 367 residues on gpu  
Using cached multiple sequence alignment
/Users/goddard/Downloads/ChimeraX/BoltzMSA/8ef5_R  
Sending job request to server (1694374 bytes)  
Server minsky.cgl.ucsf.edu:30172 queued job tiq8tr8h  
Confidence score 0.78, pTM 0.78, ipTM 0.00, pLDDT 0.78  
Boltz prediction completed in 31 seconds (start boltz 0 sec, sequence search 0
sec, load weights 0 sec, structure inference 0 sec)  

> open
> /Users/goddard/Desktop/boltz_8ef5_R_3/boltz_results_8ef5_R/predictions/8ef5_R/8ef5_R_model_0.cif
> logInfo false

Matchmaker 8ef5, chain M (#1) with 8ef5_R_model_0.cif, chain R (#4), sequence
alignment score = 1815.3  
RMSD between 214 pruned atom pairs is 0.999 angstroms; (across all 288 pairs:
3.171)  
  

> boltz predict protein #1/A name 8ef5_R useServer true serverHost
> minsky.cgl.ucsf.edu serverPort 30172

Running Boltz prediction of protein with 354 residues on gpu  
Using multiple sequence alignment server https://api.colabfold.com  
Sending job request to server (602 bytes)  
Server minsky.cgl.ucsf.edu:30172 queued job c3mvt174  
Confidence score 0.86, pTM 0.83, ipTM 0.00, pLDDT 0.87  
Boltz prediction completed in 30 seconds (start boltz 0 sec, sequence search 0
sec, load weights 0 sec, structure inference 0 sec)  

> open
> /Users/goddard/Desktop/boltz_8ef5_R_4/boltz_results_8ef5_R/predictions/8ef5_R/8ef5_R_model_0.cif
> logInfo false

Matchmaker 8ef5, chain A (#1) with 8ef5_R_model_0.cif, chain A (#5), sequence
alignment score = 1573.7  
RMSD between 138 pruned atom pairs is 1.079 angstroms; (across all 225 pairs:
11.099)  
  

> boltz predict protein #1/B name 8ef5_R useServer true serverHost
> minsky.cgl.ucsf.edu serverPort 30172

Running Boltz prediction of protein with 353 residues on gpu  
Using multiple sequence alignment server https://api.colabfold.com  
Sending job request to server (596 bytes)  
Server minsky.cgl.ucsf.edu:30172 queued job 3lxs0o21  
Confidence score 0.93, pTM 0.90, ipTM 0.00, pLDDT 0.94  
Boltz prediction completed in 90 seconds (start boltz 0 sec, sequence search 0
sec, load weights 0 sec, structure inference 0 sec)  

> open
> /Users/goddard/Desktop/boltz_8ef5_R_5/boltz_results_8ef5_R/predictions/8ef5_R/8ef5_R_model_0.cif
> logInfo false

Matchmaker 8ef5, chain B (#1) with 8ef5_R_model_0.cif, chain B (#6), sequence
alignment score = 1799.5  
RMSD between 326 pruned atom pairs is 0.714 angstroms; (across all 336 pairs:
0.973)  
  

> boltz predict protein #1/C name 8ef5_R useServer true serverHost
> minsky.cgl.ucsf.edu serverPort 30172

Running Boltz prediction of protein with 68 residues on gpu  
Using multiple sequence alignment server https://api.colabfold.com  
Sending job request to server (431 bytes)  
Server minsky.cgl.ucsf.edu:30172 queued job 6y8xywms  
Running boltz prediction failed with exit code 1:  
command:  
/Users/goddard/boltz22/bin/boltz predict
/Users/goddard/Desktop/boltz_8ef5_R_6/8ef5_R.yaml --use_msa_server
--accelerator gpu --no_kernels  
stdout:  
Boltz version 2.2.0  
MSA server enabled: https://api.colabfold.com  
MSA server authentication: no credentials provided  
Checking input data.  
Processing 1 inputs with 1 threads.  
Generating MSA for 8ef5_R.yaml with 1 protein entities.  
Calling MSA server for target 8ef5_R with 1 sequences  
MSA server URL: https://api.colabfold.com  
MSA pairing strategy: greedy  
No authentication provided for MSA server  
Failed to process 8ef5_R.yaml. Skipping. Error: file could not be opened
successfully:  
\- method gz: ReadError('not a gzip file')  
\- method bz2: ReadError('not a bzip2 file')  
\- method xz: ReadError('not an lzma file')  
\- method tar: ReadError('truncated header').  
  
stderr:  
  
0%| | 0/1 [00:00<?, ?it/s]  
  
0%| | 0/150 [elapsed: 00:00 remaining: ?][A  
  
SUBMIT: 0%| | 0/150 [elapsed: 00:00 remaining: ?][A  
  
COMPLETE: 0%| | 0/150 [elapsed: 00:01 remaining: ?][A  
  
COMPLETE: 100%|██████████| 150/150 [elapsed: 00:01 remaining: 00:00][A  
COMPLETE: 100%|██████████| 150/150 [elapsed: 00:01 remaining: 00:00]  
Traceback (most recent call last):  
File "/home/goddard/boltz_py311/lib/python3.11/site-packages/boltz/main.py",
line 581, in process_input  
compute_msa(  
File "/home/goddard/boltz_py311/lib/python3.11/site-packages/boltz/main.py",
line 477, in compute_msa  
unpaired_msa = run_mmseqs2(  
^^^^^^^^^^^^  
File "/home/goddard/boltz_py311/lib/python3.11/site-
packages/boltz/data/msa/mmseqs2.py", line 266, in run_mmseqs2  
with tarfile.open(tar_gz_file) as tar_gz:  
^^^^^^^^^^^^^^^^^^^^^^^^^  
File "/home/goddard/boltz_py311/lib/python3.11/tarfile.py", line 1861, in open  
raise ReadError(f"file could not be opened
successfully:\n{error_msgs_summary}")  
tarfile.ReadError: file could not be opened successfully:  
\- method gz: ReadError('not a gzip file')  
\- method bz2: ReadError('not a bzip2 file')  
\- method xz: ReadError('not an lzma file')  
\- method tar: ReadError('truncated header')  
  
100%|██████████| 1/1 [00:01<00:00, 1.22s/it]  
100%|██████████| 1/1 [00:01<00:00, 1.22s/it]  
Using bfloat16 Automatic Mixed Precision (AMP)  
GPU available: True (cuda), used: True  
TPU available: False, using: 0 TPU cores  
HPU available: False, using: 0 HPUs  
/home/goddard/boltz_py311/lib/python3.11/site-
packages/pytorch_lightning/trainer/connectors/logger_connector/logger_connector.py:76:
Starting from v1.9.0, `tensorboardX` has been removed as a dependency of the
`pytorch_lightning` package, due to potential conflicts with other packages in
the ML ecosystem. For this reason, `logger=True` will use `CSVLogger` as the
default logger, unless the `tensorboard` or `tensorboardX` packages are found.
Please `pip install lightning[extra]` or one of them to enable TensorBoard
support by default  
  

> boltz predict protein #1/C name 8ef5_R useServer true serverHost
> minsky.cgl.ucsf.edu serverPort 30172

Running Boltz prediction of protein with 68 residues on gpu  
Using multiple sequence alignment server https://api.colabfold.com  
Sending job request to server (431 bytes)  
Server minsky.cgl.ucsf.edu:30172 queued job k76027u_  
Confidence score 0.79, pTM 0.48, ipTM 0.00, pLDDT 0.87  
Boltz prediction completed in 20 seconds (start boltz 0 sec, sequence search 0
sec, load weights 0 sec, structure inference 0 sec)  

> open
> /Users/goddard/Desktop/boltz_8ef5_R_7/boltz_results_8ef5_R/predictions/8ef5_R/8ef5_R_model_0.cif
> logInfo false

Matchmaker 8ef5, chain C (#1) with 8ef5_R_model_0.cif, chain C (#7), sequence
alignment score = 300.8  
RMSD between 33 pruned atom pairs is 1.043 angstroms; (across all 56 pairs:
8.368)  
  




OpenGL version: 4.1 Metal - 90.5
OpenGL renderer: Apple M4
OpenGL vendor: Apple

Python: 3.14.6
Locale: C.UTF-8
Qt version: PyQt6 6.10.2, Qt 6.10.0
Qt runtime version: 6.10.2
Qt platform: cocoa
Hardware:

    Hardware Overview:

      Model Name: MacBook Air
      Model Identifier: Mac16,12
      Model Number: MW0W3LL/A
      Chip: Apple M4
      Total Number of Cores: 10 (4 Performance and 6 Efficiency)
      Memory: 16 GB
      System Firmware Version: 18000.161.9
      OS Loader Version: 18000.161.9

Software:

    System Software Overview:

      System Version: macOS 26.6 (25G72)
      Kernel Version: Darwin 25.6.0
      Time since boot: 1 day, 59 minutes

Graphics/Displays:

    Apple M4:

      Chipset Model: Apple M4
      Type: GPU
      Bus: Built-In
      Total Number of Cores: 8
      Vendor: Apple (0x106b)
      Metal Support: Metal 4
      Displays:
        Color LCD:
          Display Type: Built-in Liquid Retina Display
          Resolution: 2560 x 1664 Retina
          Main Display: Yes
          Mirror: Off
          Online: Yes
          Automatically Adjust Brightness: Yes
          Connection Type: Internal


Installed Packages:
    accessible-pygments: 0.0.5
    aiohappyeyeballs: 2.7.1
    aiohttp: 3.11.1
    aiosignal: 1.4.0
    alabaster: 1.0.0
    annotated-types: 0.8.0
    anyio: 4.14.2
    appdirs: 1.4.4
    appnope: 0.1.4
    asttokens: 3.0.2
    attrs: 26.1.0
    babel: 2.18.0
    beautifulsoup4: 4.13.5
    blockdiag: 3.0.0
    blosc2: 4.9.1
    build: 1.5.0
    certifi: 2026.7.22
    cffi: 2.1.0
    cftime: 1.6.5
    charset-normalizer: 3.4.9
    ChimeraX-AddCharge: 1.5.20
    ChimeraX-AddH: 2.3.1
    ChimeraX-AlignmentAlgorithms: 2.0.2
    ChimeraX-AlignmentHdrs: 3.6.2
    ChimeraX-AlignmentMatrices: 2.1
    ChimeraX-Alignments: 3.2.2
    ChimeraX-AlphaFold: 1.0.1
    ChimeraX-AltlocExplorer: 1.2
    ChimeraX-AmberInfo: 1.0
    ChimeraX-Animations: 1.0
    ChimeraX-Aniso: 1.3.2
    ChimeraX-Arrays: 1.1
    ChimeraX-Atomic: 1.70.2
    ChimeraX-AtomicLibrary: 14.4.2
    ChimeraX-AtomSearch: 2.0.1
    ChimeraX-AxesPlanes: 2.4
    ChimeraX-BasicActions: 1.1.3
    ChimeraX-BILD: 1.0
    ChimeraX-BlastProtein: 3.0.0
    ChimeraX-Boltz: 1.1
    ChimeraX-BondRot: 2.0.4
    ChimeraX-BugReporter: 1.0.2
    ChimeraX-BuildStructure: 2.13.1
    ChimeraX-Bumps: 1.0
    ChimeraX-BundleBuilder: 1.6.0
    ChimeraX-ButtonPanel: 1.0.1
    ChimeraX-CageBuilder: 1.0.1
    ChimeraX-CellPack: 1.0
    ChimeraX-Centroids: 1.4.1
    ChimeraX-ChangeChains: 1.1
    ChimeraX-CheckWaters: 1.5.1
    ChimeraX-ChemGroup: 2.0.2
    ChimeraX-Clashes: 2.4
    ChimeraX-Cluster: 1.0
    ChimeraX-ColorActions: 1.0.5
    ChimeraX-ColorGlobe: 1.0
    ChimeraX-ColorKey: 1.5.8
    ChimeraX-CommandLine: 1.3.1
    ChimeraX-ConnectStructure: 2.0.1
    ChimeraX-Contacts: 1.0.1
    ChimeraX-Core: 1.13.dev202607242253
    ChimeraX-CoreFormats: 1.2
    ChimeraX-coulombic: 1.4.6
    ChimeraX-Crosslinks: 1.0
    ChimeraX-Crystal: 1.0
    ChimeraX-CrystalContacts: 1.0.1
    ChimeraX-DataFormats: 1.3
    ChimeraX-DistMonitor: 1.4.2
    ChimeraX-DockPrep: 1.2.2
    ChimeraX-Dssp: 2.0
    ChimeraX-EMDB-SFF: 1.0
    ChimeraX-ESMFold: 1.0
    ChimeraX-FileHistory: 1.0.1
    ChimeraX-FunctionKey: 1.0.1
    ChimeraX-Geometry: 1.3
    ChimeraX-gltf: 1.0
    ChimeraX-Graphics: 1.4.1
    ChimeraX-Hbonds: 2.5.4
    ChimeraX-Help: 1.3
    ChimeraX-HKCage: 1.3
    ChimeraX-IHM: 1.1
    ChimeraX-ImageFormats: 1.2
    ChimeraX-IMOD: 1.0
    ChimeraX-IO: 1.0.4
    ChimeraX-ItemsInspection: 1.0.1
    ChimeraX-IUPAC: 1.0
    ChimeraX-KVFinder: 1.8.5
    ChimeraX-Label: 1.5
    ChimeraX-LightingGUI: 1.0
    ChimeraX-ListInfo: 1.3.1
    ChimeraX-Log: 1.2.2
    ChimeraX-LookingGlass: 1.1
    ChimeraX-Maestro: 1.9.3
    ChimeraX-Map: 1.3
    ChimeraX-MapData: 2.0
    ChimeraX-MapEraser: 1.0.1
    ChimeraX-MapFilter: 2.0.1
    ChimeraX-MapFit: 2.0
    ChimeraX-MapSeries: 2.1.1
    ChimeraX-Markers: 1.0.1
    ChimeraX-Mask: 1.0.2
    ChimeraX-MatchAlign: 1.2.1
    ChimeraX-MatchMaker: 2.4.1
    ChimeraX-MCopy: 1.0
    ChimeraX-MCPServer: 0.2.0
    ChimeraX-MDcrds: 2.19.2
    ChimeraX-Meeting: 1.0.1
    ChimeraX-Minimize: 1.4.4
    ChimeraX-MLP: 1.1.1
    ChimeraX-mmCIF: 2.17
    ChimeraX-MMTF: 2.2
    ChimeraX-ModelArchive: 1.0
    ChimeraX-Modeller: 1.5.24
    ChimeraX-ModelPanel: 1.6.1
    ChimeraX-ModelSeries: 1.0.1
    ChimeraX-Mol2: 2.0.3
    ChimeraX-Mole: 1.0
    ChimeraX-Morph: 1.0.2
    ChimeraX-MouseModes: 1.2
    ChimeraX-Movie: 1.0.1
    ChimeraX-MutationScores: 1.0
    ChimeraX-Neuron: 1.0
    ChimeraX-NMRSTAR: 1.0.2
    ChimeraX-Nucleotides: 2.0.3
    ChimeraX-OpenCommand: 1.16.2
    ChimeraX-OpenFold: 1.0
    ChimeraX-OrthoPick: 1.0.1
    ChimeraX-PDB: 2.7.13
    ChimeraX-PDBBio: 1.0.1
    ChimeraX-PDBLibrary: 1.0.5
    ChimeraX-PDBMatrices: 1.0
    ChimeraX-PickBlobs: 1.0.1
    ChimeraX-Positions: 1.0
    ChimeraX-PresetMgr: 1.1.4
    ChimeraX-ProfileGrids: 1.11
    ChimeraX-PubChem: 2.2
    ChimeraX-ReadPbonds: 1.0.1
    ChimeraX-Registration: 1.1.2
    ChimeraX-RemoteControl: 1.0
    ChimeraX-RenderByAttr: 1.8.3
    ChimeraX-RenumberResidues: 1.1
    ChimeraX-ResidueFit: 1.0.1
    ChimeraX-RestServer: 1.3.3
    ChimeraX-RNALayout: 1.0
    ChimeraX-RotamerLibMgr: 4.0
    ChimeraX-RotamerLibsDunbrack: 2.0
    ChimeraX-RotamerLibsDynameomics: 2.0
    ChimeraX-RotamerLibsRichardson: 2.0
    ChimeraX-SaveCommand: 1.5.3
    ChimeraX-Scenes: 0.3.1
    ChimeraX-SchemeMgr: 1.0
    ChimeraX-SDF: 2.0.3
    ChimeraX-Segger: 1.0
    ChimeraX-Segment: 1.0.1
    ChimeraX-Segmentations: 3.5.12
    ChimeraX-SelInspector: 1.0
    ChimeraX-SeqView: 2.19.1
    ChimeraX-Shape: 1.1
    ChimeraX-Shell: 1.0.1
    ChimeraX-Shortcuts: 1.2.1
    ChimeraX-ShowSequences: 1.0.3
    ChimeraX-SideView: 1.0.1
    ChimeraX-SimilarStructures: 1.0.1
    ChimeraX-Smiles: 2.1.2
    ChimeraX-SmoothLines: 1.0
    ChimeraX-SNFG: 1.0
    ChimeraX-SpaceNavigator: 1.0
    ChimeraX-StdCommands: 1.20
    ChimeraX-STL: 1.0.1
    ChimeraX-Storm: 1.0
    ChimeraX-StructMeasure: 1.2.1
    ChimeraX-Struts: 1.0.1
    ChimeraX-Surface: 1.0.1
    ChimeraX-SwapAA: 2.0.1
    ChimeraX-SwapRes: 2.5.3
    ChimeraX-TapeMeasure: 1.0
    ChimeraX-TaskManager: 1.0
    ChimeraX-Test: 1.0
    ChimeraX-Toolbar: 1.2.4
    ChimeraX-ToolshedUtils: 1.2.4
    ChimeraX-Topography: 1.0
    ChimeraX-ToQuest: 1.0
    ChimeraX-Tug: 1.0.1
    ChimeraX-UI: 1.53.2
    ChimeraX-Umap: 1.0
    ChimeraX-uniprot: 2.3.2
    ChimeraX-UnitCell: 1.0.1
    ChimeraX-ViewDock: 1.6.5
    ChimeraX-VIPERdb: 1.0
    ChimeraX-Vive: 1.1
    ChimeraX-VolumeMenu: 1.0.1
    ChimeraX-vrml: 1.0
    ChimeraX-VTK: 1.0
    ChimeraX-WavefrontOBJ: 1.0
    ChimeraX-WebCam: 1.0.2
    ChimeraX-WebServices: 1.1.5
    ChimeraX-Zone: 1.0.1
    click: 8.4.2
    colorama: 0.4.6
    comm: 0.2.3
    contourpy: 1.3.3
    coverage: 7.15.2
    cryptography: 49.0.0
    cxservices: 1.2.3
    cycler: 0.12.1
    Cython: 3.2.4
    debugpy: 1.8.21
    decorator: 5.3.1
    docutils: 0.21.2
    executing: 2.2.1
    filelock: 3.19.1
    fonttools: 4.63.0
    frozenlist: 1.8.0
    funcparserlib: 1.0.1
    glfw: 2.10.2
    grako: 3.16.5
    h11: 0.16.0
    h2: 4.4.0
    h5py: 3.16.0
    hpack: 4.2.0
    html2text: 2025.4.15
    httpcore: 1.0.9
    httpx: 0.28.1
    httpx-sse: 0.4.3
    hyperframe: 6.1.0
    idna: 3.18
    ihm: 2.2
    imagecodecs: 2026.6.26
    imagesize: 2.0.0
    iniconfig: 2.3.0
    ipykernel: 7.3.0
    ipython: 9.14.1
    ipython_pygments_lexers: 1.1.1
    jedi: 0.20.0
    Jinja2: 3.1.6
    jsonschema: 4.26.0
    jsonschema-specifications: 2025.9.1
    jupyter_client: 8.9.1
    jupyter_core: 5.9.1
    kiwisolver: 1.5.0
    line_profiler: 5.0.0
    lxml: 6.0.2
    lz4: 4.4.5
    Markdown: 3.8.2
    markdown-it-py: 4.2.0
    MarkupSafe: 3.0.3
    matplotlib: 3.10.7
    matplotlib-inline: 0.2.2
    mcp: 1.28.1
    mdurl: 0.1.2
    msgpack: 1.1.1
    multidict: 6.7.1
    ndindex: 1.10.1
    nest-asyncio2: 1.7.2
    netCDF4: 1.7.4
    networkx: 3.3
    numexpr: 2.14.2
    numpy: 2.4.6
    OpenMM: 8.4.0
    openvr: 1.26.701
    packaging: 25.0
    ParmEd: 4.2.2
    parso: 0.8.7
    pep517: 0.13.1
    pexpect: 4.9.0
    pickleshare: 0.7.5
    pillow: 12.3.0
    pip: 26.1.2
    pkginfo: 1.12.1.2
    platformdirs: 4.11.0
    pluggy: 1.6.0
    prompt_toolkit: 3.0.53
    propcache: 0.5.2
    psutil: 7.0.0
    ptyprocess: 0.7.0
    pure_eval: 0.2.3
    py-cpuinfo: 9.0.0
    pybind11: 3.0.1
    pycollada: 0.8
    pycparser: 3.0
    pydantic: 2.13.4
    pydantic-settings: 2.14.2
    pydantic_core: 2.46.4
    pydata-sphinx-theme: 0.20.0
    Pygments: 2.18.0
    PyJWT: 2.13.0
    pynmrstar: 3.5.1
    PyOpenGL: 3.1.10
    PyOpenGL-accelerate: 3.1.10
    pyopenxr: 1.1.4501
    pyparsing: 3.3.2
    pyproject_hooks: 1.2.0
    PyQt6-commercial: 6.10.2
    PyQt6-Qt6: 6.10.2
    PyQt6-WebEngine-commercial: 6.10.0
    PyQt6-WebEngine-Qt6: 6.10.2
    PyQt6_sip: 13.10.3
    pytest: 9.1.1
    pytest-cov: 7.1.0
    python-dateutil: 2.9.0.post0
    python-dotenv: 1.2.2
    python-multipart: 0.0.32
    pyzmq: 27.1.0
    qtconsole: 5.7.2
    QtPy: 2.4.3
    qtshim: 1.2.2
    RandomWords: 0.4.0
    referencing: 0.37.0
    requests: 2.32.5
    rich: 15.0.0
    roman-numerals: 4.1.0
    rpds-py: 2026.6.3
    scipy: 1.18.0
    setuptools: 82.0.1
    sfftk-rw: 0.8.1
    six: 1.17.0
    snowballstemmer: 3.1.1
    sortedcontainers: 2.4.0
    soupsieve: 2.9.1
    Sphinx: 9.0.4
    sphinx-autodoc-typehints: 3.6.1
    sphinxcontrib-applehelp: 2.0.0
    sphinxcontrib-blockdiag: 3.0.0
    sphinxcontrib-devhelp: 2.0.0
    sphinxcontrib-htmlhelp: 2.1.0
    sphinxcontrib-jsmath: 1.0.1
    sphinxcontrib-qthelp: 2.0.0
    sphinxcontrib-serializinghtml: 2.0.0
    sse-starlette: 3.4.6
    stack-data: 0.6.3
    starlette: 1.3.1
    superqt: 0.7.6
    tables: 3.11.1
    threadpoolctl: 3.6.0
    tifffile: 2025.3.13
    tinyarray: 1.2.5
    tornado: 6.5.7
    tqdm: 4.69.1
    traitlets: 5.15.1
    typing-inspection: 0.4.2
    typing_extensions: 4.16.0
    urllib3: 2.7.0
    uv: 0.11.26
    uvicorn: 0.51.0
    wcwidth: 0.8.2
    webcolors: 24.11.1
    wheel: 0.47.0
    wheel-filename: 1.4.2
    yarl: 1.24.5
1 2 3 4 5 6 7 8 9 10 11

Query Language

query: TracLinks and the [[TicketQuery]] macro both use a mini “query language” for specifying query filters. Filters are separated by ampersands (&). Each filter consists of the ticket field name, an operator and one or more values. More than one value are separated by a pipe (|), meaning that the filter matches any of the values. To include a literal & or | in a value, escape the character with a backslash (\).

The available operators are:

= the field content exactly matches one of the values
~= the field content contains one or more of the values
^= the field content starts with one of the values
$= the field content ends with one of the values

All of these operators can also be negated:

!= the field content matches none of the values
!~= the field content does not contain any of the values
!^= the field content does not start with any of the values
!$= the field content does not end with any of the values

The date fields created and modified can be constrained by using the = operator and specifying a value containing two dates separated by two dots (..). Either end of the date range can be left empty, meaning that the corresponding end of the range is open. The date parser understands a few natural date specifications like "3 weeks ago", "last month" and "now", as well as Bugzilla-style date specifications like "1d", "2w", "3m" or "4y" for 1 day, 2 weeks, 3 months and 4 years, respectively. Spaces in date specifications can be omitted to avoid having to quote the query string.

created=2007-01-01..2008-01-01 query tickets created in 2007
created=lastmonth..thismonth query tickets created during the previous month
modified=1weekago.. query tickets that have been modified in the last week
modified=..30daysago query tickets that have been inactive for the last 30 days

See also: TracTickets, TracReports, TracGuide, TicketQuery

Last modified 10 years ago Last modified on Jan 4, 2017, 10:45:36 AM
Note: See TracWiki for help on using the wiki.