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

2009-06-17 Thread Benji York
answer E-mails 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] Question about README.txt files

2009-05-05 Thread Benji York
on.org/pypi/manuel). It's still in alpha, but lets you design your own test syntax. For example, it would be easy to have the reST below create a file named "foo.txt" with the given contents: .. file: foo.txt This is my file. It is very nice. -- Benji York Se

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

2009-04-22 Thread Benji York
gers 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

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

2009-04-07 Thread Benji York
all, self-contained example 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 mail

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

2008-12-17 Thread Benji York
o: 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 ___ Zope

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 tha

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-u

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

2008-08-20 Thread Benji York
"DO NOT USE - THIS IS ONLY HERE TO SUPPORT EXISTING SETUPS" > at the top 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 Corporati

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

2008-07-28 Thread Benji York
ew=markup) if you need to customize the copying operation. -- 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
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 in

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

2008-07-15 Thread Benji York
aying that instances 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? -- Ben

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

2008-07-07 Thread Benji York
Can you construct a small example (say, 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
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 da

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

2008-07-03 Thread Benji York
t.interval.Interval 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] Zopeproject-generated app - problem with temporary paths to egg packages

2008-06-19 Thread Benji York
it is to remove 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
Swim at your own risk, 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
if you could reproduce 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@zo

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

2008-04-20 Thread Benji York
i/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
efore you make the call that raises 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://mai

[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. --

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
is going on? Python 2.5 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. --

Re: [Zope3-Users] Buildout and custom python

2007-12-21 Thread Benji York
nclude Python in your app, you should add zlib to your 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. :) -- Be

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
advantages add up. 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

Re: [Zope3-Users] buildout and egg depedencies

2007-12-06 Thread Benji York
ve before 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 Corpor

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

2007-11-04 Thread Benji York
minate 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 Z

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

2007-10-05 Thread Benji York
here would 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] 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] 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 C

Re: [Zope3-Users] Modified IntId utility

2007-09-26 Thread Benji York
our int ID 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 Soft

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

2007-09-22 Thread Benji York
or your project (package name, etc.). -- 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
y what you want; you 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

Re: [Zope3-Users] zopeproject and debugging zope

2007-09-08 Thread Benji York
(even one that you 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 Engin

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

2007-08-14 Thread Benji York
recent updates to the value isn't 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
ting to transactions? -- 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] Strange ZODB error - Solved: Zalchemy bug

2007-08-09 Thread Benji York
Hermann Himmelbauer wrote: Once again it proves that updating only makes sense if an update is really necessary... ;-) Or if your express intent is to pay off some version debt. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users

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

2007-08-06 Thread Benji York
raise RuntimeError('Could not find current 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: [Zope3-Users] How to access "request" variable from vocabulary

2007-08-06 Thread Benji York
le more careful about it. Like 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 r

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

2007-07-30 Thread Benji York
ot that I'm aware 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: AW: [Zope3-Users] Re: Using svn checkout with zc packages

2007-07-30 Thread Benji York
pycs 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 Z

Re: [Zope3-Users] Convention Question

2007-07-19 Thread Benji York
han we were the ones 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
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] Building an admin interface

2007-07-16 Thread Benji York
esses. An acceptable answer is "read the docs and decide for yourself". -- 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 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 Corpor

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 ___ Z

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
"Chapter 7" configuration that hasn't been loaded. Is there a "slug" you're supposed to install or a you need to make? -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list Zope3-use

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] ZODB? PostgreSQL?

2007-04-23 Thread Benji York
there's also the possibility of a hybrid approach, where parts of the data are stored in the ZODB and other parts in a relational database. That's my preferred general approach. If data is "painfully rectangular", then a RDB might be the best approach. -- Benji York Senior Soft

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

2007-04-20 Thread Benji York
hen if you, 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/mailma

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

2007-04-18 Thread Benji York
y all that functionality composition would be much cleaner. -- 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] Add unittest

