Re: [Zope3-Users] How do I learn how to use Zope?

2009-06-17 Thread Benji York
when you are toast. ;-) Indeed. I only answer email when I'm a ham sandwich. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] zodb is growing every login/logout

2009-04-22 Thread Benji York
client that triggers a pdb each time an object is stored. Using one or both of those you should be able to track down what kinds of objects are being written. From there hopefully you'll be able to determine what is causing the writes. -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] ImportError: No module named viewlet.interfaces !!

2009-04-07 Thread Benji York
of the problem so it can be evaluated. My suspicion is a bug in your buildout config rather than buildout itself, but I can't tell from here. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http

Re: [Zope3-Users] zope.app.apidoc.bookmodule and transaction

2008-12-17 Thread Benji York
package=zope.app.apidoc.bookmodule file=book.zcml/ The above has to be early in your configuration. Preventing failures like this from popping up is one reason to carefully control the versions you use in a project. -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] Buildout seems to be broken due to missing back35.py in zope.app.component.

2008-10-15 Thread Benji York
On Wed, Oct 15, 2008 at 10:46 AM, Hermann Himmelbauer [EMAIL PROTECTED] wrote: Hi, It seems that buildout is broken: Are you referring to the Zope 3 trunk buildout? -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list

Re: [Zope3-Users] Buildout seems to be broken due to missing back35.py in zope.app.component.

2008-10-15 Thread Benji York
On Wed, Oct 15, 2008 at 1:07 PM, Marius Gedminas [EMAIL PROTECTED] wrote: On Wed, Oct 15, 2008 at 10:59:24AM -0400, Benji York wrote: On Wed, Oct 15, 2008 at 10:46 AM, Hermann Himmelbauer [EMAIL PROTECTED] wrote: Hi, It seems that buildout is broken: Are you referring to the Zope 3 trunk

Re: [Zope3-Users] building zope 3 instances?

2008-08-20 Thread Benji York
of the text on pypi to stop innocent bystanders getting caught out. If a package is truly in that state, then yes a prominent warning should be added. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users

Re: [Zope3-Users] Copying Objects from/in the ZODB

2008-07-28 Thread Benji York
. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Interface confusion (still)

2008-07-15 Thread Benji York
of that class *implements* the interface. On the other hand, lets say you had an IFooFactory interface that only required that objects *providing* it be callable. In that case a class Foo itself can *provide* the interface (because the class is callable). Make sense? -- Benji York Senior Software Engineer

Re: [Zope3-Users] Interface confusion (still)

2008-07-15 Thread Benji York
On Tue, Jul 15, 2008 at 7:27 PM, Fred Drake [EMAIL PROTECTED] wrote: On Tue, Jul 15, 2008 at 6:56 PM, Benji York [EMAIL PROTECTED] wrote: When one says that a class *provides* an interface they're saying that instances of that class *implements* the interface. Sorry, you got that backwards

Re: Not Really SOLVED! Re: [Zope3-Users] Re: zope.schema Question

2008-07-07 Thread Benji York
, a stand-alone .py file) that demonstrates the problem? -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] zope.interface.exceptions.InvalidInterface: Concrete attribute, existence

2008-07-03 Thread Benji York
is not a field. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] zope.interface.exceptions.InvalidInterface: Concrete attribute, existence

2008-07-03 Thread Benji York
On Thu, Jul 3, 2008 at 2:21 PM, Tim Cook [EMAIL PROTECTED] wrote: On Thu, 2008-07-03 at 14:08 -0400, Benji York wrote: On Thu, Jul 3, 2008 at 1:34 PM, Tim Cook [EMAIL PROTECTED] wrote: I've been chasing a problem for a couple of days and I just can't figure out what the error is telling me

Re: [Zope3-Users] Zopeproject-generated app - problem with temporary paths to egg packages

2008-06-19 Thread Benji York
the egg's .pyc files. They will be regenerated with correct path info. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Send User-Agent header with zope.testbrowser.browser.Browser

2008-05-09 Thread Benji York
, no lifeguard on duty. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] weird parsing, is this a bug? Re: What's wrong to this html block to testbrowser.Browser?

