[web2py] Re: internal error:size does not fit in an int

2016-04-19 Thread Leonel Câmara
Yep this is a bug in the zlib library python uses, nothing we can do here. It has only been fixed (more of a workaround than a fix) in python 3.5 (see here ) as far as I know. -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http:/

[web2py] Re: internal error:size does not fit in an int

2016-04-19 Thread Anthony
I think it's a limitation of gzip. We might be able to work around it, but maybe not worth it to accommodate such a rare case. I would recommend instead doing a custom pack of the app, excluding whatever is taking up so much space (presumably either a large SQLite file or lots of uploads). Then

[web2py] Re: internal error:size does not fit in an int

2016-04-19 Thread Niphlod
awww... an application 2gb in size ? what's in there ? report it as a bug: dunno if it'll ever get fixed but seems that web2py is putting everything in memory before dumping to the tar. On Tuesday, April 19, 2016 at 1:05:12 PM UTC+2, Shaun Smith wrote: > > Hi > > I receive the following error m

[web2py] Re: internal error:size does not fit in an int

2015-07-28 Thread joseph simpson
Needed to remove some of the files from the upload folder.. To make the application smaller.. On Tue, Jul 28, 2015 at 8:03 AM, joseph simpson wrote: > I have an application with 677 png images each around 10 megs in size. > > When I try to "pack all" and download the application I get an error