I am trying to use freeze to create a single binary executable for one of my program. When I run freeze, it runs fine with the following modules. These modules are available in the dyn-load directory and I can import them from the python interpreter. Warning: unknown modules remain: _bisect _heapq _locale _random _socket Make also runs fine, but when I run the program on another machine, it compiles saying could not import these modules. Any idea how to get this working...
Thanks. - Suresh -- http://mail.python.org/mailman/listinfo/python-list