[wingide-users] Problem with auto-complementation in OpenCV
Piotrek
spytrec at gmail.com
Sun Apr 12 15:38:53 MDT 2009
Hi,
I have oryginaln problem with autocomplementation in WingIDE working with
OpenCV library. Auto-comp works fine in Python Shell.
writing:
from opencv.cv import *
from opencv.highgui import *
img = cvLoadImage('/tmp/image.jpg')
img.
I get a list of function connected with img.
This same piece of code in editor don't tell me nothing about img, in
Source Assistant I get a information: "Symbol: img Cannot determine type".
Where is the mistake? Why script doesn't know what the img is?
Regards,
Spy
More information about the wingide-users
mailing list