[Orgmode] org-babel: Why isn't =:results value= working with (my) python?

2010-02-04 Thread Scott May
Using org-babel, the following example produces no output for me when I execute using C-c C-c: #+begin_src python :results value 2 + 2 #+end_src #+results: : None In my messages buffer I see the following: : (Shell command succeeded with no output) Now the equivalent emacs-lisp example does

Re: [Orgmode] org-babel: Why isn't =:results value= working with (my) python?

2010-02-04 Thread Thomas S. Dye
On Feb 4, 2010, at 5:06 AM, Scott May wrote: Using org-babel, the following example produces no output for me when I execute using C-c C-c: #+begin_src python :results value 2 + 2 #+end_src #+results: : None In my messages buffer I see the following: : (Shell command succeeded with no

Re: [Orgmode] org-babel: Why isn't =:results value= working with (my) python?

2010-02-04 Thread Dan Davison
Thomas S. Dye t...@tsdye.com writes: On Feb 4, 2010, at 5:06 AM, Scott May wrote: Using org-babel, the following example produces no output for me when I execute using C-c C-c: #+begin_src python :results value 2 + 2 #+end_src #+results: : None In my

Re: [Orgmode] org-babel: Why isn't =:results value= working with (my) python?

2010-02-04 Thread Scott May
isn't =:results value= working with (my) python? Thomas S. Dye t...@tsdye.com writes: On Feb 4, 2010, at 5:06 AM, Scott May wrote: Using org-babel, the following example produces no output for me when I execute using C-c C-c: #+begin_src python :results value 2 + 2