请问python做数据分析为啥报索引未排序错误

我创建了一个movie 的dataframe, 然后里面创建了两个索引 director_name , duration,并且已经
对两个索引用movie.sort_index(inplace = true)排序,可是在取出duration为178的movie时候还是报
索引未排序错误。非常头痛,哪位大神能帮忙解决下!
错误具体为:UnsortedIndexError: 'MultiIndex Slicing requires the index to be fully lexsorted tuple len (2), lexsort depth (0)'.

图片说明

http://www.cnblogs.com/nxld/p/6058591.html