문제

I have just started using PyScripter. I do not get any autocomplete options when I am using cv or cv2 module! How can I update my intellisense for OpenCV ?

도움이 되었습니까?

해결책

I don't know whether it is the correct solution to this problem or not but this is what I tried and it was successful:

  1. Go to Tools ---> Options ---> IDE Options
  2. Then in the Code Completion part add cv2 to Special Packages

This enabled the auto-complete for opencv in the editor!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top