Hi folks! Can't compile my file due to some problems with crypt module. My platform is WinXP: First I launch my Python Shell, Than I open the *.py file, Next I press F5 to 'run module' The message is: "ImportError: No module named crypt"
Few lines of code for example: ... import posix import posixpath from crypt import * startRecord = 0 inRecord = 1 ... Thanks for help. -- http://mail.python.org/mailman/listinfo/python-list