From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kyle Meyer Subject: Re: Bug: python code block single import line [9.0.9 (release_9.0.9-754-g940c90)] Date: Wed, 11 Oct 2017 12:21:13 -0400 Message-ID: <87vajld5ae.fsf@kyleam.com> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53759) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e2Jl2-0003EK-DG for emacs-orgmode@gnu.org; Wed, 11 Oct 2017 12:21:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e2Jkx-0002f6-QT for emacs-orgmode@gnu.org; Wed, 11 Oct 2017 12:21:20 -0400 Received: from pb-smtp2.pobox.com ([64.147.108.71]:64088 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e2Jkx-0002ea-L0 for emacs-orgmode@gnu.org; Wed, 11 Oct 2017 12:21:15 -0400 In-Reply-To: List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Paul Stansell , emacs-orgmode@gnu.org Hello, Paul Stansell writes: > #+begin_src python :session python1 > import numpy as np > #+end_src > > I get this error in my python buffer Sorry for the delayed response. As I just mentioned in another thread, ob-python sessions have longstanding issues: https://lists.gnu.org/archive/html/emacs-orgmode/2017-10/msg00198.html -- Kyle