[Twisted-Python] MailboxError in imap4.py
There's a number of places in twisted/protocols/imap4.py where code makes reference to MailboxError - if I'm not mistaken it's supposed to be MailboxException. trivial patch attached. Abe
On Sat, Jun 28, 2003 at 07:45:12PM -0400, Abe Fettig wrote:
There's a number of places in twisted/protocols/imap4.py where code makes reference to MailboxError - if I'm not mistaken it's supposed to be MailboxException.
trivial patch attached.
Abe
Thanks, applied. Jp -- Examinations are formidable even to the best prepared, for even the greatest fool may ask more the the wisest man can answer. -- C.C. Colton
Hey there, I wsa trying to get a MoinMoin instance running through twisted today. It looks to me like MoinMoin needs some refactoring to get it to work. Aat first glance it seems to want to pass around a Request object instead of grabbing certain things out of global variables. But... It also looks like it was working at some point, and there seem to be a few places where it's actually running out there on the web. Is there a nonstandard MoinMoin somewhere? I'm looking at the latest CVS version and latest release and both are definitely not ready. Or am I missing something? :) Sincerely, Michal J Wallace Sabren Enterprises, Inc. ------------------------------------- contact: michal@sabren.com hosting: http://www.cornerhost.com/ my site: http://www.withoutane.com/ --------------------------------------
On Mon, 30 Jun 2003 21:52:34 -0400 (EDT) Michal Wallace <michal@sabren.com> wrote:
But... It also looks like it was working at some point, and there seem to be a few places where it's actually running out there on the web.
Are you sure it's not people running moin as a CGI? That's what twistedmatrix.com does.
On Monday, June 30, 2003, at 09:02 PM, Itamar Shtull-Trauring wrote:
Are you sure it's not people running moin as a CGI? That's what twistedmatrix.com does.
Considering that the CGI support in Twisted was developed for MoinMoin and Mailman, and almost all the bugfixes that made it stable were from MoinMoin's maintainer, you could even say that MoinMoin+Twisted CGI *is* "Twisted-enabled" MoinMoin :)
On Mon, 30 Jun 2003, Glyph Lefkowitz wrote:
On Monday, June 30, 2003, at 09:02 PM, Itamar Shtull-Trauring wrote:
Are you sure it's not people running moin as a CGI? That's what twistedmatrix.com does.
Considering that the CGI support in Twisted was developed for MoinMoin and Mailman, and almost all the bugfixes that made it stable were from MoinMoin's maintainer, you could even say that MoinMoin+Twisted CGI *is* "Twisted-enabled" MoinMoin :)
Ah, I see now. One of my customers is running MoinMoin on apache right now, and getting a TON of traffic, so I was hoping to switch to a non-forking version based on twisted. There's actually a twistedMoin.py in the MoinMoin distribution that works about half way - I got a twisted server with an embedded MoinMoin running, but there are still some objects lying around that want to grab state out of a global area instead of passing the information in through a request object. (Unfortunately, one of those is the bit that decides what page we're looking at.) I may wind up finishing the job myself, but I thought I'd ask around first. :) Sincerely, Michal J Wallace Sabren Enterprises, Inc. ------------------------------------- contact: michal@sabren.com hosting: http://www.cornerhost.com/ my site: http://www.withoutane.com/ --------------------------------------
participants (5)
-
Abe Fettig
-
Glyph Lefkowitz
-
Itamar Shtull-Trauring
-
Jp Calderone
-
Michal Wallace