"Devan L" <[EMAIL PROTECTED]> writes:
> I've spent a while putting together a partially working Try Python
> which handles class and function definitions. It also (used to) work
> with imports, but my hacked version of jelly doesn't work with it
> anymore, so only import this works as far as I know
Steve Holden wrote:
> Devan L wrote:
[what I said]
> At first I thought 'the cgitb TypeError message from "import os" is
> impressively drastic :-)'. Then I realised in a later session that
> "import os" only gave an error message after I'd run "import this".
> Thereafter, unfortunately, almost an
Devan L wrote:
> I've spent a while putting together a partially working Try Python
> which handles class and function definitions. It also (used to) work
> with imports, but my hacked version of jelly doesn't work with it
> anymore, so only import this works as far as I know. It won't play nice
>