Bill Davy wrote:
Thanks Jaime,

I'm making gradual progress and am finding it quite satisfying. Resorted to tracing Python in MSVC6 to see what it was trying to IMPORT, which is a bit heavy but thank heavens for the sources.
You might try running python from a command window and running it "-v" as in:

    python -v prog.py -args ...

--Scott David Daniels
[EMAIL PROTECTED]
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to