login  home  contents  what's new  discussion  bug reports     help  links  subscribe  changes  refresh  edit

Edit detail for #264 tangle not working in Doyen CD pamphlets revision 1 of 2

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.


Submitted by : (unknown) at: 2007-11-17T22:17:56-08:00 (16 years ago)
Name :
Axiom Version :
Category : Severity : Status :
Optional subject :  
Optional comment :

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.

tangle.py

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

Re: Tangle.py --billpage, Thu, 23 Mar 2006 10:29:04 -0600 reply
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.