freeze and problem with static libraries

Chris Miles miles.chris at gmail.com
Wed Apr 25 19:32:13 EDT 2007


What command are you using to "freeze" your source?

On Apr 24, 4:23 pm, Flyzone <flyz... at technologist.com> 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"




More information about the Python-list mailing list