noobie question about mailman

2008-04-17 Thread lg
Hello, I'm pretty new to usenet and totally new to python, so.. hopefully i won't offend anyone with my naivete. I work at a non-profit organization where we use mailman for our email lists, and i've inhereted the task of being list administrator from my sadly-recently-and-unjustly-terminated

code-object

2007-02-20 Thread LG
Hi, All, >>>code = compile('print "hello everyone, how are you? "', '', 'exec') >>>exec code hello everyone, how are you? >>>print code ", line 1> how to print the code object ? like the one on .pyc Regards LG -- http://mail.python.org/mailman/listinfo/python-list