Changes between Initial Version and Version 1 of Ticket #1279, comment 5


Ignore:
Timestamp:
2011-04-17T19:01:43Z (13 years ago)
Author:
zooko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1279, comment 5

    initial v1  
    1 Actually, if the problem is triggered by {{{python}}}'s failed attempt to write {{{.pyc}}} files, then perhaps we could work-around the problem by setting the blessed {{{PYTHONDONTWRITEBYTECODE=1}}} environment variable, or passing the equivalent {{{-B}}} option to {{{python}}} (only available in {{{python >= 2.6}}}.
     1Actually, if the problem is triggered by {{{python}}}'s failed attempt to write {{{.pyc}}} files, then perhaps we could work-around the problem by setting the blessed {{{PYTHONDONTWRITEBYTECODE=1}}} environment variable, or passing the equivalent {{{-B}}} option to {{{python}}} (only available in {{{python >= 2.6}}}).
    22
    33Kiba: could you please run your filesystem out of space again and reproduce this problem after setting {{{PYTHONDONTWRITEBYTECODE=1}}}?