Changeset 3857 for trunk/GSASIIimage.py


Ignore:
Timestamp:
Mar 18, 2019 12:09:57 PM (4 years ago)
Author:
toby
Message:

Fix scriptable to work w/o wx & mpl; reorg of docs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIimage.py

    r3842 r3857  
    2626import GSASIIpath
    2727GSASIIpath.SetVersionNumber("$Revision$")
    28 import GSASIIplot as G2plt
     28try:
     29    import GSASIIplot as G2plt
     30except ImportError, ModuleNotFoundError: # expected in scriptable w/o matplotlib and/or wx
     31    pass
    2932import GSASIIlattice as G2lat
    3033import GSASIIpwd as G2pwd
Note: See TracChangeset for help on using the changeset viewer.