timacro

Results 4 comments of timacro

What about [Diana.jl](https://github.com/neomatrixcode/Diana.jl) ?

Here I got ``` PS D:\codehub\Instrument.jl\EC22.jl\temp> .\dist\hello\hello.exe Querying Julia versions from https://julialang-s3.julialang.org/bin/versions.json Found Julia 1.7.1 at 'C:\\Users\\ash\\.julia\\pythoncall\\julia-1.7.1\\bin\\julia.exe' isdev: False JULIA_PYTHONCALL_LIBPTR: 140715030020096 JULIA_PYTHONCALL_EXE: D:\codehub\Instrument.jl\EC22.jl\temp\dist\hello\hello.exe script: try if ENV["JULIA_PYTHONCALL_EXE"] != "" &&...

1. with `stderr`: ``` script = ''' try if ENV["JULIA_PYTHONCALL_EXE"] != "" && get(ENV, "PYTHON", "") == "" # Ensures PyCall uses the same Python executable ENV["PYTHON"] = ENV["JULIA_PYTHONCALL_EXE"] end...

Interesting, I remove `Base.showerror(stdout, err)`, and got them : ``` script = ''' try if ENV["JULIA_PYTHONCALL_EXE"] != "" && get(ENV, "PYTHON", "") == "" # Ensures PyCall uses the same...