[Newby] Problem with compilation.

rootshell at gazeta.pl rootshell at gazeta.pl
Thu Dec 9 14:10:46 EST 2004


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.





More information about the Python-list mailing list