*when import find_objects from moviepy.video.tools.segmenting i get in the result * ImportError: cannot import name 'find_objects' from 'moviepy.video.tools.segmenting' when follow documentation
- first i check if method is found by dir()
- get findObjects in the result
my problem solved ImportError: cannot import name 'find_objects' from moviepy.video.tools.segmenting import findObjects
then replace find_objects by findObjects