Changeset 541 for trunk/GSASII.py
- Timestamp:
- Apr 13, 2012 3:48:01 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASII.py
r540 r541 25 25 import matplotlib as mpl 26 26 import wx.lib.inspection as wxeye 27 28 27 try: 29 28 import OpenGL as ogl … … 34 33 print('*******************************************************') 35 34 def install_with_easyinstall(package): 36 easy_install.main([ "-U",package])35 easy_install.main(['-f',ospath.split(__file__)[0],package]) 37 36 from setuptools.command import easy_install 38 37 install_with_easyinstall('PyOpenGl') 39 38 print('*******************************************************') 40 print('OpenGL has been installed. Please restart GSAS-II again')39 print('OpenGL has been installed. Please restart GSAS-II') 41 40 print('*******************************************************') 42 41 sys.exit()
Note: See TracChangeset
for help on using the changeset viewer.