for a in loxu:
try:
post bot.wall.get(owner_id=a, count=1)['items'][0]['id'] # get the entry
bot.likes.add(owner_id=a, item_id=post type='post') # likem it
print(a) # give the id of the person "handled"
except: # to hide the user page the script is not stopped
continue