chaco icon indicating copy to clipboard operation
chaco copied to clipboard

TypeError: unsupported operand type(s) for &: 'int' and 'KeyboardModifier' when running multiple tests on python 3.11 or 3.8 not using the EDM environment when running python chaco/examples/demo/multiaxis_using_Plot.py

Open homosapien-lcy opened this issue 1 year ago • 5 comments

Problem Description When running multiple demos using python 3.11 or 3.8 (without EDM), a TypeError: unsupported operand type(s) for &: 'int' and 'KeyboardModifier' will occur after closing the plot window

Reproduction Steps: python chaco/examples/demo/multiaxis_using_Plot.py

Expected behavior: Plot a multiple axis plot without error.

OS, Python version: [MacOS, python 3.11 or python 3.8 (without EDM, the example will pass on EDM)]

homosapien-lcy avatar Mar 27 '23 08:03 homosapien-lcy