Changeset 2377
- Timestamp:
- Jul 13, 2016 10:04:08 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r2363 r2377 29 29 import scipy as sp 30 30 import wx 31 try: # patch for LANG environment var problem on occasional OSX machines 32 import locale 33 locale.getdefaultlocale() 34 except ValueError: 35 print('Fixing location (see https://github.com/matplotlib/matplotlib/issues/5420.)') 36 os.environ['LC_ALL'] = 'en_US.UTF-8' 37 locale.getdefaultlocale() 31 38 import matplotlib as mpl 32 39 try:
Note: See TracChangeset
for help on using the changeset viewer.