Changes between Initial Version and Version 1 of Ticket #1279, comment 5
- Timestamp:
- 2011-04-17T19:01:43Z (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified 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}}} .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}}}). 2 2 3 3 Kiba: could you please run your filesystem out of space again and reproduce this problem after setting {{{PYTHONDONTWRITEBYTECODE=1}}}?