bug#37333: Org-mode python output not working

2020-05-22 Thread Bastien
Hi Michael,

Bastien  writes:

> I cannot reproduce this bug with latest Org from the master branch.
> If you can, let me know.  Otherwise, I'll close this bug in a month
> or so.

I am closing this bug report now.  If this is still a problem, please
test again latest Org and report it to emacs-orgmode@gnu.org.

-- 
 Bastien





bug#37333: Org-mode python output not working

2020-02-16 Thread Bastien
Hi Michael,

Michael Wu  writes:

> In the following block:
>
> #+BEGIN_SRC python :results value :session
> def f():
>     return 5
> f()
> #+END_SRC
>
> It gives the message
>
> "Code block returned no value"

I cannot reproduce this bug with latest Org from the master branch.
If you can, let me know.  Otherwise, I'll close this bug in a month
or so.

Thanks,

-- 
 Bastien





bug#37333: Org-mode python output not working

2019-12-11 Thread Nicolas Goaziou
Hello,

Michael Wu  writes:

> In the following block:
>
> #+BEGIN_SRC python :results value :session
> def f():
> return 5
> f()
> #+END_SRC
>
>
> It gives the message
>
> "Code block returned no value"

FWIW, I cannot reproduce it. You may want to update Org. Mine is 9.3.

Regards,

-- 
Nicolas Goaziou