.pyc write location

Aahz aahz at pythoncraft.com
Wed Apr 23 19:18:08 EDT 2003


In article <3EA6FBBA.50701 at cs.cmu.edu>,
John Kominek  <jkominek at cs.cmu.edu> wrote:
>
>I have a question about the location of compiled objects. By default, 
>when you compile a source file to a pyc (or pyo) file, the output file 
>is in the same directory as your source. I've always found this behavior 
>untidy. Maybe it's just me, but I like to build object files in a 
>directory separate from my source code.

PEP 304 -- Controlling Generation of Bytecode Files
http://www.python.org/peps/pep-0304.html
-- 
Aahz (aahz at pythoncraft.com)           <*>         http://www.pythoncraft.com/

Why is this newsgroup different from all other newsgroups?




More information about the Python-list mailing list