Jiloc / edsdk-python

Canon EDSDK wrapper for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

save_image.py dosen't work

GiChiken opened this issue · comments

Traceback (most recent call last):
File "C:\Users\33Lab\Documents\Dev\Graduation_project\edsdk-python\examples\save_image.py", line 5, in
import edsdk
File "C:\Users\33Lab\Documents\Dev\Graduation_project\edsdk-python\edsdk_init_.py", line 1, in
from edsdk.api import *
ModuleNotFoundError: No module named 'edsdk.api'

Process finished with exit code 1

Hi,
Same here, I think I did setup as required in the Readme.
@GiChiken, did you find a solution since you got the error ?

Same here any solution to this...

直接打开examples 避免导入源代码里面的sdk模块 因为已经安装过edsdk-python包 重复了