I have a small problem after converting python script into SIS file as follow:
try:
db = contacts.open()
print len(db)
except:
print "error"
when running this script using python260 it works fine but when converting it into SIS file there is no result.
Could you please advise me?