#+begin_src python :session wxpy
from wxpy import *
#+end_src
When I =[C-c C-c]= eval source block, I got following error:
#+begin_example
Debugger entered--Lisp error: (wrong-number-of-arguments (0 . 0) 1)
py-toggle-shells("python")
(cond ((and (eq 'python org-babel-python-mode) (fboundp '
After Edebug:
I found the problem location:
- [ ] org-babel-execute:python
#+begin_src emacs-lisp
(session (org-babel-python-initiate-session
(cdr (assq :session params
#+end_src
- [ ] org-babel-python-initiate-session
- [ ] org-babel-python-session-buf
"numbch...@gmail.com" writes:
> Still get same error:
>> org-babel-python-evaluate-session: Buffer *Python-*Python** does not
> exist or has no process
As demonstrated in my output, I cannot reproduce your problem, then.
Regards,
Still get same error:
> org-babel-python-evaluate-session: Buffer *Python-*Python** does not
exist or has no process
[stardiviner] GPG key ID: 47C32433
IRC(freeenode): stardiviner Twitter: @numbchild
Key fingerprint = 9BAA 92BC CDDD B9EF 3B36 CB99 B8C4 B8E5 4
Hello,
stardiviner writes:
> I have following org content:
>
> I define variable in Python inferior REPL (launched by [M-x run-python])
>
> Python> name = "chris"
>
> #+begin_src python :session "*Python*"
> print(name)
> #+end_src
>
> But I got error:
>
> > org-babel-python-evaluate-session: B
I have following org content:
I define variable in Python inferior REPL (launched by [M-x run-python])
Python> name = "chris"
#+begin_src python :session "*Python*"
print(name)
#+end_src
But I got error:
> org-babel-python-evaluate-session: Buffer *Python-*Python** does not
exist or has no