-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

David Bandel wrote:
> First tried to verify the modules python is calling, one of which is
> os.  This seems not to be on my system (and would account for all the
> problems if os is responsible for system calls).

Yes, the os module is a core part of Python and must be present for
practically anything to work. Something is seriously wrong with your
Python installation. I suggest un-installing and re-installing.

Can you type this as a command prompt?:

python    # Runs interactive interpreter
import os # Load the os module

The second command above should produce zero output (just present the
Python interpreter prompt again). Until that works, there's not much
point trying to do anything else with Python.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFFiBvehk3bo0lNTrURAlgEAKDquKEl1kR1F+d7nj2M6BIGQ7Bw1wCgqG0x
f0YLghPgiSjVZr/71KV74iU=
=dRr8
-----END PGP SIGNATURE-----
_____________________________________________
tmda-users mailing list (tmda-users@tmda.net)
http://tmda.net/lists/listinfo/tmda-users

Reply via email to