Ignore:
Timestamp:
Jun 26, 2016 6:27:23 PM (7 years ago)
Author:
toby
Message:

fix for Windows directories with spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • install/g2pkg/src/bootstrap.py

    r2315 r2345  
    66home = 'https://subversion.xray.aps.anl.gov/pyGSAS/'
    77print 70*'*'
     8print 'Preload matplotlib to build fonts...'
     9try:
     10    import matplotlib
     11except:
     12    pass
    813print 'Checking python packages...',
    914missing = []
Note: See TracChangeset for help on using the changeset viewer.