Alright, looking to put tarfiles of our deliveries up on TRAC (~100MB
each).
I have setup the trac.ini file to allow me to put up a maximum of a
500MB file, but when I try to attach a large file I get:
Traceback (most recent call last):
File "D:\usr\python25\lib\site-packages\trac-0.11.1-py2.5.egg\trac
\web\main.py", line 423, in _dispatch_request
dispatcher.dispatch(req)
File "D:\usr\python25\lib\site-packages\trac-0.11.1-py2.5.egg\trac
\web\main.py", line 164, in dispatch
if handler.match_request(req):
File "D:\usr\python25\lib\site-packages\trac-0.11.1-py2.5.egg\trac
\attachment.py", line 354, in match_request
req.args['realm'] = realm
File "D:\usr\python25\lib\site-packages\trac-0.11.1-py2.5.egg\trac
\web\api.py", line 169, in __getattr__
value = self.callbacks[name](self)
File "D:\usr\python25\lib\site-packages\trac-0.11.1-py2.5.egg\trac
\web\api.py", line 443, in _parse_args
fs = cgi.FieldStorage(fp, environ=self.environ,
keep_blank_values=True)
File "D:\usr\python25\Lib\cgi.py", line 534, in __init__
self.read_multi(environ, keep_blank_values, strict_parsing)
File "D:\usr\python25\Lib\cgi.py", line 657, in read_multi
headers = rfc822.Message(self.fp)
File "D:\usr\python25\Lib\rfc822.py", line 104, in __init__
self.readheaders()
File "D:\usr\python25\Lib\rfc822.py", line 151, in readheaders
line = self.fp.readline()
File "D:\usr\python25\lib\site-packages\trac-0.11.1-py2.5.egg\trac
\web\modpython_frontend.py", line 50, in readline
return self.req.readline(size)
MemoryError
Gah, mod_python is gaking on the large file. Is there a way to
configure him to let this work? I know mod_python is a dead dodo,
what do the newer versions of TRAC use in it's place? Should I bite
the bullet and upgrade and see if it just works with 0.12?
--
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en.