BoldingBruggeman / pyncview

PyNcView is a cross-platform NetCDF viewer written in Python. It provides an easy-to-use graphical user interface to the creation of animations and publication-quality figures.
GNU General Public License v2.0
18 stars 1 forks source link

Figure properties triggers error #14

Open grgdll opened 4 months ago

grgdll commented 4 months ago

When trying to change the figure properties a pop up windows opens with the error below. Even if I close the error windows it will re-open until I close the property window.

Traceback (most recent call last): File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 910, in paint editorclass.displayValue(self,painter,option,index) File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 839, in displayValue qPixMap = cls.getPixMap(value,cls.width,cls.height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 825, in getPixMap qPixMap = cls.createPixMap(value,width,height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlplot/gui_qt4.py", line 131, in createPixMap qImage = QtGui.QImage(stringBuffer, width, height, QtGui.QImage.Format_ARGB32) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: arguments did not match any overloaded call: QImage(): too many arguments QImage(size: QSize, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(width: int, height: int, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(data: typing.Optional[bytes], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[bytes], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(xpm: List[str]): argument 1 has unexpected type 'memoryview' QImage(fileName: str, format: typing.Optional[str] = None): argument 1 has unexpected type 'memoryview' QImage(a0: QImage): argument 1 has unexpected type 'memoryview' QImage(variant: Any): too many arguments Traceback (most recent call last): File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 910, in paint editorclass.displayValue(self,painter,option,index) File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 839, in displayValue qPixMap = cls.getPixMap(value,cls.width,cls.height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 825, in getPixMap qPixMap = cls.createPixMap(value,width,height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlplot/gui_qt4.py", line 131, in createPixMap qImage = QtGui.QImage(stringBuffer, width, height, QtGui.QImage.Format_ARGB32) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: arguments did not match any overloaded call: QImage(): too many arguments QImage(size: QSize, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(width: int, height: int, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(data: typing.Optional[bytes], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[bytes], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(xpm: List[str]): argument 1 has unexpected type 'memoryview' QImage(fileName: str, format: typing.Optional[str] = None): argument 1 has unexpected type 'memoryview' QImage(a0: QImage): argument 1 has unexpected type 'memoryview' QImage(variant: Any): too many arguments Traceback (most recent call last): File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 910, in paint editorclass.displayValue(self,painter,option,index) File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 839, in displayValue qPixMap = cls.getPixMap(value,cls.width,cls.height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 825, in getPixMap qPixMap = cls.createPixMap(value,width,height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlplot/gui_qt4.py", line 131, in createPixMap qImage = QtGui.QImage(stringBuffer, width, height, QtGui.QImage.Format_ARGB32) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: arguments did not match any overloaded call: QImage(): too many arguments QImage(size: QSize, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(width: int, height: int, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(data: typing.Optional[bytes], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[bytes], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(xpm: List[str]): argument 1 has unexpected type 'memoryview' QImage(fileName: str, format: typing.Optional[str] = None): argument 1 has unexpected type 'memoryview' QImage(a0: QImage): argument 1 has unexpected type 'memoryview' QImage(variant: Any): too many arguments Traceback (most recent call last): File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 910, in paint editorclass.displayValue(self,painter,option,index) File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 839, in displayValue qPixMap = cls.getPixMap(value,cls.width,cls.height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 825, in getPixMap qPixMap = cls.createPixMap(value,width,height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlplot/gui_qt4.py", line 131, in createPixMap qImage = QtGui.QImage(stringBuffer, width, height, QtGui.QImage.Format_ARGB32) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: arguments did not match any overloaded call: QImage(): too many arguments QImage(size: QSize, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(width: int, height: int, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(data: typing.Optional[bytes], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[bytes], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(xpm: List[str]): argument 1 has unexpected type 'memoryview' QImage(fileName: str, format: typing.Optional[str] = None): argument 1 has unexpected type 'memoryview' QImage(a0: QImage): argument 1 has unexpected type 'memoryview' QImage(variant: Any): too many arguments Traceback (most recent call last): File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 910, in paint editorclass.displayValue(self,painter,option,index) File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 839, in displayValue qPixMap = cls.getPixMap(value,cls.width,cls.height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 825, in getPixMap qPixMap = cls.createPixMap(value,width,height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlplot/gui_qt4.py", line 131, in createPixMap qImage = QtGui.QImage(stringBuffer, width, height, QtGui.QImage.Format_ARGB32) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: arguments did not match any overloaded call: QImage(): too many arguments QImage(size: QSize, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(width: int, height: int, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(data: typing.Optional[bytes], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[bytes], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(xpm: List[str]): argument 1 has unexpected type 'memoryview' QImage(fileName: str, format: typing.Optional[str] = None): argument 1 has unexpected type 'memoryview' QImage(a0: QImage): argument 1 has unexpected type 'memoryview' QImage(variant: Any): too many arguments Traceback (most recent call last): File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 910, in paint editorclass.displayValue(self,painter,option,index) File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 839, in displayValue qPixMap = cls.getPixMap(value,cls.width,cls.height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 825, in getPixMap qPixMap = cls.createPixMap(value,width,height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlplot/gui_qt4.py", line 131, in createPixMap qImage = QtGui.QImage(stringBuffer, width, height, QtGui.QImage.Format_ARGB32) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: arguments did not match any overloaded call: QImage(): too many arguments QImage(size: QSize, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(width: int, height: int, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(data: typing.Optional[bytes], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[bytes], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(xpm: List[str]): argument 1 has unexpected type 'memoryview' QImage(fileName: str, format: typing.Optional[str] = None): argument 1 has unexpected type 'memoryview' QImage(a0: QImage): argument 1 has unexpected type 'memoryview' QImage(variant: Any): too many arguments Traceback (most recent call last): File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 910, in paint editorclass.displayValue(self,painter,option,index) File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 839, in displayValue qPixMap = cls.getPixMap(value,cls.width,cls.height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 825, in getPixMap qPixMap = cls.createPixMap(value,width,height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlplot/gui_qt4.py", line 131, in createPixMap qImage = QtGui.QImage(stringBuffer, width, height, QtGui.QImage.Format_ARGB32) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: arguments did not match any overloaded call: QImage(): too many arguments QImage(size: QSize, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(width: int, height: int, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(data: typing.Optional[bytes], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[bytes], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(xpm: List[str]): argument 1 has unexpected type 'memoryview' QImage(fileName: str, format: typing.Optional[str] = None): argument 1 has unexpected type 'memoryview' QImage(a0: QImage): argument 1 has unexpected type 'memoryview' QImage(variant: Any): too many arguments Traceback (most recent call last): File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 910, in paint editorclass.displayValue(self,painter,option,index) File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 839, in displayValue qPixMap = cls.getPixMap(value,cls.width,cls.height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 825, in getPixMap qPixMap = cls.createPixMap(value,width,height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlplot/gui_qt4.py", line 131, in createPixMap qImage = QtGui.QImage(stringBuffer, width, height, QtGui.QImage.Format_ARGB32) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: arguments did not match any overloaded call: QImage(): too many arguments QImage(size: QSize, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(width: int, height: int, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(data: typing.Optional[bytes], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[bytes], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(xpm: List[str]): argument 1 has unexpected type 'memoryview' QImage(fileName: str, format: typing.Optional[str] = None): argument 1 has unexpected type 'memoryview' QImage(a0: QImage): argument 1 has unexpected type 'memoryview' QImage(variant: Any): too many arguments Traceback (most recent call last): File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 910, in paint editorclass.displayValue(self,painter,option,index) File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 839, in displayValue qPixMap = cls.getPixMap(value,cls.width,cls.height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 825, in getPixMap qPixMap = cls.createPixMap(value,width,height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlplot/gui_qt4.py", line 131, in createPixMap qImage = QtGui.QImage(stringBuffer, width, height, QtGui.QImage.Format_ARGB32) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: arguments did not match any overloaded call: QImage(): too many arguments QImage(size: QSize, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(width: int, height: int, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(data: typing.Optional[bytes], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[bytes], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(xpm: List[str]): argument 1 has unexpected type 'memoryview' QImage(fileName: str, format: typing.Optional[str] = None): argument 1 has unexpected type 'memoryview' QImage(a0: QImage): argument 1 has unexpected type 'memoryview' QImage(variant: Any): too many arguments Traceback (most recent call last): File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 910, in paint editorclass.displayValue(self,painter,option,index) File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 839, in displayValue qPixMap = cls.getPixMap(value,cls.width,cls.height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 825, in getPixMap qPixMap = cls.createPixMap(value,width,height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlplot/gui_qt4.py", line 131, in createPixMap qImage = QtGui.QImage(stringBuffer, width, height, QtGui.QImage.Format_ARGB32) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: arguments did not match any overloaded call: QImage(): too many arguments QImage(size: QSize, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(width: int, height: int, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(data: typing.Optional[bytes], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[bytes], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(xpm: List[str]): argument 1 has unexpected type 'memoryview' QImage(fileName: str, format: typing.Optional[str] = None): argument 1 has unexpected type 'memoryview' QImage(a0: QImage): argument 1 has unexpected type 'memoryview' QImage(variant: Any): too many arguments Traceback (most recent call last): File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 910, in paint editorclass.displayValue(self,painter,option,index) File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 839, in displayValue qPixMap = cls.getPixMap(value,cls.width,cls.height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 825, in getPixMap qPixMap = cls.createPixMap(value,width,height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlplot/gui_qt4.py", line 131, in createPixMap qImage = QtGui.QImage(stringBuffer, width, height, QtGui.QImage.Format_ARGB32) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: arguments did not match any overloaded call: QImage(): too many arguments QImage(size: QSize, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(width: int, height: int, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(data: typing.Optional[bytes], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[bytes], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(xpm: List[str]): argument 1 has unexpected type 'memoryview' QImage(fileName: str, format: typing.Optional[str] = None): argument 1 has unexpected type 'memoryview' QImage(a0: QImage): argument 1 has unexpected type 'memoryview' QImage(variant: Any): too many arguments Traceback (most recent call last): File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 910, in paint editorclass.displayValue(self,painter,option,index) File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 839, in displayValue qPixMap = cls.getPixMap(value,cls.width,cls.height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlstore/gui_qt4.py", line 825, in getPixMap qPixMap = cls.createPixMap(value,width,height,dpi) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/storage/sire/users/grg/miniconda3/envs/fabmos/lib/python3.11/site-packages/xmlplot/gui_qt4.py", line 131, in createPixMap qImage = QtGui.QImage(stringBuffer, width, height, QtGui.QImage.Format_ARGB32) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ TypeError: arguments did not match any overloaded call: QImage(): too many arguments QImage(size: QSize, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(width: int, height: int, format: QImage.Format): argument 1 has unexpected type 'memoryview' QImage(data: typing.Optional[bytes], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[bytes], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(data: typing.Optional[PyQt5.sip.voidptr], width: int, height: int, bytesPerLine: int, format: QImage.Format): argument 2 has unexpected type 'float' QImage(xpm: List[str]): argument 1 has unexpected type 'memoryview' QImage(fileName: str, format: typing.Optional[str] = None): argument 1 has unexpected type 'memoryview' QImage(a0: QImage): argument 1 has unexpected type 'memoryview' QImage(variant: Any): too many arguments