> tmp = rt.encrypt('Cycle{}'.format(pickle.dumps(objSave))) Thanks to this hint
"tmp=rt.encrypt( b'Cycle'+pickle.dumps(objSave) )"