[Zope] Iowa Python Users Group - First Meeting

2008-09-09 Thread Mike Driscoll
Hi, I'm not sure how many people on this list are Iowans, but I thought you guys (and girls) would like to know the following: The first meeting date for the Iowa Python Users Group has been decided. Here are the details: Time / Dat

Re: [Zope] How do I write to a text file from Python?

2008-09-09 Thread Dieter Maurer
Jakob Schou Jensen wrote at 2008-9-9 08:27 +0200: >Where is the 'manage_upload' function documented? In the source ("OFS.Image.File.manage_upload"). def manage_upload(self,file='',REQUEST=None): """ Replaces the current contents of the File or Image object with file.

[Zope] DirectoryStorage product - zope won't start

2008-09-09 Thread Thomas Bennett
using python 2.4.5 Zope 2.11.1-final DirectoryStorage 1.1.19 First, is there a more preferable product to use to serve files, mostly PDF, from the file system with Zope? I suspect lock_file.py has changed since the DirectoryStorage product was last updated. I followed instructions on http:

[Zope] Doubt in using UserTrack product?

2008-09-09 Thread Rupesh P Raj
Hi, I am a new to Zope. In my Zope application I want to integrate UserTrack product, to track the logged in users. I placed the UserTrack folder inside the Products directory, and created an instance of UserTrack inside some of the other zope products, as follows: u = UserTrack() logger(str(u.li