polyscope icon indicating copy to clipboard operation
polyscope copied to clipboard

Example ps.error not working in python

Open JPLost opened this issue 8 months ago • 0 comments

On page https://polyscope.run/py/features/messages/ the code example on last line does not work. Does not print error message to Polyscope window. Python 3.9 and PyCharm 2024.1.1 (Community Edition)

# Generating an error.
# The UI will block and show this error immediately. After 
# the error is dismissed, the call will return.
ps.error("Resistance is futile.");

JPLost avatar Jun 01 '24 15:06 JPLost