2008-04-23 Thread Benji York
the behavior using only ClientForm (available at http://wwwsearch.sourceforge.net/ClientForm/) and report the bug to that project. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman

Re: [Zope3-Users] demostorage does not support blobs

2008-04-20 Thread Benji York
://pypi.python.org/pypi/zc.demostorage2). -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] error 500 on blob upload with testbrowser

2008-04-19 Thread Benji York
the exception and you'll see what the underlying exception, not the 500 the publisher generates. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

[Zope3-Users] Re: [Zope-dev] bsquare'ing

2008-04-03 Thread Benji York
Adam GROSZER wrote: We used to issue python2.4 bootstrap.py, buildout bootstrap . gives an error, unless I'm missing something. I'm not familiar with Christian's work with bsquare, but suspect giving him the actual error message would be helpful. -- Benji York Senior Software Engineer Zope

Re: [Zope3-Users] Re: [Zope-dev] Zope 3.4.0 candidate 1 Released

2008-03-27 Thread Benji York
the disadvantages of a mailing list compared to a forum. forums (and capitalization) are way too cumbersome we should switch to texting each other with our mobile phones -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing

Re: [Zope3-Users] Support for components and interfaces in Python 2.5

2008-03-20 Thread Benji York
has been released for almost a year now and porting hasn't been done yet? Almost all of the individual packages have been ported at this point. I'm not sure as to the status of RestrictedPython, but it doesn't sound like you want to use it anyway. -- Benji York Senior Software Engineer Zope

Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread Benji York
. Of course it also lets you stay away from the generally dirty system Python (just as the Python-per-buildout strategy does as well). -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http

Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread Benji York
your tests in production, it seems fine to me. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread Benji York
buildout, right? What happens if you hit a bug in GCC when compiling Python? Do you include GCC in your buildout to make sure you get the right version? It gets worse the deeper you go. :) -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] buildout and egg depedencies

2007-12-06 Thread Benji York
those tools existed (svn:externals, make a checkout, whatever). -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Duplicate emails from mail queue

2007-11-08 Thread Benji York
Darryl Cousins wrote: Initial tests seem to show that the problem is solved using the trunk. It seems to be working well for us too. I'll see if I can get 3.5.0b1 released some time today. -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] Duplicate emails from mail queue

2007-11-04 Thread Benji York
the duplicates. I need to do another release, maybe tomorrow. If you want to try the fix before a release is made, you can try running a trunk checkout. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users

[Zope3-Users] Re: [Zope3-dev] Known-good-sets problem

2007-10-05 Thread Benji York
be no place for non-controlled packages. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Getting current user and current user's group in a buildout script

2007-10-01 Thread Benji York
? The way we've handled similar needs is to require the user to enter that kind of information in their default.cfg. That way you don't have to sniff the environment, and the user has explicit control over what values buildout sees. -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] Re: Getting current user and current user's group in a buildout script

2007-10-01 Thread Benji York
Derek Richardson wrote: The use case is that the pound (http://www.apsis.ch/pound) install is evil. In that case you could create a custom cmmi recipe that passes the user and group to the pound build process. -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] Modified IntId utility

2007-09-26 Thread Benji York
as a counter, and fill the least significant bits with conflict busting randomness, you'll be in good shape. We (ZC) have a package that does just that which we really need to release. If there's interest I'll take a stab at doing that soon. -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] best way to get started nowadays?

2007-09-22 Thread Benji York
.). -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Re: Prevent an event

2007-09-17 Thread Benji York
don't want to prevent the event as a whole). I've had the need to do this when adding an index to an app with a large amount of content (30 gig or so), but unfortunately I don't remember how we did it. If no one pipes up soon I'll try to dig up the details. -- Benji York Senior Software

Re: [Zope3-Users] zopeproject and debugging zope

2007-09-08 Thread Benji York
never start) it will accept a debug command, just like zopectl. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Eggs, workingenv.py, and 'classic' instance homes

2007-08-16 Thread Benji York
Jeff Shell wrote: But now I'd like to be able to install that into classic zope 3.3 instance homes, trying to be as unobtrusive as possible. I don't know anything about workingenv, but I would just use Subversion externals. -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] Ahh, counters... Best practice?

2007-08-14 Thread Benji York
catastrophic. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Re: Strange ZODB error - Solved: Zalchemy bug

2007-08-13 Thread Benji York
? -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] How to access request variable from vocabulary

2007-08-06 Thread Benji York
so: def getRequest(): i = zope.security.management.getInteraction() # raises NoInteraction for p in i.participations: if IRequest.providedBy(p): return p raise RuntimeError('Could not find current request.') -- Benji York Senior

Re: [Zope3-Users] How to access request variable from vocabulary

2007-08-06 Thread Benji York
request.') -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: AW: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Benji York
include the full path as of the time they were built, they then point to the wrong place. Gary's suggestion forces them to be rebuilt with correct paths. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users

Re: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Benji York
of. You should be able to use CVS just fine. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Convention Question

