Ask Your Question

Revision history [back]

I'm currently using eclipse w/ pydev, python 2.7, and opencv 2.4.2 on Win7. Everything seems to be (more or less) fine with auto-completion; syntax checking as well. I'm no expert either, but does everything else work for you on its own? (pydev auto-completes for straight python, opencv2 programs are working... just a way to try to locate the source of the problem)

I'm currently [edit] I misread your question, I am actually finding the same issue using eclipse w/ pydev, win7, python 2.7, and opencv 2.4.2 ... As far as I can tell the autocompletion and code hinting only works for the cv2 compiled file (which has been working fine for me). Not sure how to go about getting around this, aside from using dir([object]) function on Win7. Everything seems any objects you're working with to be (more or less) fine with auto-completion; syntax checking as well. I'm no expert either, but does everything else work for you on its own? (pydev auto-completes for straight python, opencv2 programs are working... just a way to try to locate the source of the problem)see their attributes...