What command are you using to "freeze" your source? On Apr 24, 4:23 pm, Flyzone <[EMAIL PROTECTED]> wrote: > Hi, i need to "compile" a python source (2.3.6) to make it standalone > on Solaris 9. > I get this warning on freezing my source: > > "Warning: unknown modules remain: _locale _random _socket array > binascii cStringIO datetime fcntl math pwd select strop termios time" > > in the source i have: "import os, stat, re, datetime, time, glob" > and running the frozen application I get: "ImportError: No module > named datetime"
-- http://mail.python.org/mailman/listinfo/python-list