2007-07-19 Thread Benji York
that created the project. Summary: name space packages are just for uniquifying package names. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: Vedr. [Zope3-Users] Zope 3 API documentation needs a new strategy

2007-07-18 Thread Benji York
Torvald Bringsvor wrote: Very good point I think. The current documentation makes me feel stupid, sometimes wanting to go in some other direction than Z3. Does http://wiki.zope.org/zope3/Documentation help? -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] Building an admin interface

2007-07-16 Thread Benji York
. An acceptable answer is read the docs and decide for yourself. wink -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Building an admin interface

2007-07-16 Thread Benji York
Thanks for the info. I really need to dig into both viewlets and pagelets the next time I do a new UI from scratch. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman

Re: [Zope3-Users] Error in installing Zope 3.3.1

2007-07-02 Thread Benji York
Bin Hu wrote: I was trying to install Zope 3.3.1 on a Mac running OS X 10.4.10 with python 2.5.1 (from MacPython) and got the following error message: Python 2.5 isn't supported yet. I believe 3.3.1 wants Python 2.4.3. -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] problems deleting objects in containers

2007-06-06 Thread Benji York
Dominique Lederer wrote: for xx in [key for key in container.keys()]: del container[xx] Or: container.clear() -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman

Re: [Zope3-Users] Blog naming proposals

2007-05-29 Thread Benji York
Vinny wrote: Grog /me has Monkey Island flashbacks. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Blog naming proposals

2007-05-28 Thread Benji York
Florian Lindner wrote: What ideas have you for Zope3 blog package, what would you choose? I would choose anything as long as it doesn't have a Z in it. But that's just me. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users

Re: [Zope3-Users] Re: zc.queue conflict question

2007-05-17 Thread Benji York
Gary Poster wrote: there are subtleties Quote of the Week. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Zope Book problem update

2007-05-04 Thread Benji York
configuration that hasn't been loaded. Is there a slug you're supposed to install or a include you need to make? -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman

Re: [Zope3-Users] Utility Local to an Annotation?

2007-04-25 Thread Benji York
content and feed to UUID? -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Re: zope.intid and UUIDs

2007-04-20 Thread Benji York
, or one of your users want to use a different, or second implementation, the migration will be much easier. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo

Re: [Zope3-Users] Re: RFC 4122 UUIDs

2007-04-04 Thread Benji York
be to create an IOBtree to map each object's intid to a randomly generated UUID (generated by the uuid.uuid1 method from the earlier referenced module). -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http

Re: [Zope3-Users] Zope3 groups and such

2007-02-21 Thread Benji York
), but nothing has come of it yet. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Infrastructure Requirements?

2007-02-16 Thread Benji York
box works quite nicely. :) -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Infrastructure Requirements?

2007-02-16 Thread Benji York
Jonathan wrote: From: Benji York [EMAIL PROTECTED] Four instances on a four core box works quite nicely. :) Do you mean four instances on a box with 4 cpus or 4 instances on a box with 2 cpus, where each CPU has a dual core? The latter, but it generally makes little difference. ie. has

Re: [Zope3-Users] Infrastructure Requirements?

2007-02-16 Thread Benji York
2 instances of zope on a dual-core cpu and was wondering if it was better to go with 2 cpus on a single box, or run 2 instances of zope on a single dual-core cpu in a single box. I doubt it would make a measurable difference. -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] Error when calling addform

2007-02-13 Thread Benji York
. zope.formlib is the wildly accepted successor. I know that my acceptance of formlib is certainly wild. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] zc.buildout with Zope 2

2007-01-12 Thread Benji York
into zc.buildout. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] zope.testbrowser and vhost

2007-01-02 Thread Benji York
in a virtual hosting environment. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Registered utility is never found

2006-12-12 Thread Benji York
Tom Gross wrote: you are trying to lookup the utility with the name None. If you don't specify a name when registering the utility, omit the second parameter: zapi.getUtility(IInitIndicator) In other words, the name of an unnamed utility isn't None, but the empty string. -- Benji York

Re: [Zope3-Users] ZODB explorer?

2006-12-05 Thread Benji York
an alias set up for svn.zope.org, and you don't need the +ssh unless you want a writable checkout (and it won't work at all unless you have check-in privileges). -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3

Re: [Zope3-Users] I'm very happy to see the new version of Zope 3

2006-10-23 Thread Benji York
KLEIN Stéphane wrote: I send this message only to say than I very happy to see the new very of Zope 3 Wiki. I agree. The new wiki looks terrific. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users

Re: [Zope3-Users] TAL, TALES, METAL documentation

