[Newby] Problem with compilation.

Fredrik Lundh fredrik at pythonware.com
Thu Dec 9 15:01:38 EST 2004


<rootshell at gazeta.pl> wrote:

> Can't compile my file due to some problems with crypt module.
> My platform is WinXP:

http://docs.python.org/lib/module-crypt.html

    Section 8: Unix Specific Services

    8.4 crypt -- Function to check Unix passwords

    Availability: Unix.

here's a portable crypt implementation:

    http://home.clear.net.nz/pages/c.evans/sw/

</F> 






More information about the Python-list mailing list