2007-04-18 Thread Benji York
zc.copy (http://svn.zope.org/zc.copy/trunk/src/zc/copy/). -- 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] Using 'if object' evaluates false even if object exists

2007-04-12 Thread Benji York
elated to how Python evaluates boolean expressions. See http://docs.python.org/lib/truth.html for more info. -- Benji York Senior Software Engineer Zope Corporation ___ Zope3-users mailing list [EMAIL PROTECTED] http://mail.zope.org/mailman/listinfo/zope3-users

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

2007-04-04 Thread Benji York
nother option would 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 mai

Re: [Zope3-Users] RFC 4122 UUIDs

2007-04-04 Thread Benji York
Derek Richardson wrote: I am hoping that Zope 3 assigns an RFC 4122 UUID to each content item. If not, I am hoping there is a third-party product to do this. I would use the standard intid utility and simply encode the generated integer as a UUID. -- Benji York Senior Software Engineer Zope

Re: [Zope3-Users] Zope3 groups and such

2007-02-21 Thread Benji York
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
ne running 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 C

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 ge

Re: [Zope3-Users] Infrastructure Requirements?

2007-02-16 Thread Benji York
core 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] 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] interview for my diploma thesis about Zope 3 in education

2007-01-23 Thread Benji York
David Johnson wrote: Zope was developed (as I understand and may be incorrect) by a professor in Computer Science in order to explain web development and instruction on application development. You are indeed incorrect. Correction left as an exercise for the reader. :) -- Benji York Senior

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

2007-01-12 Thread Benji York
ter off digging 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
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] Re: zope 3.3 on windows can't create pages

2006-12-29 Thread Benji York
stall both? -- 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. --

Re: [Zope3-Users] ZODB explorer?

2006-12-05 Thread Benji York
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-user

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
statements are extensions to TAL, 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.zop

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

2006-10-16 Thread Benji York
done? Something should be done, but I don't know what. Interested third parties should lead the way here. -- 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] Zope3.3.0-zope.rdb implementation - bug, feature?

2006-10-13 Thread Benji York
g a bug and/or trying to create a patch. I'd submit a bug report 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
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 se

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

2006-10-12 Thread Benji York
PAU 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] 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

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] Re: Versionitis with psycopgda Again

2006-09-28 Thread Benji York
nd when we get Zope 3 on Python 2.5 I intend to set up a slave to test Z3 every time a checkin is made to Python. -- 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] 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=69730&view=markup -- Benji York Senior Software Engineer Zo

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-

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 C

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

2006-08-24 Thread Benji York
W, I am not aggravated about the mail; I am just very tired of those pointless namespace discussions. I'm sorry. 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] z3c vs. the zorg

2006-08-24 Thread Benji York
ter, and that name is already in semi-wide-spread use). -- 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-22 Thread Benji York
ngs in the core. For the customer I never base any code on those skins Same here. As for batching, it would be nice to have a utility, but I would like to see some "out-of-core" implementation first and see it evolve a couple iterations. +1 -- Benji York Senior Software Engin

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

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

2006-08-21 Thread Benji York
n 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:

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

2006-08-17 Thread Benji York
w the README here: http://svn.zope.org/zc.winauth/trunk/src/zc/winauth/README.txt?rev=69546&view=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 _

Re: [Zope3-Users] testbrowser hangs

2006-08-17 Thread Benji York
4 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-

Re: [Zope3-Users] Re: zalchemy integration

2006-08-14 Thread Benji York
cartContents' content provider, 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 ___ Zope

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

2006-07-28 Thread Benji York
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
o get 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/lis

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

2006-07-19 Thread Benji York
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

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

2006-07-19 Thread Benji York
en keeping 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

Re: [Zope3-Users] Products/Ordered Container

2006-06-28 Thread Benji York
dered, 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
make much sense, 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

  1   2   >