Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#158 closed defect (fixed)

"list" command broken, gives traceback

Reported by: Elaine Meng Owned by:
Priority: major Milestone:
Component: Command Line Version:
Keywords: Cc:
Blocked By: Blocking:
Notify when closed: Platform: all
Project: chimera

Description

it was working in recent builds, but in the current daily build, command "list" gives traceback:

Traceback (most recent call last):
File "/Users/meng/Desktop/Chimera2.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimera/cmd_line/gui.py", line 116, in on_enter
cmd.execute()
File "/Users/meng/Desktop/Chimera2.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimera/core/commands/cli.py", line 1499, in execute
results.append(ci.function(session, kw_args))
File "/Users/meng/Desktop/Chimera2.app/Contents/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/chimera/core/commands/list.py", line 17, in list
from . cli import cli
ImportError: cannot import name 'cli'

Change History (2)

comment:1 by Tom Goddard, 10 years ago

Resolution: fixed
Status: newclosed

Fixed some weeks ago.

comment:2 by Eric Pettersen, 10 years ago

Component: User InterfaceCommand Line
Note: See TracTickets for help on using tickets.