opencv - ImportError in ipython Console in spider but not in command line ipython -


i'm working on win64 anaconda 2.4.1. installed described here. windows command line running ipython can import cv2. unfortunatelly, when try cv2.imshow() images not shown gray region of correct size. tried spyder. spyder ipython console, cannot import cv2: traceback (most recent call last):

file "<ipython-input-1-72fbbcfe2587>", line 1, in <module>   import cv2 

the path variable same, working directory. how can more information, dll not found. hints? in advance. edit: cv2.waitkey() helps in windows command line case, bad. why doesn't work in spyder?


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -