ClamWin Free Antivirus Forum Index
ClamWin Free Antivirus
Support and Discussion Forums
Reply to topic
missing module when compile with py2.5 & vs2005
jordanliuhao


Joined: 17 Dec 2009
Posts: 0
Reply with quote
I'm using python 2.5 (python 2.4 doesn't get a vs2005 build) and vs2005 to compile clamwin

When executing setup_all.py py2exe, I got the following error. What should I do? Thanks

The following modules appear to be missing
['_pybsddb', 'bsddb3.dbutils', 'email.Generator', 'email.Iterators', 'email.MIME
Multipart', 'email.MIMEText', 'email.Utils', 'email.base64MIME', 'exchange', 'ex
chdapi', 'mxDateTime.__version__', 'pywin.dialogs', 'pywin.dialogs.list', 'win32
com.gen_py']



The full log is
C:\Users\xxxx\workspace\clamwin\Setup\py2exe>setup_all.py py2exe
running py2exe
*** searching for required modules ***
*** parsing results ***
creating python loader for extension 'winxpgui' (C:\Python25\lib\site-packages\w
in32\winxpgui.pyd -> winxpgui.pyd)
creating python loader for extension '_ctypes' (C:\Python25\DLLs\_ctypes.pyd ->
_ctypes.pyd)
creating python loader for extension 'wx._gizmos' (C:\Python25\lib\site-packages
\wx-2.8-msw-unicode\wx\_gizmos.pyd -> wx._gizmos.pyd)
creating python loader for extension 'win32pipe' (C:\Python25\lib\site-packages\
win32\win32pipe.pyd -> win32pipe.pyd)
creating python loader for extension 'select' (C:\Python25\DLLs\select.pyd -> se
lect.pyd)
creating python loader for extension 'unicodedata' (C:\Python25\DLLs\unicodedata
.pyd -> unicodedata.pyd)
creating python loader for extension 'win32gui' (C:\Python25\lib\site-packages\w
in32\win32gui.pyd -> win32gui.pyd)
creating python loader for extension 'win32event' (C:\Python25\lib\site-packages
\win32\win32event.pyd -> win32event.pyd)
creating python loader for extension 'wx._controls_' (C:\Python25\lib\site-packa
ges\wx-2.8-msw-unicode\wx\_controls_.pyd -> wx._controls_.pyd)
creating python loader for extension 'win32com.mapi.mapi' (C:\Python25\lib\site-
packages\win32comext\mapi\mapi.pyd -> win32com.mapi.mapi.pyd)
creating python loader for extension 'win32file' (C:\Python25\lib\site-packages\
win32\win32file.pyd -> win32file.pyd)
creating python loader for extension 'wx._windows_' (C:\Python25\lib\site-packag
es\wx-2.8-msw-unicode\wx\_windows_.pyd -> wx._windows_.pyd)
creating python loader for extension '_hashlib' (C:\Python25\DLLs\_hashlib.pyd -
> _hashlib.pyd)
creating python loader for extension 'wx._core_' (C:\Python25\lib\site-packages\
wx-2.8-msw-unicode\wx\_core_.pyd -> wx._core_.pyd)
creating python loader for extension 'bz2' (C:\Python25\DLLs\bz2.pyd -> bz2.pyd)

creating python loader for extension '_ssl' (C:\Python25\DLLs\_ssl.pyd -> _ssl.p
yd)
creating python loader for extension 'pyc' (C:\Users\xxxx\workspace\clamwin\..
/addons/pyc/build/lib.win32-2.5\pyc.pyd -> pyc.pyd)
creating python loader for extension 'win32security' (C:\Python25\lib\site-packa
ges\win32\win32security.pyd -> win32security.pyd)
creating python loader for extension 'wx._misc_' (C:\Python25\lib\site-packages\
wx-2.8-msw-unicode\wx\_misc_.pyd -> wx._misc_.pyd)
creating python loader for extension 'wx._html' (C:\Python25\lib\site-packages\w
x-2.8-msw-unicode\wx\_html.pyd -> wx._html.pyd)
creating python loader for extension '_win32sysloader' (C:\Python25\lib\site-pac
kages\win32\_win32sysloader.pyd -> _win32sysloader.pyd)
creating python loader for extension 'win32process' (C:\Python25\lib\site-packag
es\win32\win32process.pyd -> win32process.pyd)
creating python loader for extension 'wx._gdi_' (C:\Python25\lib\site-packages\w
x-2.8-msw-unicode\wx\_gdi_.pyd -> wx._gdi_.pyd)
creating python loader for extension 'win32trace' (C:\Python25\lib\site-packages
\win32\win32trace.pyd -> win32trace.pyd)
creating python loader for extension 'BalloonTip' (C:\Users\xxxx\workspace\cla
mwin\py\BalloonTip.pyd -> BalloonTip.pyd)
creating python loader for extension 'win32clipboard' (C:\Python25\lib\site-pack
ages\win32\win32clipboard.pyd -> win32clipboard.pyd)
creating python loader for extension 'win32com.shell.shell' (C:\Python25\lib\sit
e-packages\win32comext\shell\shell.pyd -> win32com.shell.shell.pyd)
creating python loader for extension 'win32api' (C:\Python25\lib\site-packages\w
in32\win32api.pyd -> win32api.pyd)
creating python loader for extension '_socket' (C:\Python25\DLLs\_socket.pyd ->
_socket.pyd)
creating python loader for extension '_bsddb' (C:\Python25\DLLs\_bsddb.pyd -> _b
sddb.pyd)
creating python loader for extension 'mx.DateTime.mxDateTime.mxDateTime' (C:\Pyt
hon25\lib\site-packages\mx\DateTime\mxDateTime\mxDateTime.pyd -> mx.DateTime.mxD
ateTime.mxDateTime.pyd)
*** finding dlls needed ***
*** create binaries ***
*** byte compile python files ***
writing byte-compilation script 'c:\users\xxxx\appdata\local\temp\tmp5p9t6o.py
'
C:\Python25\python.exe -OO c:\users\xxxx\appdata\local\temp\tmp5p9t6o.py
skipping byte-compilation of C:\Python25\lib\ConfigParser.py to ConfigParser.pyo

skipping byte-compilation of C:\Python25\lib\StringIO.py to StringIO.pyo
skipping byte-compilation of C:\Python25\lib\UserDict.py to UserDict.pyo
skipping byte-compilation of C:\Python25\lib\_LWPCookieJar.py to _LWPCookieJar.p
yo
skipping byte-compilation of C:\Python25\lib\_MozillaCookieJar.py to _MozillaCoo
kieJar.pyo
skipping byte-compilation of C:\Python25\lib\__future__.py to __future__.pyo
skipping byte-compilation of C:\Python25\lib\_strptime.py to _strptime.pyo
skipping byte-compilation of C:\Python25\lib\_threading_local.py to _threading_l
ocal.pyo
skipping byte-compilation of C:\Python25\lib\anydbm.py to anydbm.pyo
skipping byte-compilation of C:\Python25\lib\atexit.py to atexit.pyo
skipping byte-compilation of C:\Python25\lib\base64.py to base64.pyo
skipping byte-compilation of C:\Python25\lib\bdb.py to bdb.pyo
skipping byte-compilation of C:\Python25\lib\bisect.py to bisect.pyo
skipping byte-compilation of C:\Python25\lib\bsddb\__init__.py to bsddb\__init__
.pyo
skipping byte-compilation of C:\Python25\lib\bsddb\db.py to bsddb\db.pyo
skipping byte-compilation of C:\Python25\lib\bsddb\dbutils.py to bsddb\dbutils.p
yo
skipping byte-compilation of C:\Python25\lib\calendar.py to calendar.pyo
skipping byte-compilation of C:\Python25\lib\cmd.py to cmd.pyo
skipping byte-compilation of C:\Python25\lib\codecs.py to codecs.pyo
skipping byte-compilation of C:\Python25\lib\cookielib.py to cookielib.pyo
skipping byte-compilation of C:\Python25\lib\copy.py to copy.pyo
skipping byte-compilation of C:\Python25\lib\copy_reg.py to copy_reg.pyo
skipping byte-compilation of C:\Python25\lib\ctypes\__init__.py to ctypes\__init
__.pyo
skipping byte-compilation of C:\Python25\lib\ctypes\_endian.py to ctypes\_endian
.pyo
skipping byte-compilation of C:\Python25\lib\ctypes\wintypes.py to ctypes\wintyp
es.pyo
skipping byte-compilation of C:\Python25\lib\dbhash.py to dbhash.pyo
skipping byte-compilation of C:\Python25\lib\difflib.py to difflib.pyo
skipping byte-compilation of C:\Python25\lib\dis.py to dis.pyo
skipping byte-compilation of C:\Python25\lib\doctest.py to doctest.pyo
skipping byte-compilation of C:\Python25\lib\dummy_thread.py to dummy_thread.pyo

skipping byte-compilation of C:\Python25\lib\dummy_threading.py to dummy_threadi
ng.pyo
skipping byte-compilation of C:\Python25\lib\email\__init__.py to email\__init__
.pyo
skipping byte-compilation of C:\Python25\lib\email\_parseaddr.py to email\_parse
addr.pyo
skipping byte-compilation of C:\Python25\lib\email\base64mime.py to email\base64
mime.pyo
skipping byte-compilation of C:\Python25\lib\email\charset.py to email\charset.p
yo
skipping byte-compilation of C:\Python25\lib\email\encoders.py to email\encoders
.pyo
skipping byte-compilation of C:\Python25\lib\email\errors.py to email\errors.pyo

skipping byte-compilation of C:\Python25\lib\email\feedparser.py to email\feedpa
rser.pyo
skipping byte-compilation of C:\Python25\lib\email\message.py to email\message.p
yo
skipping byte-compilation of C:\Python25\lib\email\mime\__init__.py to email\mim
e\__init__.pyo
skipping byte-compilation of C:\Python25\lib\email\parser.py to email\parser.pyo

skipping byte-compilation of C:\Python25\lib\email\quoprimime.py to email\quopri
mime.pyo
skipping byte-compilation of C:\Python25\lib\email\utils.py to email\utils.pyo
skipping byte-compilation of C:\Python25\lib\encodings\__init__.py to encodings\
__init__.pyo
skipping byte-compilation of C:\Python25\lib\encodings\aliases.py to encodings\a
liases.pyo
skipping byte-compilation of C:\Python25\lib\encodings\ascii.py to encodings\asc
ii.pyo
skipping byte-compilation of C:\Python25\lib\encodings\base64_codec.py to encodi
ngs\base64_codec.pyo
skipping byte-compilation of C:\Python25\lib\encodings\big5.py to encodings\big5
.pyo
skipping byte-compilation of C:\Python25\lib\encodings\big5hkscs.py to encodings
\big5hkscs.pyo
skipping byte-compilation of C:\Python25\lib\encodings\bz2_codec.py to encodings
\bz2_codec.pyo
skipping byte-compilation of C:\Python25\lib\encodings\charmap.py to encodings\c
harmap.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp037.py to encodings\cp0
37.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp1006.py to encodings\cp
1006.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp1026.py to encodings\cp
1026.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp1140.py to encodings\cp
1140.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp1250.py to encodings\cp
1250.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp1251.py to encodings\cp
1251.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp1252.py to encodings\cp
1252.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp1253.py to encodings\cp
1253.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp1254.py to encodings\cp
1254.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp1255.py to encodings\cp
1255.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp1256.py to encodings\cp
1256.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp1257.py to encodings\cp
1257.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp1258.py to encodings\cp
1258.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp424.py to encodings\cp4
24.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp437.py to encodings\cp4
37.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp500.py to encodings\cp5
00.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp737.py to encodings\cp7
37.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp775.py to encodings\cp7
75.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp850.py to encodings\cp8
50.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp852.py to encodings\cp8
52.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp855.py to encodings\cp8
55.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp856.py to encodings\cp8
56.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp857.py to encodings\cp8
57.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp860.py to encodings\cp8
60.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp861.py to encodings\cp8
61.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp862.py to encodings\cp8
62.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp863.py to encodings\cp8
63.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp864.py to encodings\cp8
64.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp865.py to encodings\cp8
65.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp866.py to encodings\cp8
66.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp869.py to encodings\cp8
69.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp874.py to encodings\cp8
74.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp875.py to encodings\cp8
75.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp932.py to encodings\cp9
32.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp949.py to encodings\cp9
49.pyo
skipping byte-compilation of C:\Python25\lib\encodings\cp950.py to encodings\cp9
50.pyo
skipping byte-compilation of C:\Python25\lib\encodings\euc_jis_2004.py to encodi
ngs\euc_jis_2004.pyo
skipping byte-compilation of C:\Python25\lib\encodings\euc_jisx0213.py to encodi
ngs\euc_jisx0213.pyo
skipping byte-compilation of C:\Python25\lib\encodings\euc_jp.py to encodings\eu
c_jp.pyo
skipping byte-compilation of C:\Python25\lib\encodings\euc_kr.py to encodings\eu
c_kr.pyo
skipping byte-compilation of C:\Python25\lib\encodings\gb18030.py to encodings\g
b18030.pyo
skipping byte-compilation of C:\Python25\lib\encodings\gb2312.py to encodings\gb
2312.pyo
skipping byte-compilation of C:\Python25\lib\encodings\gbk.py to encodings\gbk.p
yo
skipping byte-compilation of C:\Python25\lib\encodings\hex_codec.py to encodings
\hex_codec.pyo
skipping byte-compilation of C:\Python25\lib\encodings\hp_roman8.py to encodings
\hp_roman8.pyo
skipping byte-compilation of C:\Python25\lib\encodings\hz.py to encodings\hz.pyo

skipping byte-compilation of C:\Python25\lib\encodings\idna.py to encodings\idna
.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso2022_jp.py to encoding
s\iso2022_jp.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso2022_jp_1.py to encodi
ngs\iso2022_jp_1.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso2022_jp_2.py to encodi
ngs\iso2022_jp_2.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso2022_jp_2004.py to enc
odings\iso2022_jp_2004.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso2022_jp_3.py to encodi
ngs\iso2022_jp_3.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso2022_jp_ext.py to enco
dings\iso2022_jp_ext.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso2022_kr.py to encoding
s\iso2022_kr.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso8859_1.py to encodings
\iso8859_1.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso8859_10.py to encoding
s\iso8859_10.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso8859_11.py to encoding
s\iso8859_11.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso8859_13.py to encoding
s\iso8859_13.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso8859_14.py to encoding
s\iso8859_14.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso8859_15.py to encoding
s\iso8859_15.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso8859_16.py to encoding
s\iso8859_16.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso8859_2.py to encodings
\iso8859_2.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso8859_3.py to encodings
\iso8859_3.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso8859_4.py to encodings
\iso8859_4.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso8859_5.py to encodings
\iso8859_5.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso8859_6.py to encodings
\iso8859_6.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso8859_7.py to encodings
\iso8859_7.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso8859_8.py to encodings
\iso8859_8.pyo
skipping byte-compilation of C:\Python25\lib\encodings\iso8859_9.py to encodings
\iso8859_9.pyo
skipping byte-compilation of C:\Python25\lib\encodings\johab.py to encodings\joh
ab.pyo
skipping byte-compilation of C:\Python25\lib\encodings\koi8_r.py to encodings\ko
i8_r.pyo
skipping byte-compilation of C:\Python25\lib\encodings\koi8_u.py to encodings\ko
i8_u.pyo
skipping byte-compilation of C:\Python25\lib\encodings\latin_1.py to encodings\l
atin_1.pyo
skipping byte-compilation of C:\Python25\lib\encodings\mac_arabic.py to encoding
s\mac_arabic.pyo
skipping byte-compilation of C:\Python25\lib\encodings\mac_centeuro.py to encodi
ngs\mac_centeuro.pyo
skipping byte-compilation of C:\Python25\lib\encodings\mac_croatian.py to encodi
ngs\mac_croatian.pyo
skipping byte-compilation of C:\Python25\lib\encodings\mac_cyrillic.py to encodi
ngs\mac_cyrillic.pyo
skipping byte-compilation of C:\Python25\lib\encodings\mac_farsi.py to encodings
\mac_farsi.pyo
skipping byte-compilation of C:\Python25\lib\encodings\mac_greek.py to encodings
\mac_greek.pyo
skipping byte-compilation of C:\Python25\lib\encodings\mac_iceland.py to encodin
gs\mac_iceland.pyo
skipping byte-compilation of C:\Python25\lib\encodings\mac_latin2.py to encoding
s\mac_latin2.pyo
skipping byte-compilation of C:\Python25\lib\encodings\mac_roman.py to encodings
\mac_roman.pyo
skipping byte-compilation of C:\Python25\lib\encodings\mac_romanian.py to encodi
ngs\mac_romanian.pyo
skipping byte-compilation of C:\Python25\lib\encodings\mac_turkish.py to encodin
gs\mac_turkish.pyo
skipping byte-compilation of C:\Python25\lib\encodings\mbcs.py to encodings\mbcs
.pyo
skipping byte-compilation of C:\Python25\lib\encodings\palmos.py to encodings\pa
lmos.pyo
skipping byte-compilation of C:\Python25\lib\encodings\ptcp154.py to encodings\p
tcp154.pyo
skipping byte-compilation of C:\Python25\lib\encodings\punycode.py to encodings\
punycode.pyo
skipping byte-compilation of C:\Python25\lib\encodings\quopri_codec.py to encodi
ngs\quopri_codec.pyo
skipping byte-compilation of C:\Python25\lib\encodings\raw_unicode_escape.py to
encodings\raw_unicode_escape.pyo
skipping byte-compilation of C:\Python25\lib\encodings\rot_13.py to encodings\ro
t_13.pyo
skipping byte-compilation of C:\Python25\lib\encodings\shift_jis.py to encodings
\shift_jis.pyo
skipping byte-compilation of C:\Python25\lib\encodings\shift_jis_2004.py to enco
dings\shift_jis_2004.pyo
skipping byte-compilation of C:\Python25\lib\encodings\shift_jisx0213.py to enco
dings\shift_jisx0213.pyo
skipping byte-compilation of C:\Python25\lib\encodings\string_escape.py to encod
ings\string_escape.pyo
skipping byte-compilation of C:\Python25\lib\encodings\tis_620.py to encodings\t
is_620.pyo
skipping byte-compilation of C:\Python25\lib\encodings\undefined.py to encodings
\undefined.pyo
skipping byte-compilation of C:\Python25\lib\encodings\unicode_escape.py to enco
dings\unicode_escape.pyo
skipping byte-compilation of C:\Python25\lib\encodings\unicode_internal.py to en
codings\unicode_internal.pyo
skipping byte-compilation of C:\Python25\lib\encodings\utf_16.py to encodings\ut
f_16.pyo
skipping byte-compilation of C:\Python25\lib\encodings\utf_16_be.py to encodings
\utf_16_be.pyo
skipping byte-compilation of C:\Python25\lib\encodings\utf_16_le.py to encodings
\utf_16_le.pyo
skipping byte-compilation of C:\Python25\lib\encodings\utf_7.py to encodings\utf
_7.pyo
skipping byte-compilation of C:\Python25\lib\encodings\utf_8.py to encodings\utf
_8.pyo
skipping byte-compilation of C:\Python25\lib\encodings\utf_8_sig.py to encodings
\utf_8_sig.pyo
skipping byte-compilation of C:\Python25\lib\encodings\uu_codec.py to encodings\
uu_codec.pyo
skipping byte-compilation of C:\Python25\lib\encodings\zlib_codec.py to encoding
s\zlib_codec.pyo
skipping byte-compilation of C:\Python25\lib\fnmatch.py to fnmatch.pyo
skipping byte-compilation of C:\Python25\lib\ftplib.py to ftplib.pyo
skipping byte-compilation of C:\Python25\lib\getopt.py to getopt.pyo
skipping byte-compilation of C:\Python25\lib\getpass.py to getpass.pyo
skipping byte-compilation of C:\Python25\lib\gettext.py to gettext.pyo
skipping byte-compilation of C:\Python25\lib\glob.py to glob.pyo
skipping byte-compilation of C:\Python25\lib\gopherlib.py to gopherlib.pyo
skipping byte-compilation of C:\Python25\lib\hashlib.py to hashlib.pyo
skipping byte-compilation of C:\Python25\lib\heapq.py to heapq.pyo
skipping byte-compilation of C:\Python25\lib\hmac.py to hmac.pyo
skipping byte-compilation of C:\Python25\lib\httplib.py to httplib.pyo
skipping byte-compilation of C:\Python25\lib\inspect.py to inspect.pyo
skipping byte-compilation of C:\Python25\lib\keyword.py to keyword.pyo
skipping byte-compilation of C:\Python25\lib\linecache.py to linecache.pyo
skipping byte-compilation of C:\Python25\lib\locale.py to locale.pyo
skipping byte-compilation of C:\Python25\lib\logging\__init__.py to logging\__in
it__.pyo
skipping byte-compilation of C:\Python25\lib\macpath.py to macpath.pyo
skipping byte-compilation of C:\Python25\lib\macurl2path.py to macurl2path.pyo
skipping byte-compilation of C:\Python25\lib\mimetools.py to mimetools.pyo
skipping byte-compilation of C:\Python25\lib\mimetypes.py to mimetypes.pyo
skipping byte-compilation of C:\Python25\lib\new.py to new.pyo
skipping byte-compilation of C:\Python25\lib\ntpath.py to ntpath.pyo
skipping byte-compilation of C:\Python25\lib\nturl2path.py to nturl2path.pyo
skipping byte-compilation of C:\Python25\lib\opcode.py to opcode.pyo
skipping byte-compilation of C:\Python25\lib\optparse.py to optparse.pyo
skipping byte-compilation of C:\Python25\lib\os.py to os.pyo
skipping byte-compilation of C:\Python25\lib\os2emxpath.py to os2emxpath.pyo
skipping byte-compilation of C:\Python25\lib\pdb.py to pdb.pyo
skipping byte-compilation of C:\Python25\lib\pickle.py to pickle.pyo
skipping byte-compilation of C:\Python25\lib\popen2.py to popen2.pyo
skipping byte-compilation of C:\Python25\lib\posixpath.py to posixpath.pyo
skipping byte-compilation of C:\Python25\lib\pprint.py to pprint.pyo
skipping byte-compilation of C:\Python25\lib\py_compile.py to py_compile.pyo
skipping byte-compilation of C:\Python25\lib\quopri.py to quopri.pyo
skipping byte-compilation of C:\Python25\lib\random.py to random.pyo
skipping byte-compilation of C:\Python25\lib\re.py to re.pyo
skipping byte-compilation of C:\Python25\lib\repr.py to repr.pyo
skipping byte-compilation of C:\Python25\lib\rfc822.py to rfc822.pyo
skipping byte-compilation of C:\Python25\lib\sched.py to sched.pyo
skipping byte-compilation of C:\Python25\lib\shelve.py to shelve.pyo
skipping byte-compilation of C:\Python25\lib\shlex.py to shlex.pyo
skipping byte-compilation of C:\Python25\lib\shutil.py to shutil.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\mx\DateTime\ARPA.py t
o mx\DateTime\ARPA.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\mx\DateTime\DateTime.
py to mx\DateTime\DateTime.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\mx\DateTime\ISO.py to
mx\DateTime\ISO.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\mx\DateTime\Parser.py
to mx\DateTime\Parser.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\mx\DateTime\Timezone.
py to mx\DateTime\Timezone.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\mx\DateTime\__init__.
py to mx\DateTime\__init__.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\mx\DateTime\mxDateTim
e\__init__.py to mx\DateTime\mxDateTime\__init__.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\mx\Misc\LazyModule.py
to mx\Misc\LazyModule.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\mx\Misc\__init__.py t
o mx\Misc\__init__.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\mx\__init__.py to mx\
__init__.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\pythoncom.py to pytho
ncom.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32\lib\pywintypes.
py to pywintypes.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32\lib\win32con.py
to win32con.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32\lib\win32traceu
til.py to win32traceutil.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32\lib\winerror.py
to winerror.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\__init__.py
to win32com\__init__.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\client\CLSID
ToClass.py to win32com\client\CLSIDToClass.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\client\__ini
t__.py to win32com\client\__init__.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\client\build
.py to win32com\client\build.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\client\dynam
ic.py to win32com\client\dynamic.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\client\genca
che.py to win32com\client\gencache.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\client\genpy
.py to win32com\client\genpy.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\client\makep
y.py to win32com\client\makepy.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\client\selec
ttlb.py to win32com\client\selecttlb.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\client\util.
py to win32com\client\util.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\server\__ini
t__.py to win32com\server\__init__.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\server\dispa
tcher.py to win32com\server\dispatcher.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\server\excep
tion.py to win32com\server\exception.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\server\facto
ry.py to win32com\server\factory.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\server\local
server.py to win32com\server\localserver.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\server\polic
y.py to win32com\server\policy.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\server\regis
ter.py to win32com\server\register.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\server\util.
py to win32com\server\util.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\universal.py
to win32com\universal.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32com\util.py to w
in32com\util.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32comext\mapi\__in
it__.py to win32com\mapi\__init__.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32comext\mapi\mapi
tags.py to win32com\mapi\mapitags.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32comext\mapi\mapi
util.py to win32com\mapi\mapiutil.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32comext\shell\__i
nit__.py to win32com\shell\__init__.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\win32comext\shell\she
llcon.py to win32com\shell\shellcon.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
Python\__init__.py to wxPython\__init__.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
Python\_controls.py to wxPython\_controls.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
Python\_core.py to wxPython\_core.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
Python\_gdi.py to wxPython\_gdi.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
Python\_misc.py to wxPython\_misc.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
Python\_windows.py to wxPython\_windows.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
Python\_wx.py to wxPython\_wx.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
Python\gizmos.py to wxPython\gizmos.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
Python\html.py to wxPython\html.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
Python\lib\__init__.py to wxPython\lib\__init__.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
Python\lib\dialogs.py to wxPython\lib\dialogs.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
Python\lib\intctrl.py to wxPython\lib\intctrl.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
Python\lib\stattext.py to wxPython\lib\stattext.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
Python\lib\throbber.py to wxPython\lib\throbber.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
Python\lib\timectrl.py to wxPython\lib\timectrl.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\__init__.py to wx\__init__.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\__version__.py to wx\__version__.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\_controls.py to wx\_controls.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\_core.py to wx\_core.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\_gdi.py to wx\_gdi.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\_misc.py to wx\_misc.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\_windows.py to wx\_windows.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\gizmos.py to wx\gizmos.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\html.py to wx\html.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\lib\__init__.py to wx\lib\__init__.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\lib\dialogs.py to wx\lib\dialogs.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\lib\intctrl.py to wx\lib\intctrl.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\lib\layoutf.py to wx\lib\layoutf.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\lib\masked\__init__.py to wx\lib\masked\__init__.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\lib\masked\combobox.py to wx\lib\masked\combobox.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\lib\masked\ctrl.py to wx\lib\masked\ctrl.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\lib\masked\ipaddrctrl.py to wx\lib\masked\ipaddrctrl.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\lib\masked\maskededit.py to wx\lib\masked\maskededit.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\lib\masked\numctrl.py to wx\lib\masked\numctrl.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\lib\masked\textctrl.py to wx\lib\masked\textctrl.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\lib\masked\timectrl.py to wx\lib\masked\timectrl.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\lib\rcsizer.py to wx\lib\rcsizer.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\lib\stattext.py to wx\lib\stattext.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\lib\throbber.py to wx\lib\throbber.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\tools\__init__.py to wx\tools\__init__.pyo
skipping byte-compilation of C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx
\tools\dbg.py to wx\tools\dbg.pyo
skipping byte-compilation of C:\Python25\lib\smtplib.py to smtplib.pyo
skipping byte-compilation of C:\Python25\lib\socket.py to socket.pyo
skipping byte-compilation of C:\Python25\lib\sre.py to sre.pyo
skipping byte-compilation of C:\Python25\lib\sre_compile.py to sre_compile.pyo
skipping byte-compilation of C:\Python25\lib\sre_constants.py to sre_constants.p
yo
skipping byte-compilation of C:\Python25\lib\sre_parse.py to sre_parse.pyo
skipping byte-compilation of C:\Python25\lib\stat.py to stat.pyo
skipping byte-compilation of C:\Python25\lib\string.py to string.pyo
skipping byte-compilation of C:\Python25\lib\stringprep.py to stringprep.pyo
skipping byte-compilation of C:\Python25\lib\struct.py to struct.pyo
skipping byte-compilation of C:\Python25\lib\subprocess.py to subprocess.pyo
skipping byte-compilation of C:\Python25\lib\tempfile.py to tempfile.pyo
skipping byte-compilation of C:\Python25\lib\textwrap.py to textwrap.pyo
skipping byte-compilation of C:\Python25\lib\threading.py to threading.pyo
skipping byte-compilation of C:\Python25\lib\token.py to token.pyo
skipping byte-compilation of C:\Python25\lib\tokenize.py to tokenize.pyo
skipping byte-compilation of C:\Python25\lib\traceback.py to traceback.pyo
skipping byte-compilation of C:\Python25\lib\types.py to types.pyo
skipping byte-compilation of C:\Python25\lib\unittest.py to unittest.pyo
skipping byte-compilation of C:\Python25\lib\urllib.py to urllib.pyo
skipping byte-compilation of C:\Python25\lib\urllib2.py to urllib2.pyo
skipping byte-compilation of C:\Python25\lib\urlparse.py to urlparse.pyo
skipping byte-compilation of C:\Python25\lib\uu.py to uu.pyo
skipping byte-compilation of C:\Python25\lib\warnings.py to warnings.pyo
skipping byte-compilation of C:\Python25\lib\weakref.py to weakref.pyo
skipping byte-compilation of C:\Python25\lib\webbrowser.py to webbrowser.pyo
skipping byte-compilation of C:\Python25\lib\whichdb.py to whichdb.pyo
skipping byte-compilation of C:\Python25\lib\zipfile.py to zipfile.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\BalloonTip.py to BalloonTip.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\_bsddb.py to _bsddb.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\_ctypes.py to _ctypes.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\_hashlib.py to _hashlib.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\_socket.py to _socket.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\_ssl.py to _ssl.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\_win32sysloader.py to _win32sysloader.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\bz2.py to bz2.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\mx.DateTime.mxDateTime.mxDateTime.py to mx\DateTime\mxDateTime\mxDat
eTime.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\pyc.py to pyc.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\select.py to select.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\unicodedata.py to unicodedata.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\win32api.py to win32api.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\win32clipboard.py to win32clipboard.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\win32com.mapi.mapi.py to win32com\mapi\mapi.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\win32com.shell.shell.py to win32com\shell\shell.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\win32event.py to win32event.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\win32file.py to win32file.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\win32gui.py to win32gui.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\win32pipe.py to win32pipe.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\win32process.py to win32process.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\win32security.py to win32security.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\win32trace.py to win32trace.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\winxpgui.py to winxpgui.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\wx._controls_.py to wx\_controls_.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\wx._core_.py to wx\_core_.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\wx._gdi_.py to wx\_gdi_.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\wx._gizmos.py to wx\_gizmos.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\wx._html.py to wx\_html.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\wx._misc_.py to wx\_misc_.pyo
byte-compiling C:\Users\xxxx\workspace\clamwin\Setup\py2exe\build\bdist.win32\
winexe\temp\wx._windows_.py to wx\_windows_.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\Config.py to C
onfig.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\EmailAlert.py
to EmailAlert.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\MsgBox.py to M
sgBox.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\OlAddin.py to
OlAddin.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\Process.py to
Process.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\RedirectStd.py
to RedirectStd.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\Scheduler.py t
o Scheduler.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\SetUnicode.py
to SetUnicode.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\SplashScreen.p
y to SplashScreen.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\ThreadFuture.p
y to ThreadFuture.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\Utils.py to Ut
ils.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\throb\__init__
.py to throb\__init__.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\throb\throbIma
ges.py to throb\throbImages.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\version.py to
version.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\which.py to wh
ich.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\wxDialogAbout.
py to wxDialogAbout.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\wxDialogCheckU
pdate.py to wxDialogCheckUpdate.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\wxDialogLogVie
wer.py to wxDialogLogViewer.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\wxDialogPrefer
ences.py to wxDialogPreferences.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\wxDialogSchedu
ledScan.py to wxDialogScheduledScan.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\wxDialogStatus
.py to wxDialogStatus.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\wxDialogUtils.
py to wxDialogUtils.pyo
skipping byte-compilation of C:\Users\xxxx\workspace\clamwin\py\wxFrameMain.py
to wxFrameMain.pyo
removing c:\users\xxxx\appdata\local\temp\tmp5p9t6o.py
*** copy extensions ***
*** copy dlls ***
*** copy data files ***
copying C:\Python25\lib\site-packages\py2exe\run_w.exe -> C:\Users\xxxx\worksp
ace\clamwin\Setup\py2exe\dist\bin/ClamWin.exe
copying C:\Python25\lib\site-packages\py2exe\run_w.exe -> C:\Users\xxxx\worksp
ace\clamwin\Setup\py2exe\dist\bin/ClamTray.exe
copying C:\Python25\lib\site-packages\py2exe\run_w.exe -> C:\Users\xxxx\worksp
ace\clamwin\Setup\py2exe\dist\bin/WClose.exe
copying C:\Python25\lib\site-packages\py2exe\run_w.exe -> C:\Users\xxxx\worksp
ace\clamwin\Setup\py2exe\dist\bin/OlAddin.exe
copying C:\Python25\lib\site-packages\py2exe\run_dll.dll -> C:\Users\xxxx\work
space\clamwin\Setup\py2exe\dist\bin/OlAddin.dll
The following modules appear to be missing
['_pybsddb', 'bsddb3.dbutils', 'email.Generator', 'email.Iterators', 'email.MIME
Multipart', 'email.MIMEText', 'email.Utils', 'email.base64MIME', 'exchange', 'ex
chdapi', 'mxDateTime.__version__', 'pywin.dialogs', 'pywin.dialogs.list', 'win32
com.gen_py']

*** binary dependencies ***
Your executable(s) also depend on these dlls which are not included,
you may or may not need to distribute them.

Make sure you have the license if you distribute any of them, and
make sure you don't distribute files belonging to the operating system.

OLEAUT32.dll - C:\Windows\system32\OLEAUT32.dll
USER32.dll - C:\Windows\system32\USER32.dll
SHELL32.dll - C:\Windows\system32\SHELL32.dll
ole32.dll - C:\Windows\system32\ole32.dll
MSVCR80.dll - C:\Users\xxxx\workspace\clamwin\Setup\py2exe\MSVCR80.dll
comdlg32.dll - C:\Windows\system32\comdlg32.dll
WSOCK32.dll - C:\Windows\system32\WSOCK32.dll
COMCTL32.dll - C:\Windows\system32\COMCTL32.dll
ADVAPI32.dll - C:\Windows\system32\ADVAPI32.dll
NETAPI32.dll - C:\Windows\system32\NETAPI32.dll
MSVCP71.dll - C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx\MSVCP71.dll

WS2_32.dll - C:\Windows\system32\WS2_32.dll
GDI32.dll - C:\Windows\system32\GDI32.dll
WINMM.dll - C:\Windows\system32\WINMM.dll
VERSION.dll - C:\Windows\system32\VERSION.dll
KERNEL32.dll - C:\Windows\system32\KERNEL32.dll
ntdll.dll - C:\Windows\system32\ntdll.dll
msvcrt.dll - C:\Windows\system32\msvcrt.dll
gdiplus.dll - C:\Python25\lib\site-packages\wx-2.8-msw-unicode\wx\gdiplus.dll

RPCRT4.dll - C:\Windows\system32\RPCRT4.dll
View user's profileSend private message
alch
Site Admin

Joined: 27 Nov 2005
Posts: 0
Reply with quote
We use py 2.3 built with VS2005. It should be possible to make it work with py 2.5 with some modifications and installation of third party packages. As far as I recall the biggest problem porting to py2.5 was with the old version wxWidgets we are using.

In our 2.3 build I only get these missing modules warning (that is no problem):
'mxDateTime.__version__', 'pywin.dialogs', 'pywin.dialogs.list'

Try to find what the others are and how can you install them in py 2.5

It would also be great once you get it going if you could contribute the changes you made back to us so we can upgrade it to py 2.5
View user's profileSend private message
missing module when compile with py2.5 & vs2005
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 1 of 1  

  
  
 Reply to topic