Hello,

Creating a helloworld.exe with helloworld.py, content: print("Hello 
World"), command:
"pyinstaller.exe --onefile helloworld.py" causes 233 warnings (Windows 10 
32bit, PyInstaller 3.1, Python 3.5).
The compiled program runs as expected, so it would be nice if we could 
improve this to get less unneeded warnings.

List of warnings:
missing module named posix - imported by os, c:\pythontest\helloworld.py
missing module named _datetime.__doc__ - imported by _datetime, datetime, 
c:\pythontest\helloworld.py
missing module named _posixsubprocess - imported by subprocess, 
c:\pythontest\helloworld.py
missing module named unicodedata.ucd_3_2_0 - imported by unicodedata, 
stringprep, encodings.idna, c:\pythontest\helloworld.py
missing module named _functools.reduce - imported by _functools, functools, 
c:\pythontest\helloworld.py
missing module named _functools.cmp_to_key - imported by _functools, 
functools, c:\pythontest\helloworld.py
missing module named _functools.partial - imported by _functools, 
functools, c:\pythontest\helloworld.py
missing module named _functools._lru_cache_wrapper - imported by 
_functools, functools, c:\pythontest\helloworld.py
missing module named _operator.__doc__ - imported by _operator, operator, 
c:\pythontest\helloworld.py
missing module named _sre.MAXGROUPS - imported by _sre, sre_constants, 
c:\pythontest\helloworld.py
missing module named _sre.MAXREPEAT - imported by _sre, sre_constants, 
c:\pythontest\helloworld.py
missing module named _io.DEFAULT_BUFFER_SIZE - imported by _io, io, 
c:\pythontest\helloworld.py
missing module named _io.BlockingIOError - imported by _io, io, 
c:\pythontest\helloworld.py
missing module named _io.StringIO - imported by _io, io, 
c:\pythontest\helloworld.py
missing module named _io.BufferedWriter - imported by _io, io, 
c:\pythontest\helloworld.py
missing module named _io.BufferedRWPair - imported by _io, io, 
c:\pythontest\helloworld.py
missing module named _io.BufferedReader - imported by _io, io, 
c:\pythontest\helloworld.py
missing module named _io.TextIOWrapper - imported by _io, io, 
c:\pythontest\helloworld.py
missing module named _io.IncrementalNewlineDecoder - imported by _io, io, 
c:\pythontest\helloworld.py
missing module named _io.open - imported by _io, io, 
c:\pythontest\helloworld.py
missing module named _io.BufferedRandom - imported by _io, io, 
c:\pythontest\helloworld.py
missing module named _io.FileIO - imported by _io, io, 
c:\pythontest\helloworld.py
missing module named _io.BytesIO - imported by _io, io, 
c:\pythontest\helloworld.py
missing module named _io.UnsupportedOperation - imported by _io, io, 
c:\pythontest\helloworld.py
missing module named _heapq._heapreplace_max - imported by _heapq, heapq, 
c:\pythontest\helloworld.py
missing module named _heapq._heapify_max - imported by _heapq, heapq, 
c:\pythontest\helloworld.py
missing module named _heapq._heappop_max - imported by _heapq, heapq, 
c:\pythontest\helloworld.py
missing module named _weakref.ref - imported by _weakref, _weakrefset, 
weakref, c:\pythontest\helloworld.py
missing module named _weakref.getweakrefs - imported by _weakref, weakref, 
c:\pythontest\helloworld.py
missing module named _weakref.ProxyType - imported by _weakref, weakref, 
c:\pythontest\helloworld.py
missing module named _weakref.CallableProxyType - imported by _weakref, 
weakref, c:\pythontest\helloworld.py
missing module named _weakref.getweakrefcount - imported by _weakref, 
weakref, c:\pythontest\helloworld.py
missing module named _weakref.ReferenceType - imported by _weakref, 
weakref, c:\pythontest\helloworld.py
missing module named _weakref.proxy - imported by _weakref, weakref, 
collections, c:\pythontest\helloworld.py
missing module named 'org.python' - imported by pickle, 
c:\pythontest\helloworld.py, xml.sax
missing module named 'org.python'.imp - imported by 'org.python', xml.sax
missing module named 'org.python'.PyStringMap - imported by 'org.python', 
pickle, c:\pythontest\helloworld.py
missing module named _pickle.UnpicklingError - imported by _pickle, pickle, 
c:\pythontest\helloworld.py
missing module named _pickle.Pickler - imported by _pickle, pickle, 
c:\pythontest\helloworld.py
missing module named _pickle.PickleError - imported by _pickle, pickle, 
c:\pythontest\helloworld.py
missing module named _pickle.load - imported by _pickle, pickle, 
c:\pythontest\helloworld.py
missing module named _pickle.Unpickler - imported by _pickle, pickle, 
c:\pythontest\helloworld.py
missing module named _pickle.loads - imported by _pickle, pickle, 
c:\pythontest\helloworld.py
missing module named _pickle.PicklingError - imported by _pickle, pickle, 
c:\pythontest\helloworld.py
missing module named _pickle.dumps - imported by _pickle, pickle, 
c:\pythontest\helloworld.py
missing module named _pickle.dump - imported by _pickle, pickle, 
c:\pythontest\helloworld.py
missing module named posix._exit - imported by posix, os, 
c:\pythontest\helloworld.py
missing module named posix._have_functions - imported by posix, os, 
c:\pythontest\helloworld.py
missing module named ce - imported by os, c:\pythontest\helloworld.py
missing module named ce._exit - imported by ce, os, 
c:\pythontest\helloworld.py
missing module named ce._have_functions - imported by ce, os, 
c:\pythontest\helloworld.py
missing module named inspect.CO_GENERATOR - imported by inspect, bdb, 
c:\pythontest\helloworld.py
missing module named _opcode.stack_effect - imported by _opcode, opcode, 
c:\pythontest\helloworld.py
missing module named _imp.acquire_lock - imported by _imp, imp, 
c:\pythontest\helloworld.py
missing module named _imp.is_frozen_package - imported by _imp, imp, 
c:\pythontest\helloworld.py
missing module named _imp._fix_co_filename - imported by _imp, imp, 
c:\pythontest\helloworld.py
missing module named _imp.is_builtin - imported by _imp, imp, 
c:\pythontest\helloworld.py
missing module named _imp.get_frozen_object - imported by _imp, imp, 
c:\pythontest\helloworld.py
missing module named _imp.lock_held - imported by _imp, imp, 
c:\pythontest\helloworld.py
missing module named _imp.release_lock - imported by _imp, imp, 
c:\pythontest\helloworld.py
missing module named _imp.init_frozen - imported by _imp, imp, 
c:\pythontest\helloworld.py
missing module named _imp.is_frozen - imported by _imp, imp, 
c:\pythontest\helloworld.py
missing module named _imp.create_dynamic - imported by _imp, imp, 
c:\pythontest\helloworld.py
excluded module named _frozen_importlib - imported by importlib, 
importlib.abc, c:\pythontest\helloworld.py
missing module named _frozen_importlib_external - imported by 
importlib._bootstrap, importlib, importlib.abc, c:\pythontest\helloworld.py
missing module named zipimport.zipimporter - imported by zipimport, 
pkgutil, c:\pythontest\helloworld.py
missing module named _ctypes.Structure - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.Array - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.Union - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes._Pointer - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.CFuncPtr - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.__version__ - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.RTLD_GLOBAL - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.RTLD_LOCAL - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.ArgumentError - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.FormatError - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.FUNCFLAG_USE_ERRNO - imported by _ctypes, 
ctypes, c:\pythontest\helloworld.py
missing module named _ctypes.FUNCFLAG_PYTHONAPI - imported by _ctypes, 
ctypes, c:\pythontest\helloworld.py
missing module named _ctypes.FUNCFLAG_CDECL - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.FUNCFLAG_USE_LASTERROR - imported by _ctypes, 
ctypes, c:\pythontest\helloworld.py
missing module named _ctypes.LoadLibrary - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.FUNCFLAG_STDCALL - imported by _ctypes, 
ctypes, c:\pythontest\helloworld.py
missing module named _ctypes.dlopen - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.sizeof - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.addressof - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.resize - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.alignment - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.byref - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.get_errno - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.set_errno - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes._SimpleCData - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes._pointer_type_cache - imported by _ctypes, 
ctypes, c:\pythontest\helloworld.py
missing module named _ctypes.pointer - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes._check_HRESULT - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.set_last_error - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes.get_last_error - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes._memmove_addr - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes._cast_addr - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes._memset_addr - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes._string_at_addr - imported by _ctypes, ctypes, 
c:\pythontest\helloworld.py
missing module named _ctypes._wstring_at_addr - imported by _ctypes, 
ctypes, c:\pythontest\helloworld.py
missing module named _winreg - imported by platform, 
c:\pythontest\helloworld.py
missing module named _winreg.CloseKey - imported by _winreg, platform, 
c:\pythontest\helloworld.py
missing module named _winreg.HKEY_LOCAL_MACHINE - imported by _winreg, 
platform, c:\pythontest\helloworld.py
missing module named _winreg.QueryValueEx - imported by _winreg, platform, 
c:\pythontest\helloworld.py
missing module named _winreg.OpenKeyEx - imported by _winreg, platform, 
c:\pythontest\helloworld.py
missing module named _scproxy._get_proxies - imported by _scproxy, 
urllib.request
missing module named _scproxy._get_proxy_settings - imported by _scproxy, 
urllib.request
missing module named _scproxy - imported by urllib.request
missing module named 'java.lang'.Exception - imported by 'java.lang', 
xml.sax._exceptions
missing module named xml.parsers.expat.ParserCreate - imported by 
xml.parsers.expat, plistlib, c:\pythontest\helloworld.py
missing module named java - imported by platform, 
c:\pythontest\helloworld.py
missing module named java.System - imported by java, platform, 
c:\pythontest\helloworld.py
missing module named 'java.lang' - imported by platform, 
c:\pythontest\helloworld.py, xml.sax._exceptions
missing module named vms_lib - imported by platform, 
c:\pythontest\helloworld.py
missing module named _winapi.STARTF_USESHOWWINDOW - imported by _winapi, 
subprocess, c:\pythontest\helloworld.py
missing module named _winapi.STD_INPUT_HANDLE - imported by _winapi, 
subprocess, c:\pythontest\helloworld.py
missing module named _winapi.STD_OUTPUT_HANDLE - imported by _winapi, 
subprocess, c:\pythontest\helloworld.py
missing module named _winapi.CREATE_NEW_PROCESS_GROUP - imported by 
_winapi, subprocess, c:\pythontest\helloworld.py
missing module named _winapi.CREATE_NEW_CONSOLE - imported by _winapi, 
subprocess, c:\pythontest\helloworld.py
missing module named _winapi.STD_ERROR_HANDLE - imported by _winapi, 
subprocess, c:\pythontest\helloworld.py
missing module named _winapi.SW_HIDE - imported by _winapi, subprocess, 
c:\pythontest\helloworld.py
missing module named _winapi.STARTF_USESTDHANDLES - imported by _winapi, 
subprocess, c:\pythontest\helloworld.py
missing module named termios - imported by tty, 
c:\pythontest\helloworld.py, getpass
missing module named _ssl.OPENSSL_VERSION - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.OPENSSL_VERSION_NUMBER - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.OPENSSL_VERSION_INFO - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl._SSLContext - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.MemoryBIO - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.SSLEOFError - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.SSLError - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.SSLZeroReturnError - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.SSLWantReadError - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.SSLSyscallError - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.SSLWantWriteError - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.CERT_NONE - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.CERT_OPTIONAL - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.CERT_REQUIRED - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.nid2obj - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.txt2obj - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.RAND_add - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.RAND_pseudo_bytes - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.RAND_bytes - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.RAND_status - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.RAND_egd - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.HAS_SNI - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.HAS_ALPN - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.HAS_NPN - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.HAS_ECDH - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl._OPENSSL_API_VERSION - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.enum_certificates - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named _ssl.enum_crls - imported by _ssl, ssl, 
c:\pythontest\helloworld.py
missing module named time.strptime - imported by time, ssl, 
c:\pythontest\helloworld.py
missing module named winreg.CloseKey - imported by winreg, platform, 
c:\pythontest\helloworld.py
missing module named winreg.HKEY_LOCAL_MACHINE - imported by winreg, 
platform, c:\pythontest\helloworld.py
missing module named winreg.QueryValueEx - imported by winreg, platform, 
c:\pythontest\helloworld.py
missing module named winreg.OpenKeyEx - imported by winreg, platform, 
c:\pythontest\helloworld.py
missing module named os.urandom - imported by os, random, 
c:\pythontest\helloworld.py
missing module named _hashlib.pbkdf2_hmac - imported by _hashlib, hashlib, 
c:\pythontest\helloworld.py
missing module named hashlib.sha512 - imported by hashlib, random, 
c:\pythontest\helloworld.py
missing module named _bz2.BZ2Compressor - imported by _bz2, bz2, 
c:\pythontest\helloworld.py
missing module named _bz2.BZ2Decompressor - imported by _bz2, bz2, 
c:\pythontest\helloworld.py
missing module named _lzma._encode_filter_properties - imported by _lzma, 
lzma, c:\pythontest\helloworld.py
missing module named _lzma._decode_filter_properties - imported by _lzma, 
lzma, c:\pythontest\helloworld.py
missing module named grp - imported by tarfile, shutil, 
c:\pythontest\helloworld.py
missing module named grp.getgrnam - imported by grp, shutil, 
c:\pythontest\helloworld.py
missing module named binascii.a2b_qp - imported by binascii, quopri, 
c:\pythontest\helloworld.py
missing module named binascii.b2a_qp - imported by binascii, quopri, 
c:\pythontest\helloworld.py
missing module named binascii.b2a_base64 - imported by binascii, 
email.base64mime, c:\pythontest\helloworld.py
missing module named binascii.a2b_base64 - imported by binascii, 
email.base64mime, c:\pythontest\helloworld.py
missing module named _dummy_threading - imported by dummy_threading, 
c:\pythontest\helloworld.py
missing module named _dummy_threading.__all__ - imported by 
_dummy_threading, dummy_threading, c:\pythontest\helloworld.py
missing module named dummy_threading.RLock - imported by dummy_threading, 
bz2, c:\pythontest\helloworld.py
missing module named nt._exit - imported by nt, os, 
c:\pythontest\helloworld.py
missing module named nt._getvolumepathname - imported by nt, ntpath, 
c:\pythontest\helloworld.py
missing module named nt._getfullpathname - imported by nt, ntpath, 
c:\pythontest\helloworld.py
missing module named nt._getfinalpathname - imported by nt, ntpath, 
c:\pythontest\helloworld.py
missing module named nt._isdir - imported by nt, ntpath, 
c:\pythontest\helloworld.py
missing module named nt._have_functions - imported by nt, os, 
c:\pythontest\helloworld.py
missing module named math.exp - imported by math, random, 
c:\pythontest\helloworld.py
missing module named math.pi - imported by math, random, 
c:\pythontest\helloworld.py
missing module named math.e - imported by math, random, 
c:\pythontest\helloworld.py
missing module named math.ceil - imported by math, random, 
c:\pythontest\helloworld.py
missing module named math.log - imported by math, random, 
c:\pythontest\helloworld.py
missing module named math.acos - imported by math, random, 
c:\pythontest\helloworld.py
missing module named math.cos - imported by math, random, 
c:\pythontest\helloworld.py
missing module named math.sqrt - imported by math, random, 
c:\pythontest\helloworld.py
missing module named math.sin - imported by math, random, 
c:\pythontest\helloworld.py
missing module named socket.SOCK_STREAM - imported by socket, ssl, 
c:\pythontest\helloworld.py
missing module named socket.AF_INET - imported by socket, ssl, 
c:\pythontest\helloworld.py
missing module named socket.SO_TYPE - imported by socket, ssl, 
c:\pythontest\helloworld.py
missing module named socket.SOL_SOCKET - imported by socket, ssl, 
c:\pythontest\helloworld.py
missing module named copy.deepcopy - imported by copy, weakref, 
email.generator, c:\pythontest\helloworld.py
missing module named org - imported by copy, c:\pythontest\helloworld.py
missing module named org.PyStringMap - imported by org, copy, 
c:\pythontest\helloworld.py
missing module named _struct._clearcache - imported by _struct, struct, 
c:\pythontest\helloworld.py
missing module named _struct.__doc__ - imported by _struct, struct, 
c:\pythontest\helloworld.py
missing module named struct.calcsize - imported by struct, ctypes, 
c:\pythontest\helloworld.py
missing module named struct.unpack - imported by struct, pickle, 
c:\pythontest\helloworld.py
missing module named struct.pack - imported by struct, pickle, 
c:\pythontest\helloworld.py
missing module named errno.ENOENT - imported by errno, gettext, 
c:\pythontest\helloworld.py
missing module named _thread.allocate_lock - imported by _thread, 
_strptime, c:\pythontest\helloworld.py
missing module named _thread.get_ident - imported by _thread, reprlib, 
c:\pythontest\helloworld.py
missing module named _thread.RLock - imported by _thread, functools, 
c:\pythontest\helloworld.py
missing module named time.monotonic - imported by time, subprocess, 
threading, socketserver, c:\pythontest\helloworld.py
missing module named itertools.chain - imported by itertools, tokenize, 
collections, c:\pythontest\helloworld.py
missing module named itertools.repeat - imported by itertools, tokenize, 
collections, c:\pythontest\helloworld.py
missing module named itertools.starmap - imported by itertools, 
collections, c:\pythontest\helloworld.py
missing module named itertools.count - imported by itertools, threading, 
c:\pythontest\helloworld.py
missing module named itertools.islice - imported by itertools, threading, 
reprlib, pickle, c:\pythontest\helloworld.py
missing module named _collections.defaultdict - imported by _collections, 
collections, c:\pythontest\helloworld.py
missing module named _collections.OrderedDict - imported by _collections, 
collections, c:\pythontest\helloworld.py
missing module named _collections._count_elements - imported by 
_collections, collections, c:\pythontest\helloworld.py
missing module named _collections.deque - imported by _collections, 
threading, collections, c:\pythontest\helloworld.py
missing module named _thread.stack_size - imported by _thread, threading, 
c:\pythontest\helloworld.py
missing module named _thread._local - imported by _thread, threading, 
c:\pythontest\helloworld.py
missing module named threading.current_thread - imported by threading, 
_threading_local, c:\pythontest\helloworld.py
missing module named threading.RLock - imported by threading, 
_threading_local, bz2, c:\pythontest\helloworld.py
missing module named pwd.getpwnam - imported by pwd, shutil, 
c:\pythontest\helloworld.py
missing module named pwd - imported by posixpath, tarfile, shutil, 
http.server, webbrowser, c:\pythontest\helloworld.py, netrc, getpass
missing module named ntpath.commonprefix - imported by ntpath, 
unittest.util, c:\pythontest\helloworld.py
missing module named builtins.abs - imported by builtins, operator, 
c:\pythontest\helloworld.py
missing module named builtins.open - imported by builtins, tokenize, 
tarfile, bz2, c:\pythontest\helloworld.py
missing module named builtins.str - imported by builtins, locale, 
c:\pythontest\helloworld.py
missing module named sys.modules - imported by sys, dummy_threading, 
c:\pythontest\helloworld.py
missing module named sys.getwindowsversion - imported by sys, platform, 
c:\pythontest\helloworld.py
missing module named sys.maxsize - imported by sys, pickle, 
c:\pythontest\helloworld.py
missing module named _warnings._onceregistry - imported by _warnings, 
warnings, c:\pythontest\helloworld.py
missing module named _warnings.filters - imported by _warnings, warnings, 
c:\pythontest\helloworld.py
missing module named _warnings._filters_mutated - imported by _warnings, 
warnings, c:\pythontest\helloworld.py
missing module named _warnings._defaultaction - imported by _warnings, 
warnings, c:\pythontest\helloworld.py
missing module named _warnings.warn - imported by _warnings, warnings, 
c:\pythontest\helloworld.py
missing module named _warnings.warn_explicit - imported by _warnings, 
warnings, c:\pythontest\helloworld.py

Thank you and best wishes,
Marc

-- 
You received this message because you are subscribed to the Google Groups 
"PyInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pyinstaller+unsubscr...@googlegroups.com.
To post to this group, send email to pyinstaller@googlegroups.com.
Visit this group at https://groups.google.com/group/pyinstaller.
For more options, visit https://groups.google.com/d/optout.

Reply via email to