Changeset 1413 for trunk/GSASII.py
- Timestamp:
- Jul 6, 2014 12:53:47 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r1399 r1413 56 56 install_with_easyinstall('PyOpenGl') 57 57 print('*******************************************************') 58 print('OpenGL has been installed. Please restartGSAS-II')58 print('OpenGL has been installed. Restarting GSAS-II') 59 59 print('*******************************************************') 60 loc = os.path.dirname(__file__) 61 subprocess.Popen([sys.executable,os.path.join(loc,'GSASII.py')]) 60 62 sys.exit() 61 63
Note: See TracChangeset
for help on using the changeset viewer.