On Mon, 20 Apr 2009 04:54:15 pm christian.d...@basf.com wrote: > I need something to suppress the generation of *.pyc files > because i have very much different machines which call a python > program at same time.
This list is for development *of* Python, not development *with* Python. You would probably be better off on comp.lang.python or python-l...@python.org. However, I believe that the normal way to prevent the generation of .pyc files is to remove write access to the directory where the .py files are. -- Steven D'Aprano _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com