Hi I have installed Zope2.3.3 with the INSTANCE_HOME & SOFTWARE_HOME structure. The $INSTANCE_HOME has the directories var & Products and also the files - zctl.py, access, custom_zodb.py and zope.conf. I followed the "Advanced Production Site Setup with ZEO." by D Shaw. I have now installed CMF1.1 in the "Products" directory under $INSTANCE_HOME. When I go the management interface, I am not able to see the CMF under Products in the Control Panel. I start Zope from $INSTANCE_HOME by typing - "./zctl.py start". Can anyone please tell me how I can solve this? Zope version I am using is - 2.3.3 and python version is 1.5.2. Thanks Priya
Hi... I'm just new with Zope, and I m trying to make an external method with python that return me the names of the "files" that are in an especific folder of the Zope i.e:"the folder: Root Folder/function_repository".. (For files, I mean every kind of them...dtml methods, instances of zclass, etc.). It's that posible? If anyone can help me with this....i'll be very gratefully.....thanks... PD: Sory for my English Edgardo Zulian. El Sitio.com
On Fri, 29 Jun 2001, Edgardo Zulian wrote:
I'm just new with Zope, and I m trying to make an external method with python that return me the names of the "files" that are in an especific folder of the Zope i.e:"the folder: Root Folder/function_repository"..
I'm not quite sure what you want to do, but you could try to add a a DTML Method in the folder which contained this: <dtml-in "objectValues()"> <dtml-var id> </dtml-in> This would print all the "names" (I guess you ment id's) of the objects in that folder. HTH.
On Fri, 29 Jun 2001, Edgardo Zulian wrote:
I'm just new with Zope, and I m trying to make an external method with python that return me the names of the "files" that are in an especific folder of the Zope i.e:"the folder: Root Folder/function_repository"..
I'm not quite sure what you want to do, but you could try to add a a DTML Method in the folder which contained this:
<dtml-in "objectValues()"> <dtml-var id> </dtml-in>
Hi, that's work pretty fine, but the problem is that I want to get that result with an external method because then I want to assign that result to a text folder's property....
participants (3)
-
Edgardo Zulian -
Erik Enge -
Priya Ramkumar