On Sun, 24 May 2009 15:01:51 +0200, Stef Mientki wrote:

> Is there a way to prevent generating pyc-files ? 

Put the .py files in a read-only directory.


> Or is there a way to
> redirect the generated pyc-files to a dedicated location ?

No.


> btw, What commandline switches are available for python ? (googling
> didn't give me any relevant hits )

python --help


at the shell (not Python) prompt.



-- 
Steven
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to