Why can't I import the Event dash dependency?

from dash.dependencies import Input, Output, Event

ImportError: cannot import name 'Event'

Am I missing something?

The Event system got removed in the latest version.

1 Like

Oh ok I didn’t know that, thanks!

I started a thread on a related issue. I’m looking for info on what versions of Dash, dcc and html components I need to have Events work. Have ordinary html buttons taken the place of ‘click’ buttons? Do they have new features or do they just run the same way as previous versions?

See my answer in your other post: Dash Events Button