[Newby] Problem with compilation.

j vickroy jim.vickroy at noaa.gov
Thu Dec 9 15:26:08 EST 2004


The Python modules documentation indicates crypt is only available on Unix
platforms.

<rootshell at gazeta.pl> wrote in message
news:mailman.7425.1102619458.5135.python-list at python.org...
> 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