|
|
last edited 8 years ago by test1 |
1 2 | ||
Editor: test1
Time: 2016/11/14 20:52:04 GMT+0 |
||
Note: |
added:
From test1 Mon Nov 14 20:52:03 +0000 2016
From: test1
Date: Mon, 14 Nov 2016 20:52:03 +0000
Subject:
Message-ID: <20161114205203+0000@axiom-wiki.newsynthesis.org>
Status: open => closed
Using the tangle
button in pamphlet files on the Doyen CD to
retrieve a code chunk results in the message "Sorry, the requested
resource does not exist."
The reason for this failure is that an external Python script
named tangle.py
is missing from the Extensions directory.
I added the tangle.py to the extensions directory as sugested, but I still get the same message. Do I need to change anything else inside the LatexWiki?
Regards,
Jose Alfredo Perez
Yes. You need to add an "external method" with the nametangle
.
Using the Zope management interface, in the root of the wiki
select External Method
from the drop down box and click Add
,
then type the word tangle
in each box and click Save
.
Now you can call the tangle method from ang DTML page such as the one that displays the thumbnail image for pamphlet files.
Status: open => closed