When you specify the tempdir, the module is saved in that directly, called
wrapped_module_0 and so on. You can import this module from another Python
process, like

import somedir.warpper_module_1

Aaron Meurer

On Thu, Sep 1, 2022 at 11:12 AM Егор Перевощиков <rickbatr...@gmail.com>
wrote:

> For example I compile an expression
>
> from sympy.utilities.autowrap import autowrap
> from sympy.abc import a, b
>
> expr = (a + b)**a
> expr_compiled = autowrap(expr, args=(a, b), tempdir="somedir")
>
> How can I now use "expr_compiled" in other python script?
>
> --
> You received this message because you are subscribed to the Google Groups
> "sympy" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to sympy+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/sympy/ce99633f-930e-4d75-818c-79230782fe98n%40googlegroups.com
> <https://groups.google.com/d/msgid/sympy/ce99633f-930e-4d75-818c-79230782fe98n%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sympy+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sympy/CAKgW%3D6KyX4gWctQPtdhpLtEsvZVsm4UZweBF43GpCxXVUbtXFA%40mail.gmail.com.

Reply via email to