2006-10-22 Thread Benji York
, not part of the standard. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Links / Relationships (again)

2006-10-16 Thread Benji York
Jeff Shell wrote: I see there's a `zc.extrinsicreference` in the svn.zope.org repository. Is that in a usable state? Yep. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org

Re: [Zope3-Users] Zope3.3.0-zope.rdb implementation - bug, feature?

2006-10-13 Thread Benji York
with the details you included in your email. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] zc.winauth takes too much time to authenticate every page load

2006-10-12 Thread Benji York
It sounds like it; make sure you have the No Challenge if Authenticated plugin enabled. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] zc.winauth takes too much time to authenticate every page load

2006-10-12 Thread Benji York
Benji York wrote: [a mixture of truth and pre-caffeine insanity] [EMAIL PROTECTED] wrote: I suspect my problem may be a configuration issue in my PAU It sounds like it; make sure you have the No Challenge if Authenticated plugin enabled. My suggestion above makes no sense at all. :) Two

Re: [Zope3-Users] svn.zope.org and www.zope.org not online

2006-10-10 Thread Benji York
-party hosting, but the servers themselves are up. What IP does www.zope.org resolve to for you? -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] svn.zope.org and www.zope.org not online

2006-10-10 Thread Benji York
Roger Ineichen wrote: www.zope.org is still not reachable. Do I get a old cached DNS entry from my DNS provider? Not exactly, the IP hasn't changed. The new DNS host seems to be handing out the wrong IPs. What is the correct working IP for svn.zope.org? 63.240.213.173 -- Benji York

Re: [Zope3-Users] testbrowser passes but view fails

2006-09-27 Thread Benji York
with the testing config and see if you get the same results when accessing the page with a real browser. You can do that by specify which ZCML to use with the -X site-definition=foo.zcml switch, where foo.zcml is either the top-level ftesting.zcml or the ZCML for your test layer. -- Benji York

Re: [Zope3-Users] Functional Tests

2006-09-11 Thread Benji York
Fabio Rizzo Matos wrote: Does anybody knows where i find any tutorial for zope.testbrowsers? The README.txt would be a good place to start. http://svn.zope.org/Zope3/trunk/src/zope/testbrowser/README.txt?rev=69730view=markup -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] Zope 3 Distilled book update 3

2006-09-06 Thread Benji York
Baiju M wrote: (This is about : http://kpug.zwiki.org/Zope3Distilled) I recommend you verify that you can use the Distilled name. I believe computer book titles of that form are protected by an Addison-Wesley trademark. -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] Zope 3 Distilled book update 3

2006-09-06 Thread Benji York
Baiju M wrote: On 9/6/06, Benji York [EMAIL PROTECTED] wrote: Baiju M wrote: (This is about : http://kpug.zwiki.org/Zope3Distilled) I recommend you verify that you can use the Distilled name. I believe computer book titles of that form are protected by an Addison-Wesley trademark

[Zope3-Users] Re: [Zope3-dev] z3c vs. the zorg

2006-08-24 Thread Benji York
. It's off my chest now, so if this (mercifully) peters out soon, we'll all be better off. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] zc.tables integration with Zope3

2006-08-21 Thread Benji York
on the designer you talk to. :-) I agree with you, but I have this requirement. I don't think I'd be very happy with a div-based zc.table. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org

Re: [Zope3-Users] zc.tables integration with Zope3

2006-08-21 Thread Benji York
Stephan Richter wrote: On Monday 21 August 2006 17:34, Benji York wrote: I don't think I'd be very happy with a div-based zc.table. Then don't use it. It will be an alternative, of course. I will not break the existing API and output. Oh! I misunderstood. I couldn't imagine

Re: [Zope3-Users] testbrowser hangs

2006-08-17 Thread Benji York
an 2.5 branches) when trying to fix an sgmllib bug. This was discovered yesterday by John J. Lee of the mechanize project (which testbrowser uses). A Python downgrade is advised. :) -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users

Re: [Zope3-Users] NTLM and Active Directory based authentication for Zope 3

2006-08-17 Thread Benji York
://svn.zope.org/zc.winauth/trunk/src/zc/winauth/README.txt?rev=69546view=markup You could build a true single sign-on system on top of it, if you're willing to be IE-only. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list

Re: [Zope3-Users] Re: zalchemy integration

2006-08-14 Thread Benji York
, the 'cartContents' provider won't show an incremented number until the next stage. We've been calling those update bugs. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman

Re: [Zope3-Users] Re: Total n00b to zope3 and apache.

