Re: [Zope] a couple of basic questions

2007-06-20 Thread JPenny
[EMAIL PROTECTED] wrote on 06/19/2007 08:20:44 PM: Hi, thank you for taking the time to read this. 1. I'm trying to learn to write a website using zope, the progress is good but i need to understand how can i call an zope object (ZPT or SQL or Script) from a script in this setup:

Re: [Zope] a couple of basic questions

2007-06-20 Thread Andrew Milton
+---[ Tudor Gabriel ]-- | Hi, thank you for taking the time to read this. | | 1. I'm trying to learn to write a website using zope, the progress is good but | i need to understand how can i call an zope object (ZPT or SQL or Script) from | a script in this setup: | |

Re: [Zope] a couple of basic questions

2007-06-20 Thread Paul Winkler
On Wed, Jun 20, 2007 at 10:02:01AM -0400, [EMAIL PROTECTED] wrote: i tryed to call it using sql_do_something = context['db/sql_do_something'] hoping that maybe using aquisition ... i can get the script ... but i get the message that he can't find the object. Maybe

[Zope] a couple of basic questions

2007-06-19 Thread Tudor Gabriel
Hi, thank you for taking the time to read this. 1. I'm trying to learn to write a website using zope, the progress is good but i need to understand how can i call an zope object (ZPT or SQL or Script) from a script in this setup: /root /mysite /db sql_do_something