Ask Your Question

isaacchansky's profile - activity

2012-10-31 08:41:13 -0600 received badge  Critic (source)
2012-10-24 16:01:41 -0600 received badge  Editor (source)
2012-10-23 09:04:44 -0600 received badge  Supporter (source)
2012-10-23 09:02:35 -0600 answered a question getting opencv to work with pydev

[edit] I misread your question, I am actually finding the same issue using win7, python 2.7, 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 any objects you're working with to see their attributes...