The following modules appear to be missing - py2exe

Terry Reedy tjreedy at udel.edu
Tue Jul 19 12:45:22 EDT 2011


On 7/19/2011 5:47 AM, Peter Irbizon wrote:
> Hello, please I have problem with "The following modules appear to be
> missing" message during compiling my app exe file with py2exe. What
> should I do with this? Many thanks in advance.

 From the stuff below, you appear to be compiling for Windows.

> The following modules appear to be missing
> ['Carbon', 'Carbon.Files',

This is Mac gui stuff which you neither need nor want in a Windows 
binary. I suspect mis-specification somewhere.

  '_scproxy', 'fixedpoint', 'gdk', 'mx', 'unix', 'glib.

compiling with gcc? You appear to be missing its glib.

> GError', 'glib.IOChannel', 'glib.IO_ERR', 'glib.IO_FLAG_APPEND',
> 'glib.IO_FLAG_G
> ET_MASK', 'glib.IO_FLAG_IS_READABLE', 'glib.IO_FLAG_IS_SEEKABLE',
> 'glib.IO_FLAG_
> IS_WRITEABLE', 'glib.IO_FLAG_MASK', 'glib.IO_FLAG_NONBLOCK',
> 'glib.IO_FLAG_SET_M
> ASK', 'glib.IO_HUP', 'glib.IO_IN', 'glib.IO_NVAL', 'glib.IO_OUT',
> 'glib.IO_PRI',
> 'glib.IO_STATUS_AGAIN', 'glib.IO_STATUS_EOF', 'glib.IO_STATUS_ERROR',
> 'glib.IO_
> STATUS_NORMAL', 'glib.Idle', 'glib.MainContext', 'glib.MainLoop',
> 'glib.OPTION_E
> RROR', 'glib.OPTION_ERROR_BAD_VALUE', 'glib.OPTION_ERROR_FAILED',
> 'glib.OPTION_E
> RROR_UNKNOWN_OPTION', 'glib.OPTION_FLAG_FILENAME',
> 'glib.OPTION_FLAG_HIDDEN', 'g
> lib.OPTION_FLAG_IN_MAIN', 'glib.OPTION_FLAG_NOALIAS',
> 'glib.OPTION_FLAG_NO_ARG',
> 'glib.OPTION_FLAG_OPTIONAL_ARG', 'glib.OPTION_FLAG_REVERSE',
> 'glib.OPTION_REMAI
> NING', 'glib.OptionContext', 'glib.OptionGroup',
> 'glib.PRIORITY_DEFAULT', 'glib.
> PRIORITY_DEFAULT_IDLE', 'glib.PRIORITY_HIGH', 'glib.PRIORITY_HIGH_IDLE',
> 'glib.P
> RIORITY_LOW', 'glib.Pid', 'glib.PollFD',
> 'glib.SPAWN_CHILD_INHERITS_STDIN', 'gli
> b.SPAWN_DO_NOT_REAP_CHILD', 'glib.SPAWN_FILE_AND_ARGV_ZERO',
> 'glib.SPAWN_LEAVE_D
> ESCRIPTORS_OPEN', 'glib.SPAWN_SEARCH_PATH',
> 'glib.SPAWN_STDERR_TO_DEV_NULL', 'gl
> ib.SPAWN_STDOUT_TO_DEV_NULL', 'glib.Source', 'glib.Timeout',
> 'glib.child_watch_a
> dd', 'glib.filename_display_basename', 'glib.filename_display_name',
> 'glib.filen
> ame_from_utf8', 'glib.get_application_name', 'glib.get_current_time',
> 'glib.get_
> prgname', 'glib.glib_version', 'glib.idle_add', 'glib.io_add_watch',
> 'glib.main_
> context_default', 'glib.main_depth', 'glib.markup_escape_text',
> 'glib.set_applic
> ation_name', 'glib.set_prgname', 'glib.source_remove',
> 'glib.spawn_async', 'glib
> .timeout_add', 'glib.timeout_add_seconds', 'glib.uri_list_extract_uris']
>
> *** 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.
>
>     USP10.DLL - C:\WINDOWS\system32\USP10.DLL
>     OLEAUT32.dll - C:\WINDOWS\system32\OLEAUT32.dll
>     USER32.dll - C:\WINDOWS\system32\USER32.dll
>     POWRPROF.dll - C:\WINDOWS\system32\POWRPROF.dll
>     SHELL32.dll - C:\WINDOWS\system32\SHELL32.dll
>     ole32.dll - C:\WINDOWS\system32\ole32.dll
>     SHLWAPI.DLL - C:\WINDOWS\system32\SHLWAPI.DLL
>     COMDLG32.DLL - C:\WINDOWS\system32\COMDLG32.DLL
>     ADVAPI32.DLL - C:\WINDOWS\system32\ADVAPI32.DLL
>     msvcrt.dll - C:\WINDOWS\system32\msvcrt.dll
>     WS2_32.dll - C:\WINDOWS\system32\WS2_32.dll
>     WINSPOOL.DRV - C:\WINDOWS\system32\WINSPOOL.DRV
>     GDI32.dll - C:\WINDOWS\system32\GDI32.dll
>     DNSAPI.DLL - C:\WINDOWS\system32\DNSAPI.DLL
>     VERSION.dll - C:\WINDOWS\system32\VERSION.dll
>     KERNEL32.dll - C:\WINDOWS\system32\KERNEL32.dll
>     IMM32.DLL - C:\WINDOWS\system32\IMM32.DLL
>     COMCTL32.DLL - C:\WINDOWS\system32\COMCTL32.DLL
>     MSIMG32.DLL - C:\WINDOWS\system32\MSIMG32.DLL
>     MPR.dll - C:\WINDOWS\system32\MPR.dll
>     gdiplus.dll - C:\WINDOWS\system32\gdiplus.dll
>


-- 
Terry Jan Reedy




More information about the Python-list mailing list