From: stardiviner <numbchild@gmail.com>
To: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Cc: emacs-orgmode <emacs-orgmode@gnu.org>
Subject: Re: ob-python noweb and :var reference error
Date: Fri, 29 Dec 2017 20:06:12 +0800 [thread overview]
Message-ID: <e03443ef-cf98-3fcc-3563-4c876b02338a@gmail.com> (raw)
In-Reply-To: <87r2rdix0a.fsf@nicolasgoaziou.fr>
If I use that noweb reference, then I got this error:
> File "<stdin>", 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 syntax
This is because the <<deluge-daemon-username>> output is not a string in
Python src block.
I also tried to specify `:results` to `value`, `output` and `raw` in
`deluge-daemon-password` etc. But none of them works.
On 12/29/2017 07:39 PM, Nicolas Goaziou wrote:
> Hello,
>
> stardiviner <numbchild@gmail.com> 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: deluge-daemon-username
>> #+begin_src shell
>>
>> cat ~/.config/deluge/auth | cut -d ":" -f 1 #+end_src
>>
>> #+RESULTS: deluge-daemon-username
>> : localclient
>>
>> #+NAME: deluge-daemon-password
>> #+begin_src shell
>>
>> cat ~/.config/deluge/auth | cut -d ":" -f 2 #+end_src
>>
>> #+RESULTS: deluge-daemon-password
>> : 9b83ceded9ac08cc5c7403b093115874a6086958
>>
>> #+begin_src python :noweb yes :results list
>> from deluge_client import DelugeRPCClient
>>
>> client = DelugeRPCClient('127.0.0.1', 58846, username, password)
> Shouldn't this be:
>
> client = DelugeRPCClient('127.0.0.1', 58846, <<deluge-daemon-username>>, <<deluge-daemon-password>>)
>
> Untested.
>
> Regards,
>
next prev parent reply other threads:[~2017-12-29 12:06 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-29 11:36 ob-python noweb and :var reference error stardiviner
2017-12-29 11:39 ` Nicolas Goaziou
2017-12-29 12:06 ` stardiviner [this message]
2017-12-29 12:09 ` Nicolas Goaziou
2017-12-29 13:08 ` stardiviner
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=e03443ef-cf98-3fcc-3563-4c876b02338a@gmail.com \
--to=numbchild@gmail.com \
--cc=emacs-orgmode@gnu.org \
--cc=mail@nicolasgoaziou.fr \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).