En Sat, 27 Sep 2008 19:06:25 -0300, Robert Moore <[EMAIL PROTECTED]> escribió:

Is there a way to configure python to read/write compiled pyc files for
modules in a directory other than the directory containing the original py
files?

If you use the py_compile module, you can specify three files: the source file name (and path), the destination file name (and path), and the file name as reported on errors and such.

--
Gabriel Genellina

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

Reply via email to