Re: [O] ob-python noweb and :var reference error

2017-12-29 Thread stardiviner
This seems fixed not string problem. But I got new error: ```    File "", line 9     client = DelugeRPCClient('127.0.0.1', 58846, , 9b83ceded9ac08cc5c7403b093115874a6086958 ^ SyntaxError: invalid syntax ``` I execute src block: #+NAME: deluge-daemon-username #+begin_src shell cat

Re: [O] ob-python noweb and :var reference error

2017-12-29 Thread Nicolas Goaziou
stardiviner writes: > If I use that noweb reference, then I got this error: > >>  File "", line 8 >>     client = DelugeRPCClient('127.0.0.1', 58846, cat > ~/.config/deluge/auth | cut -d ":" -f 1, cat ~/.config/deluge/auth | > cut -d ":" -f 2) >   

Re: [O] ob-python noweb and :var reference error

2017-12-29 Thread stardiviner
If I use that noweb reference, then I got this error: >  File "", line 8 >    client = DelugeRPCClient('127.0.0.1', 58846, cat ~/.config/deluge/auth | cut -d ":" -f 1, cat ~/.config/deluge/auth | cut -d ":" -f 2) ^ SyntaxError: invalid synta

Re: [O] ob-python noweb and :var reference error

2017-12-29 Thread Nicolas Goaziou
Hello, stardiviner writes: > I installed python packages through `pip`: > > #+begin_src shell > pip install deluge-client > #+end_src > > > If you want to test those src blocks, you also need to make sure Deluge > installed and daemon started. > > And use `deluge-client` like this: > > #+NAME:

[O] ob-python noweb and :var reference error

2017-12-29 Thread stardiviner
I installed python packages through `pip`: #+begin_src shell pip install deluge-client #+end_src If you want to test those src blocks, you also need to make sure Deluge installed and daemon started. And use `deluge-client` like this: #+NAME: deluge-daemon-username #+begin_src shell cat ~/.co