Re: [O] python :session does return

2014-01-16 Thread Ken Mankoff
Hi John, On Wed, 15 Jan 2014, John Hendy wrote: On Wed, Jan 15, 2014 at 6:22 AM, Ken Mankoff wrote: Are my results contrary to what's been happening to you? Actually things now seem to be working. All cases. No hanging when I run Python in a session, and return and print work when running I

Re: [O] python :session does return

2014-01-15 Thread John Hendy
On Wed, Jan 15, 2014 at 6:22 AM, Ken Mankoff wrote: > Hi John, > > Yes, you and others in that thread seem to be experiencing the same problem, > although there are also different issues discussed there. > > I'm a bit surprised... With the popularity of python I would expect more org > users to ha

Re: [O] python :session does return

2014-01-15 Thread Eric Schulte
I think the issue here is that python users seem less likely (per user on average) to edit the related Org-mode support (i.e., ob-python.el) than users of some other languages which may be less popular in the large but have better Org-mode support. Also, as a maintainer of Org-mode's code block su

Re: [O] python :session does return

2014-01-15 Thread Ken Mankoff
Hi John, Yes, you and others in that thread seem to be experiencing the same problem, although there are also different issues discussed there. I'm a bit surprised... With the popularity of python I would expect more org users to have run into this and it to be fixed, but perhaps it isn't as wide

Re: [O] python :session does return

2014-01-14 Thread John Hendy
On Tue, Jan 14, 2014 at 7:38 AM, Ken Mankoff wrote: > > I've seen various historical issues with :session but it seems I may have a > different problem. This is the latest org in emacs 24.3. If I do not have > :session, then everything works just fine. > This sounded familiar to me, so I googled

Re: [O] python :session does return

2014-01-14 Thread Ken Mankoff
On Tue, 14 Jan 2014, Nick Dokos wrote: When I do use IPython, ":results output" doesn't show "print" statement. The plain "x" showing up in the output goes away if I use ":results output". I'm not talking about the hang: that's a problem (although I can't reproduce it, so it may -or may n

Re: [O] python :session does return

2014-01-14 Thread Nick Dokos
Ken Mankoff writes: > On Tue, Jan 14, 2014 at 11:32 AM, Nick Dokos wrote: > > Ken Mankoff writes: > > > On Tue, 14 Jan 2014, Ken Mankoff wrote: > >> > >> I've seen various historical issues with :session but it seems I may > have a > >> different problem. This is the la

Re: [O] python :session does return

2014-01-14 Thread Ken Mankoff
On Tue, Jan 14, 2014 at 11:32 AM, Nick Dokos wrote: > Ken Mankoff writes: > > > On Tue, 14 Jan 2014, Ken Mankoff wrote: > >> > >> I've seen various historical issues with :session but it seems I may > have a > >> different problem. This is the latest org in emacs 24.3. If I do not > have > >> :s

Re: [O] python :session does return

2014-01-14 Thread Nick Dokos
Ken Mankoff writes: > On Tue, 14 Jan 2014, Ken Mankoff wrote: > >> >> I've seen various historical issues with :session but it seems I may have a >> different problem. This is the latest org in emacs 24.3. If I do not have >> :session, then everything works just fine. >> >> If I C-c C-c in the

Re: [O] python :session does return

2014-01-14 Thread Ken Mankoff
On Tue, 14 Jan 2014, Ken Mankoff wrote: I've seen various historical issues with :session but it seems I may have a different problem. This is the latest org in emacs 24.3. If I do not have :session, then everything works just fine. If I C-c C-c in the following code: #+BEGIN_SRC python :s