Hi everyone,
Looks like rs.PropertyListBox() for Python 3.9 is broken
#! python3
import rhinoscriptsyntax as rs
labels = ["a", "b"]
values = ["1", "2"]
name = "test"
new_values = rs.PropertyListBox(labels, values, name)
print(new_values)
1 post - 1 participant