[Python-Dev] Those import related syntax errors again...

Greg Ewing greg@cosc.canterbury.ac.nz
Thu, 22 Feb 2001 13:04:53 +1300 (NZDT)


> Trying to compile a
> block of code with a "return" statement but no function decl (to create a
> code object suitable for a method) fails at compile time.

Maybe you could add a dummy function header, compile that,
and extract the code object from the resulting function 
object?

Greg Ewing, Computer Science Dept, +--------------------------------------+
University of Canterbury,	   | A citizen of NewZealandCorp, a	  |
Christchurch, New Zealand	   | wholly-owned subsidiary of USA Inc.  |
greg@cosc.canterbury.ac.nz	   +--------------------------------------+