Bloodevil / sony_camera_api

sony camera remote api
http://developer.sony.com/develop/cameras/
MIT License
244 stars 60 forks source link

Error using anaconda with python 3.6 #68

Closed imihassan closed 2 years ago

imihassan commented 3 years ago

I installed the module using pip install pysony.

To test I wrote code

import pysony api = pysony.SonyAPI() api.getAvailableApiList()

but it is giving this error ...

SyntaxError: Missing parentheses in call to 'print'. Did you mean print("[WORN] liveview is not a dict type")?

bjmc commented 3 years ago

This has already been fixed in #57.

I don't know how Anaconda decides what version to install, but if you get the latest version of this repo it should work with Python 3.

bjmc commented 3 years ago

Duplicate of #61

Bloodevil commented 2 years ago

close because there are duplicate issue.