Re: Turning off text generation inside PTL
David Binger <[email protected]>
| Newsgroups | gmane.comp.web.quixote.user |
|---|---|
| Message-ID | <[email protected]> |
On Aug 22, 2006, at 10:29 PM, Ernesto Adorio wrote: > I am still using the PTL. Sometimes an imported package will output > text which is included in a generated html page. For example, I > have to wrap in an hmtl comment block > > """<!---""" > import rpy > """-->""" > > but any text is included in the generated page though it won't be > displayed. I tried redirecting sys.output but some text is still > showing. I wonder how do you prevent such included unneeded > output messages. Maybe you could post a minimal example with this behavior. When you say it happens sometimes, do you mean that, with the same code, sometimes it happens and sometimes it does not?