Re: freeze and problem with static libraries

2007-04-25 Thread Flyzone
On 24 Apr, 17:23, Flyzone <[EMAIL PROTECTED]> wrote: > I get this warning on freezing my source: I use the command: ./Python-2.3.6/Tools/freeze/freeze.py /path/to/my/file.py -- http://mail.python.org/mailman/listinfo/python-list

Re: freeze and problem with static libraries

2007-04-25 Thread Chris Miles
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 _sock

freeze and problem with static libraries

2007-04-24 Thread Flyzone
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, sta