when using dropbox api sdk with python it's work very well with python script
but when converting this script to executable using cx_freeze i get this error
RESTSocketError:Error connecting to
"https://api-content.dropbox.com/1/files/auto/data.txt":SSL certificate error:[Errno2] No such file or directory
every time i check the file in dropbox and i found it
please what is the problem
thanks in advance