2006-07-28 Thread Benji York
for that is starting multiple servers in the same instance on different ports. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] CoInitialize and Zope3

2006-07-21 Thread Benji York
CoInitialize to run at app start time you can add a subscriber to the IProcessStartingEvent and run your code there. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo

Re: [Zope3-Users] Security alert: use of Through-the-Web reStructuredText

2006-07-19 Thread Benji York
up with this issue) include tests to make sure we're using docutils appropriately. Best of both worlds: we have continued assurance we don't regress, and we don't have to maintain a fork/patches. -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] Security alert: use of Through-the-Web reStructuredText

2006-07-19 Thread Benji York
that needs security-related things verified should have a test (doctest in a text file) describing the problem and verifying that it has been fixed. I don't think we want a single file to hold them though, tests (including these) should normally live near the package that they test. -- Benji York

Re: [Zope3-Users] Products/Ordered Container

2006-06-28 Thread Benji York
, but zc.listcontainer might interest you too. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Re: Splitting ZODB ?

2006-06-26 Thread Benji York
, hence things like the intid utility. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Re: Access request object from content_factory

2006-06-21 Thread Benji York
Rupert Redington wrote: John Smith wrote: No zapi? How did I miss that? Where do I get my utilities, parents, roots, adapters from now? I think the right answer to that is wherever zapi got them from in the first place Well said. -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] How to make content object return a view?

2006-05-26 Thread Benji York
TAHARA Yusei wrote: You need to use zapi.getMultiAdapter. (this is a alias for zope.component.getMultiAdapter) I suggest not using zapi aliases, use the canonical name for things instead. There is a growing dislike for zapi, and I suspect it will be deprecated in the future. -- Benji York

[Zope3-Users] Re: [Zope3-dev] [ANN] win32-trunk-pyds

2006-05-19 Thread Benji York
Adam Groszer wrote: I just put the compiled pyd's for win32 users to http://www.zope.org/Products/Zope3/, into a relase called 'Trunk'. Are these any different than Tim's? (at http://www.zope.org/Members/tim_one/) -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] Re: [Zope3-dev] Re: Zope 3 lacks Ajax capability?

2006-05-16 Thread Benji York
Jim Washington wrote: I have a public example (not open-sourced, sorry - line-of-business app) of jsonserver in action at http://www1.vtdata.org . It's fast and does the async communication with little fuss. Very cool. -- Benji York Senior Software Engineer Zope Corporation

Re: [Zope3-Users] More fun with WSGI/zope.paste

2006-05-12 Thread Benji York
Shane Hathaway wrote: Benji York wrote: Gary Poster wrote: z has also been proposed. :-) That strikes me as a good replacement for z3c. What about zf, for Zope Foundation? As I said earlier, that sounds good for things that have been given to the foundation, but non-foundation code

Re: [Zope3-Users] More fun with WSGI/zope.paste

2006-05-08 Thread Benji York
also like it if other major contributors choose their own name space. z has also been proposed. :-) That strikes me as a good replacement for z3c. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org

Re: [Zope3-Users] More fun with WSGI/zope.paste

2006-05-08 Thread Benji York
Shane Hathaway wrote: Benji York wrote: Gary Poster wrote: z has also been proposed. :-) That strikes me as a good replacement for z3c. What about zf, for Zope Foundation? I was thinking more about code that doesn't belong to the Foundation, but that's a good choice for code

Re: [Zope3-Users] More fun with WSGI/zope.paste

2006-05-08 Thread Benji York
Fred Drake wrote: On 5/8/06, Benji York [EMAIL PROTECTED] wrote: I must have been unclear. zf sounds great to me as a name space for code that's covered by the contributer agreement. z (or something else) as a default name space for non-foundation code that doesn't otherwise have a name

Re: [Zope3-Users] Re: comments in ZCML

2006-05-04 Thread Benji York
that most people don't bother. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Getting Started Question

2006-04-24 Thread Benji York
will help you or not, but your problem checking it out is almost certainly your ancient Subversion (released over 3 years ago). Any 1.x version of Subversion 1.x should work instead. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3

Re: [Zope3-Users] Send credentials in a remote request

2006-04-24 Thread Benji York
this instead: https://user:[EMAIL PROTECTED]/ -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Re: [Zope] Debugging doctests

2006-02-23 Thread Benji York
(or a suitable alternative). -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users

Re: [Zope3-Users] Re: [Zope] Debugging doctests

2006-02-23 Thread Benji York
. If you /were/ talking about stand-alone doctests, then I have no idea what you're talking about. :) -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3

  1   2   >