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
Hey all, sorry for the totally newb question. I recently switched over
to python from ruby. I'm having problems figuring out how module
importing works.. as a simple example I've got these files:
/example/loader.py
/example/loadee.py
loadee.py
class loadee(object):
def __init__(self):
got it figured out. nevermind.
--
http://mail.python.org/mailman/listinfo/python-list