Re: [Zope-dev] Zope Apache and Streaming

2001-06-13 Thread Toby Dickenson
On Wed, 13 Jun 2001 09:25:08 +0200, Andre Schubert [EMAIL PROTECTED] wrote: The last time if have tested Streaming with Zope and found out, that streaming only works if i call my Stream directly from Zope like, http://www.foo.com:8080/stream. The problem is, that there is Apache running at port

[Zope-dev] cycles and mem leaks and Zpatterns..

2001-06-13 Thread Christian Scholz
Hi! As some of you might know, I still have my mem leak problem.. I've now looked again at some code and discovered some cycle in ZPatterns.. Means: I have a Price class and some PriceWinner class, which reference each other via some SkinScript. Could this lead to a leak then? I am not

[Zope-dev] OracleStorage with python 2.1

2001-06-13 Thread Joshua Reynolds
Hey all, just to give you heads up, logged a bug (2301) inre DCOracleStorage. Seems that the all of the id's used to oracle are strings. The code that was doing the stringification of the bitstream ids was converting them to longs then stringifying them and expecting them to have that foul

[Zope-dev] a beginners question ...

2001-06-13 Thread Brian Gorrie
Hi, Forgive my lack of Zope knowledge I am fairly new to Zope. Question: From zope can I take a block of text returned by a web link ( say some dhtml returned by a servlet ) and include that in the source of a web page. So I can build the sections of a web page through successive calls

RE: [Zope-dev] a beginners question ...

2001-06-13 Thread Loren Stafford
The quick answer is Yes. One method is described by http://www.zope.org/Members/lstaffor/ZClientMethod. You can also use XML-RPC. On the other hand, Zope is an integrated programming environment for web applications. It includes the capabilities offered by servlets within its programming system;

[Zope-dev] Re: DTML-Python confusion (RE: [Zope] How to make a script return rendered dtml)

2001-06-13 Thread Evan Simpson
From: Bjorn Stabell [EMAIL PROTECTED] How do you do dtml-with and dtml-let in a Python script? (I.e. put something on the namespace) You can't. Scripts can use the DTML namespace in the same way that Python expressions in DTML can, but that's it. On the other hand, you can create (and pass

[Zope-dev] RE: DTML-Python confusion (RE: [Zope] How to make a script return rendered dtml)

2001-06-13 Thread Bjorn Stabell
Wow, thanks Evan. I should've asked these questions a long time ago... From: Evan Simpson [mailto:[EMAIL PROTECTED]] From: Bjorn Stabell [EMAIL PROTECTED] How do you do dtml-with and dtml-let in a Python script? (I.e. put something on the namespace) You can't. Scripts can use the DTML

[Zope-dev] DTML-Python confusion (RE: [Zope] How to make a script return rendered dtml)

2001-06-13 Thread Bjorn Stabell
I've spent hours, maybe days, being confused about this as well. According to the Zope API documentation and ZDP at http://zdp.zope.org/projects/zfaq/faq/DTML/959888072 http://zdp.zope.org/projects/zsnippet/snippets/DTMLTags/CallingDTMLMetho ds someDTMLMethod(_.None, _) should