[Zope3-Users] Mac OS X Installer for Zope 3.2.1

2006-04-20 Thread Kamal Gill
Guys, I've built a Zope 3.2.1 installer for Mac OS X. It's a PowerPC build, and I've tested it fairly thoroughly on my 10.4 box. However, before I build the Intel version of the installer, I'd like to have at least a few more eyes look at it and offer some feedback. The installer was bu

Re: [Zope3-Users] Job

2006-04-20 Thread Tom Dossis
Tom Dossis wrote: David Johnson wrote: We’re looking to hire a full time Zope 3 developer. I hate publishing on this list, but does anyone have any good ideas on where to look? Zope is relatively young and specialized such that generic job search tools are not effective for finding good cand

Re: [Zope3-Users] Job

2006-04-20 Thread Tom Dossis
David Johnson wrote: We’re looking to hire a full time Zope 3 developer. I hate publishing on this list, but does anyone have any good ideas on where to look? Zope is relatively young and specialized such that generic job search tools are not effective for finding good candidates. We’re will

Re: FW: [Zope3-Users] Generating loginForm with formlib

2006-04-20 Thread Tom Dossis
I want to generate a login form for the PAU session credentials plugin. The plugin expects a form that have a login and a password field. I've created a interface: class ILoginForm(Interface): """For generating the login form.""" login = TextLine(title=u"Username", r

[Zope3-Users] callback errors?

2006-04-20 Thread Joseph Turian
[Posting this to twisted and zope3 user, since I'm not sure which is more germane] I just install zope 3.2.0 on Gentoo. I then manually configured a zope instance in /var/lib/zope/zope-3.2.0/ When I access the zope server at 192.168.0.100:8080, I get the following error messages on my terminal: W

Re: FW: [Zope3-Users] Generating loginForm with formlib

2006-04-20 Thread Florian Lindner
Am Donnerstag, 20. April 2006 15:49 schrieb Pete Taylor: > > -Original Message- > > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > > On Behalf Of Florian Lindner > > Sent: Thursday, April 20, 2006 9:39 AM > > To: zope3-users@zope.org > > Subject: [Zope3-Users] Generating loginForm with

[Zope3-Users] Job

2006-04-20 Thread David Johnson
We’re looking to hire a full time Zope 3 developer.  I hate publishing on this list, but does anyone have any good ideas on where to look?  Zope is relatively young and specialized such that generic job search tools are not effective for finding good candidates.  We’re willing to consider a

Re: [Zope3-Users] Re: Re: Blobs in Z3 anyone?

2006-04-20 Thread David Pratt
Ok, great. Chris, let me know if I can help out at all on this project. Regards, David Chris McDonough wrote: In z3, apparently you just return a file from your code and the publisher knows enough to send it efficiently. - C On Apr 20, 2006, at 8:15 AM, David Pratt wrote: Hi Chris. This is

Re: [Zope3-Users] Re: Re: Blobs in Z3 anyone?

2006-04-20 Thread Chris McDonough
In z3, apparently you just return a file from your code and the publisher knows enough to send it efficiently. - C On Apr 20, 2006, at 8:15 AM, David Pratt wrote: Hi Chris. This is great! I'll check this out. It would be great however if I could get a clearer picture of large file handling

Re: FW: [Zope3-Users] Generating loginForm with formlib

2006-04-20 Thread Pete Taylor
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Florian Lindner > Sent: Thursday, April 20, 2006 9:39 AM > To: zope3-users@zope.org > Subject: [Zope3-Users] Generating loginForm with formlib > > Hello, > I want to generate a login form for the PAU ses

[Zope3-Users] Generating loginForm with formlib

2006-04-20 Thread Florian Lindner
Hello, I want to generate a login form for the PAU session credentials plugin. The plugin expects a form that have a login and a password field. I've created a interface: class ILoginForm(Interface): """For generating the login form.""" login = TextLine(title=u"Username",

Re: [Zope3-Users] Re: Re: Blobs in Z3 anyone?

2006-04-20 Thread David Pratt
Hi Chris. This is great! I'll check this out. It would be great however if I could get a clearer picture of large file handling in Z3. Is there an equivalent IStreamIterator in Z3 or not? I am still trying to determine this from the dialog. If not, can someone please explain what had been built

[Zope3-Users] Re: Re: Blobs in Z3 anyone?

2006-04-20 Thread Rocky Burt
Based on these thoughts... am I correct in assuming that somewhere Zope3 makes file objects implement IStreamIterator? And if that is indeed the case, would this approach work the same way on both Zope2.x and Zope3.x ? - Rocky On Thu, 2006-20-04 at 03:54 -0400, Chris McDonough wrote: > On Apr

Re: [Zope3-Users] Re: Blobs in Z3 anyone?

2006-04-20 Thread Chris McDonough
On Apr 20, 2006, at 3:54 AM, Philipp von Weitershausen wrote: Chris McDonough wrote: Actually, "stream iterator" support is independent of blobs. Right. Also, dealing with long-living requests or dribbling data piece by piece is substantially something different than streaming large data to

Re: [Zope3-Users] Re: Blobs in Z3 anyone?

2006-04-20 Thread Philipp von Weitershausen
Chris McDonough wrote: > Actually, "stream iterator" support is independent of blobs. Right. Also, dealing with long-living requests or dribbling data piece by piece is substantially something different than streaming large data to the user agent without holding application resources forever. I'm

Re: [Zope3-Users] Re: Re: Blobs in Z3 anyone?

2006-04-20 Thread Chris McDonough
On Apr 20, 2006, at 3:33 AM, Martin Aspeli wrote: On Thu, 20 Apr 2006 04:35:47 +0100, Chris McDonough <[EMAIL PROTECTED]> wrote: The zodb code is on the blob-merge-branch of ZODB in Zope's subversion repository. I'm not sure when it's going to land in an actual ZODB release. I'm fightin

[Zope3-Users] Re: Re: Blobs in Z3 anyone?

2006-04-20 Thread Martin Aspeli
On Thu, 20 Apr 2006 04:35:47 +0100, Chris McDonough <[EMAIL PROTECTED]> wrote: The zodb code is on the blob-merge-branch of ZODB in Zope's subversion repository. I'm not sure when it's going to land in an actual ZODB release. I'm fighting a bunch of fires at the moment and it's on the