Opened 9 years ago

Closed 9 years ago

#319 closed defect (fixed)

traceback using "sop zone"

Reported by: Elaine Meng Owned by: Tom Goddard
Priority: minor Milestone:
Component: Surface/Binding Analysis Version:
Keywords: Cc:
Blocked By: Blocking:
Notify when closed: Platform: all
Project: ChimeraX

Description

Maybe this is premature... just happened to notice there was a "sop zone" command and tried it:

open 4hhb
surf
sop zone #1.1 near /a:hem range 5 max 2

which seemed to work but gave traceback:
Traceback (most recent call last):
File "/Users/chimera/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimerax/cmd_line/gui.py", line 119, in on_enter
cmd.run(cmd_text)
File "/Users/chimera/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimerax/core/commands/cli.py", line 2184, in run
results.append(ci.function(session, kw_args))
File "/Users/chimera/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimerax/core/commands/sop.py", line 388, in sop_zone
max_components = max_components)
File "/Users/chimera/Applications/ChimeraX_Daily.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimerax/core/surface/zone.py", line 29, in surface_zone
import HideDust
ImportError: No module named 'HideDust'

Tested in:
UCSF ChimeraX version: 0.1 (2016-04-25)
OpenGL version: 4.1 NVIDIA-10.4.2 310.41.35f01
OpenGL renderer: NVIDIA GeForce GTX 675MX OpenGL Engine
OpenGL vendor: NVIDIA Corporation

Change History (2)

comment:1 by goddard@…, 9 years ago

The max_components option of sop zone is not yet working.

comment:2 by Tom Goddard, 9 years ago

Resolution: fixed
Status: newclosed

Fixed.

Note: See TracTickets for help on using tickets.