|
|
last edited 8 years ago by test1 |
1 2 | ||
Editor:
Time: 2007/11/17 22:17:56 GMT-8 |
||
Note: Re: Tangle.py |
changed: - 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. <a href="tangle.py">tangle.py</a> From unknown Thu Mar 23 02:28:39 -0600 2006 From: unknown Date: Thu, 23 Mar 2006 02:28:39 -0600 Subject: Tangle.py Message-ID: <20060323022839-0600@wiki.axiom-developer.org> Bill, 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 From billpage Thu Mar 23 10:29:04 -0600 2006 From: billpage Date: Thu, 23 Mar 2006 10:29:04 -0600 Subject: Re: Tangle.py Message-ID: <20060323102904-0600@wiki.axiom-developer.org> Yes. You need to add an "external method" with the name 'tangle'. 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.
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.