--- On Sun, 7/20/08, Zhenlei Cai (Jerry) <[EMAIL PROTECTED]> wrote:

> From: Zhenlei Cai (Jerry) <[EMAIL PROTECTED]>
> Subject: [Moin-user] MoinMoin 1.7.0 AttachFIle broken under mod_python 3.3.1?
> To: moin-user@lists.sourceforge.net
> Date: Sunday, July 20, 2008, 3:10 AM
> Once I upgrade to 1.7.0, attaching file always fail with a
> "I/O operation on
> closed file"  error (stack attached at end). After
> tracing the code, I found
> I am using mod_python 3.3.1. Its util.Field class will
> close the uploaded
> temp file in its destructor.  Apparently MoinMoin save this
> file in its form
> but since the original Field object has been garbage
> collected when Moin
> later trys to copy the saved file the file has been closed
> and hence the
> error.
> Please confirm if this is a bug.
> 

This bug with a possible fix is discussed here:
  http://moinmo.in/MoinMoinBugs/1.7ModPythonAttachmentUploadFails

Some/many of the former mod-python users (including me) have switched to 
mod_wsgi.  See:
  http://master17.moinmo.in/HelpOnInstalling/ApacheWithModWSGI

Roger Haase


      

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Moin-user mailing list
Moin-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/moin-user

Reply via email to