Ignore:
Timestamp:
Aug 23, 2017 3:05:51 PM (6 years ago)
Author:
odonnell
Message:

remove wx dependency for GSASIIscriptable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/imports/G2phase.py

    r2858 r3023  
    2222import random as ran
    2323import numpy as np
    24 import wx
     24try:
     25    import wx
     26except ImportError:
     27    wx = None
    2528import GSASIIobj as G2obj
    2629import GSASIIspc as G2spc
Note: See TracChangeset for help on using the changeset viewer.