[pypy-issue] [issue1116] AttributeError: 'GzipFile' object has no attribute 'fileobj' with Django

Armin Rigo tracker at bugs.pypy.org
Sat Apr 7 17:18:13 CEST 2012


Armin Rigo <armin.rigo at gmail.com> added the comment:

It looks like some complicated weakref issue.  If I add the following line at
the end of manage.py the error goes away:

    import gc; gc.collect(); gc.collect()

----------
nosy: +arigo
status: unread -> chatting

________________________________________
PyPy bug tracker <tracker at bugs.pypy.org>
<https://bugs.pypy.org/issue1116>
________________________________________


More information about the pypy-issue mailing list