I'm running into some problem's using Gordon's Installer:
Everything works fine on my develoment system (WinNT 4.0, Python 1.5.2,
Installer beta 3f), but when I test on Windows 95 or 98 (neither Python
nor wxPython installed), things stop working consistently.
Symptoms:
* I build an installation using wxPython 2.1.13, appears to work fine on
Windows 95
* I upgrade to 2.1.16, rebuild and retest. I get the following error on
startup on win95/98:
Traceback (innermost last):
File "<string>", line 3, in ?
File "d:\apps\Installer\support\imputil.py", line 51, in _import_hook
File "d:\apps\Installer\support\imputil.py", line 176, in _import_top_module
File "d:\apps\Installer\support\imputil.py", line 226, in _import_one
File "c:\python\wxpython\__init__.py", line 20, in ?
File "d:\apps\Installer\support\imputil.py", line 54, in _import_hook
ImportError: DLL load failed: A device attached to the system is not
functioning
* wxpython\__init__.py line 20 import the wxc extension.
* I uninstall 2.1.16 from my dev system, reboot, and install
2.1.13. Rebuild installation. Same error.
* I install Python on the test win98 system (reboot). Same error.
* I install wxPython 2.1.13 on the test system (reboot) - It works!
* I uninstall wxPython 2.1.13 from the test system (reboot) - It works!
* I uninstall Python from the test system (reboot) - It works!
I search the test system drives for python and wxPython dlls - nothing.
I search the test system registry for references to python or wxPython -
nothing.
I tried various PYTHONPATH settings, including the current directory, the
directory holding my sources, and my Python installation dir -- same
results.
Something's obviously changed on the test system by the installation of
wxPython, but I don't know what.
Anyone else run into anything similar?
Thanks much in advance!
Miles