Changeset 5097
- Timestamp:
- Nov 22, 2021 2:05:25 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIphsGUI.py
r5096 r5097 6398 6398 elif G2frame.RMCchoice == 'PDFfit': 6399 6399 PDFfit_exec = G2pwd.findPDFfit() #returns location of python (not pdffit!) 6400 print(PDFfit_exec) 6400 if not PDFfit_exec: 6401 wx.MessageBox(''' PDFfit2 is currently not available for this platform. 6402 Please contact us for assistance''',caption='No PDFfit2',style=wx.ICON_INFORMATION) 6403 return 6401 6404 pName = generalData['Name'].replace(' ','_') 6402 6405 rname = pName+'-PDFfit.py'
Note: See TracChangeset
for help on using the changeset viewer.