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?

link|improve this question
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.