Changeset 4645 for trunk/GSASIIdataGUI.py
- Timestamp:
- Nov 3, 2020 6:19:08 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIdataGUI.py
r4644 r4645 336 336 # print (versions) 337 337 print ("Python module versions loaded:") 338 print (" Python: %s "%sys.version.split()[0])338 print (" Python: %s from %s"%(sys.version.split()[0],sys.executable)) 339 339 print (" wx: %s"%wx.__version__) 340 340 print (" matplotlib: %s"%mpl.__version__)
Note: See TracChangeset
for help on using the changeset viewer.