On Oct 25, 2006, at 8:05 PM, Christopher Blunck wrote:



the trouble here with that %install section is that the python modules
get bytecompiled and thus turned into native code.  i'd prefer for
that not to happen, so i have written my own install.sh script and i
provide that to my python setup.py call as follows:

.pyc and .pyo files aren't native code, they are bytecode files that work on all platforms. There should therefore be no need to surpress bytecode compilation.

Ronald

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to