Gordon M's Installer- Missing DLL

Gordon Williams g_will at cyberus.ca
Wed Jun 7 10:44:15 EDT 2000


Hi

I am trying to distribute a program that I have packaged into a standalone.
 The package is installing ok but I am getting a report back that a dll is
not loading when I run the standalone.

C:\Scopal>scopal03b.exe
Traceback (innermost last):
  File "<string>", line 1, in ?
  File "E:\Program Files\Python\Installer_3f\Installer\support\imputil.py",
line
 51, in _import_hook
    top, tail = self._import_top_module(parent, name)
  File "E:\Program Files\Python\Installer_3f\Installer\support\imputil.py",
line
 176, in _import_top_module
    module = self._import_one(parent, head, fqname)
  File "E:\Program Files\Python\Installer_3f\Installer\support\imputil.py",
line
 226, in _import_one
    exec result[1] in module.__dict__
  File "E:\Program Files\Python\wxPython\__init__.py", line 20, in ?
    import wxc
  File "E:\Program Files\Python\Installer_3f\Installer\support\imputil.py",
line
 54, in _import_hook
    return self.__chain_import(name, globals, locals, fromlist)
ImportError: DLL load failed: One of the library files needed to run this
applic
ation cannot be found.



Is there a way to identify which dll is missing?  Is this message coming
from Python or Installer?

Thanks

Regards,

Gordon Williams



More information about the Python-list mailing list