if __name__ == "__main__": M2Crypto.Rand.rand_seed(os.urandom(1024)) entry_point(sys.argv)
이런식으로 작성 했는데,
[translation:ERROR] Exception: object with a __call__ is not RPython: <built-in function rsa_generate_key> [translation:ERROR] Processing block: [translation:ERROR] block@18 is a <class 'rpython.flowspace.flowcontext.SpamBlock'> [translation:ERROR] in (M2Crypto.RSA:314)gen_key [translation:ERROR] containing the following operations: [translation:ERROR] v0 = simple_call((builtin_function_or_method rsa_generate_key), bits_0, e_0, callback_0) [translation:ERROR] v1 = simple_call((classobj RSA), v0, (1)) [translation:ERROR] --end--