New submission from Thomas Wouters <tho...@python.org>:

According to distutils' test_bdist_rpm, bdist_rpm fails when running Python 
with -B/PYTHONDONTWRITEBYTECODE. (bdist_rpm or its test doesn't pass -B along 
but also doesn't use -E, so the test-failure shows up when setting the 
PYTHONDONTWRITEBYTECODE environment variable.) It looks like (somewhere in 
distutils) something relies on .pyc files being written, instead of explicitly 
using (say) py_compile.compile().

----------
assignee: tarek
components: Distutils
messages: 130198
nosy: eric.araujo, tarek, twouters
priority: normal
severity: normal
status: open
title: distutils' bdist_rpm fails when running with PYTHONDONTWRITEBYTECODE

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11417>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to