<div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I had downloaded the pathc for python2.5 and build it, sip and PyQt against<br>it. One hunk failed in&nbsp;&nbsp;(I tried to correct it)&nbsp;&nbsp; But if I try to freeze it I
<br>got:<br><br>Warning: unknown modules remain: PyQt4.QtCore PyQt4.QtGui _bisect _heapq<br>_locale _random _socket _ssl _struct _tkinter array binascii bz2 cStringIO<br>collections datetime fcntl grp itertools math operator readline select strop
<br>termios time zlib<br><br>Any hints?<br></blockquote></div><br>Did you get that warning in the output of the freeze invocation?&nbsp; If so, can you post the freeze invocation you&#39;re using?&nbsp; For reference, mine is:<br><br>
c:/Python25/Python.exe -OO c:/dev/Python-2.5/Tools/freeze/freeze.py \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -x pydoc -x distutils -p c:/dev/Python-2.5 -o dist -s windows \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -l QtCore4.lib -l QtCore.lib -l QtGui4.lib -l QtGui.lib \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -l 
sip.lib -l advapi32.lib -l ole32.lib -l winmm.lib \<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -l gdi32.lib -l winspool.lib -l imm32.lib Main.py<br><br>And I get these warnings, which are OK because these correspond to built-in modules.<br><br>Missing modules:
<br>? PyQt4.QtCore imported from [... snip ...]<br>? PyQt4.QtGui imported from [... snip ...]<br>? _emx_link imported from os<br>? distutils.util imported from site<br>? org.python.core imported from copy<br>? os.path imported from os
<br>? pwd imported from posixpath<br>? sitecustomize imported from site<br><br>However, your warnings seem to be in a different format?<br><br>Miguel<br><br>