[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master e32c7d2: Change Python eval to send directly instead of using
From: |
Augusto Stoffel |
Subject: |
Re: master e32c7d2: Change Python eval to send directly instead of using temporary files |
Date: |
Sun, 05 Sep 2021 09:46:25 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
On Sun, 5 Sep 2021 at 06:13, "Barton, Mark" <Mark.Barton@disney.com> wrote:
> Today I was trying to export my monthly org document that uses org babel
> python blocks to
> produce tables. I can get it to export fine if I revert python.el to the
> version before e32c7d2a8d
> - Change Python eval to send directly instead of using temporary files.
>
> Below I show the python session buffer, first where it is working and then
> where it is broken for
> me. I’m running Emacs on macOS 11.5.1 and compile from the master branch.
>
> In the “Broken session buffer” below, I recognize the code from that commit,
> but I really don’t
> understand the problem. Any ideas on what other information I can gather that
> would be
> useful?
I can run all the examples in
https://orgmode.org/worg/org-contrib/babel/languages/ob-doc-python.html
after the changes of e32c7d2a8d.
Can you provide a small example to reproduce the problem you encountered?