Thomas Guettler, your solution was very impractical besides being ignorant of
my problem. Thanks for trying nonetheless.
Andrew Clover, that is exactly what I was looking for. A few examples would
have been nice, but I think I can manage from here.
Thanks you.
--
http://mail.python.org/mail
Walter Brunswick <[EMAIL PROTECTED]> wrote:
> I need to import modules with user-defined file extensions
> that differ from '.py', and also (if possible) redirect the
> bytecode output of the file to a file of a user-defined
> extension.
You shouldn't really need a PEP for that; you can take cont
Am Sun, 24 Jul 2005 13:12:04 -0400 schrieb Walter Brunswick:
> I need to import modules with user-defined file extensions that differ from
> '.py', and also (if possible) redirect the bytecode
> output of the file to a file of a user-defined extension.
> I've already read PEP 302 (http://www.pyt
Walter Brunswick wrote:
I need to import modules with user-defined file extensions that differ from '.py', and also (if possible) redirect the bytecode
output of the file to a file of a user-defined extension.
I've already read PEP 302 (http://www.python.org/peps/pep-0302.html), but I didn't full
I need to import modules with user-defined file extensions that differ from
'.py', and also (if possible) redirect the bytecode
output of the file to a file of a user-defined extension.
I've already read PEP 302 (http://www.python.org/peps/pep-0302.html), but I
didn't fully understand it. Would