emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] Bug: Python SRC exec tuple fails [7.9.3f (release_7.9.3f-17-g752


From: Andreas Röhler
Subject: Re: [O] Bug: Python SRC exec tuple fails [7.9.3f (release_7.9.3f-17-g7524ef <at> MY-PATH/)]
Date: Wed, 08 May 2013 15:37:26 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:17.0) Gecko/20130329 Thunderbird/17.0.5

Am 08.05.2013 15:20, schrieb Roland Donat:


hmm, indeed, shows up nicely now.
Please close, cheers,

Andreas



That's right, it works with python3 but that is not the case with python2...

Cheers,

Roland.

python2 fails here already with a common shell, independently from Emacs.

OTOH that works with python2:

#+NAME: test
#+begin_src python :results value :preamble # -*- coding: utf-8 -*- :return 
a[0][0]
a = ( ( "é", "a" ), ( "a", "à" ) )
#+end_src

#+RESULTS: test
: é

Maybe there is a work-around from
a[0][0]

?




reply via email to

[Prev in Thread] Current Thread [Next in Thread]