You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After fitting some experimental data and trying to do a report (with the built-in report function), attempting to send the report (either with the regular "save" function or trying to print to a pdf file), it just returns an error.
To Reproduce
Steps to reproduce the behavior:
Click on 'Report Results'
Click on 'Save'
Enter any name and save in any folder.
See error : Traceback (most recent call last): File "sas\qtgui\Utilities\Reports\ReportDialog.py", line 118, in onSave File "sas\qtgui\Utilities\Reports\ReportDialog.py", line 143, in save_pdf File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "xhtml2pdf\pisa.py", line 26, in File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "xhtml2pdf\document.py", line 25, in File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "xhtml2pdf\context.py", line 33, in File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "xhtml2pdf\parser.py", line 44, in File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "xhtml2pdf\tables.py", line 21, in File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "xhtml2pdf\tags.py", line 26, in File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "reportlab\graphics\charts\textlabels.py", line 20, in File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in _load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "reportlab\graphics\utils.py", line 260, in File "reportlab\graphics\utils.py", line 63, in makeTextPathsCode File "", line 1176, in _find_and_load File "", line 1147, in _find_and_load_unlocked File "", line 690, in load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "freetype_init.py", line 24, in File "", line 1176, in _find_and_load File "", line 1147, in find_and_load_unlocked File "", line 690, in load_unlocked File "PyInstaller\loader\pyimod02_importers.py", line 385, in exec_module File "freetype\raw.py", line 201, in File "ctypes_init.py", line 389, in getattr File "ctypes_init.py", line 394, in getitem AttributeError: function 'FTC_CMapCache_Lookup' not found
Alternatively:
Click on "Report results"
Click "Print"
Select "Print to PDF"
Save anywhere with any name
Error: Print report failed with: 'PySide6.QtGui.QTextDocument' object has no attribute 'print'
Expected behavior
For the report to be saved in pdf format
SasView version (please complete the following information):
Version: alpha-6.0.0
Operating system (please complete the following information):
OS: Windows 10
The text was updated successfully, but these errors were encountered:
Describe the bug
After fitting some experimental data and trying to do a report (with the built-in report function), attempting to send the report (either with the regular "save" function or trying to print to a pdf file), it just returns an error.
To Reproduce
Steps to reproduce the behavior:
Alternatively:
Expected behavior
For the report to be saved in pdf format
SasView version (please complete the following information):
Operating system (please complete the following information):
The text was updated successfully, but these errors were encountered: