Thanks for your reply Win 7 64 bit Python 2.7.3 64 bit Spyder 2.2.0 OpenCV 2.4.5 (compiled myself with vc10 to work with python 64 bit)
My opencv binaries are under C:\opencv\release\bin\Release. I added this dir to my %PATH%, as well as creating an env variable %OPENCV_DIR% that points to C:\opencv\. I copied cv2.pyd to my python27\Lib\site-packages dir. I've also tried adding the Release dir above to PYTHONPATH (in spyder) to see if it would help. As I said above, everything works in a python interpreter ran from a command prompt, or in IDLE (ran some opencv scripts successfully in both) On Friday, May 10, 2013 3:07:46 AM UTC-4, David wrote: > > Hi, > > I use spyder (the recently released v2.2 on Arch Linux) with openCV > (v2.4.5) successfully. Can you share some more details, like what version > of spyder are you running, are you on Mac/Linux/Windows, openCV version, > etc. How/where did you install openCV? > > Regards, > David > > > On 10 May 2013 02:02, ftherien <[email protected] <javascript:>> wrote: > >> Hi! I recently installed OpenCV. It seems to works correctly in any >> python shell (idle, or python started on the command line), but in spyder I >> get the following: >> >> >> import cv2 >> ImportError: DLL load failed: La procédure spécifiée est introuvable. >> (sorry for the french, rough translation would be "Specified procedure >> could not be found") >> >> -- >> You received this message because you are subscribed to the Google Groups >> "spyder" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected]<javascript:> >> . >> Visit this group at http://groups.google.com/group/spyderlib?hl=en. >> For more options, visit https://groups.google.com/groups/opt_out. >> >> >> > > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
