Re: python bytecode questions.

2007-10-09 Thread Kay Schluehr
On Oct 9, 10:20 am, warhero <[EMAIL PROTECTED]> wrote: > First question, I can't seem to get any python bytecode to be > produced. I've tried different techniques from chapter 30.8 to chapter > 31 of the python guide.. I was under the assumption that after > compiling a file, it would output a pyc

Re: python bytecode questions.

2007-10-09 Thread Duncan Booth
warhero <[EMAIL PROTECTED]> wrote: > First question, I can't seem to get any python bytecode to be > produced. I've tried different techniques from chapter 30.8 to chapter > 31 of the python guide.. I was under the assumption that after > compiling a file, it would output a pyc file, but where doe

python bytecode questions.

2007-10-09 Thread warhero
First question, I can't seem to get any python bytecode to be produced. I've tried different techniques from chapter 30.8 to chapter 31 of the python guide.. I was under the assumption that after compiling a file, it would output a pyc file, but where does it go? Any help would be appreciated. Sec