You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
same error here. IUP doc tells me to call IupControlsOpen, which produces: could not import: IupControlsOpen
After having a look at the code it seems that the matrix lives in IupControls but is referenced as an element in iup. see hereand here
When trying to use widgets from the IupControls library, I get "could not import" runtime error. Do I need a dll?
import iup
let m = iup.matrix(nil)
The text was updated successfully, but these errors were encountered: