Trying to build exe with py2exe and SOAPPy

Steven Bell sfbell at mindspring.com
Wed Oct 8 23:02:40 EDT 2003


I am trying to build an executable from a python script. 
Using python 2.3, SOAPpy 0.10.3, Py2exe 0.4.2. 
Build command: python setup.py py2exe -w --includes
xml.sax.drivers2.drv_py

I get the following output:

warning: py2exe: *************************************************************************
warning: py2exe: * The following modules were not found:
warning: py2exe: *   Carbon.Folder
warning: py2exe: *   Carbon.Folders
warning: py2exe: *   M2Crypto
warning: py2exe: *   SOCKS
warning: py2exe: *   ext.IsDOMString
warning: py2exe: *   ext.SplitQName
warning: py2exe: *   fcntl
warning: py2exe: *   ic
warning: py2exe: *   rourl2path
warning: py2exe: *************************************************************************
removing 'build\bdist.win32\winexe\collect\client' (and everything
under it)
Built File dist\client\client.exe
removing 'build\bdist.win32\winexe' (and everything under it)

expat
Any help would be appreciated.




More information about the Python-list mailing list