Opened 10 years ago
Closed 10 years ago
#72 closed defect (fixed)
Make install fails in src/apps/Chimera2/mkinfo.py, Session has no attrib logger
Reported by: | Tom Goddard | Owned by: | Greg Couch |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Infrastructure | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Notify when closed: | Platform: | all | |
Project: | chimera |
Description
make install in chimera2/src dies in apps/Chimera2 with
rm Info.plist |
Traceback (most recent call last):
File "mkinfo.py", line 108, in <module>
session.common_startup(sess)
File "/Users/goddard/ucsf/chimera2/build/Library/Frameworks/Python.framework/Versions/3.4/lib/python3.4/site-packages/chimera/core/session.py", line 580, in common_startup
sess.main_view = View(sess.models.drawing, (256, 256), None, sess.logger)
AttributeError: 'Session' object has no attribute 'logger'
rm: Info.plist: No such file or directory
make[2]: * [Info.plist] Error 1
make[1]: * [Chimera2.install] Error 2
make: * [apps.install] Error 2
$
Fixed in the current git, 6c2f87de87b56404f5a97be23f5042e4a63ed96a.