[Zope] Acess zope with python

Carlos Eduardo carlose@interlegis.gov.br
Fri, 17 Jan 2003 17:25:19 -0200


I want to do a python method that import an object( Myapplication.zexp) 
to a folder in the zope server, but the method is in the file sytem,
because i have to init the method with 'python  installMyapplication.py'.
The idea is to make a instalation script to a zope application.
Anyone knows a method in python's API that can do it? Or a method that i 
can acess zope and pass as a parameter 
"manage_importObject('Myapplication.zexp')"?
Or any other solution.
PS: My OS is Linux.

Thank you,
Carlos Eduardo