diffpy / diffpy.pdfgui

graphical user interface for real space structure refinement to PDF
Other
19 stars 24 forks source link

py3.10 c++ issue #93

Open dragonyanglong opened 1 year ago

dragonyanglong commented 1 year ago

error:

SystemError: PY_SSIZE_T_CLEAN macro must be defined for '#' formats

possible solution: "* "The PY_SSIZE_T_CLEAN macro must now be defined to use PyArg_ParseTuple() and Py_BuildValue() formats which use #: es#, et#, s#, u#, y#, z#, U# and Z#. See Parsing arguments and building values and the PEP 353."

dragonyanglong commented 1 year ago

this error should be fixed in pdffit2 package, not related with pdfgui. link with this issue (https://github.com/diffpy/diffpy.pdffit2/issues/14)