Changeset 4739 for install/bootstrap.py
- Timestamp:
- Jan 7, 2021 4:28:30 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
install/bootstrap.py
r4738 r4739 576 576 msg = 'Failed with import of GSASIIpath. This is unexpected.' 577 577 msg += '\nGSAS-II will not run without correcting this. Contact toby@anl.gov' 578 print('GSASIIpath import error\n',err) 578 print('GSASIIpath import error\n') 579 print(err) 579 580 BailOut(msg) 580 581
Note: See TracChangeset
for help on using the changeset viewer.