Jiloc / edsdk-python

Canon EDSDK wrapper for Python
MIT License
30 stars 14 forks source link

save_image.py dosen't work #3

Open GiChiken opened 7 months ago

GiChiken commented 7 months ago

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

TeddyDelrue commented 6 months ago

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

TrevorChiu commented 6 months ago

Same here any solution to this...

ruolunhui commented 2 months ago

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