run_pyc_file: nested_scopes: 0

Michael Hudson mwh at python.net
Thu Apr 4 04:13:25 EST 2002


"joel8bit" <jwickard**nospam**@litriusgroup.com> writes:

> I juste exported a python program I was writing from my win2k box to a win98
> box.  I only exported the pyc files for the program.  When I try to run the
> program on the win98 machine I get this output:
> 
> run_pyc_file: nested_scopes: 0
> 
> I don't know exactly what's going on.

I *think* that's just a random debugging printf left in by mistake.
What version are you running?  If 2.1, you should probably upgrade to
2.1.2 (or wait a week and upgrade to 2.1.3).

Cheers,
M.



More information about the Python-list mailing list