[Zope] how to restore a copied instance.

2007-06-25 Thread Tudor Gabriel
hi, i needed to reinstall my zope site on another computer so i installed (in debian) plone-site using aptitude ... it automatically makes a new instance and starts the server. after that i stopped the server ... and copied my site (instance folder) from the other computer over this one. when i

[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

[Zope] basic python class zope question

2007-06-12 Thread Tudor Gabriel
hi im new here , first post ... and new to zope. i've read the manual ... and zope framework looks very promising ... i started writing a couple of templates ... and run into some basic problems like: Problem 1. is it posible to have a python class ... defined in a script like class learn: