wangtongada / gmpy

Automatically exported from code.google.com/p/gmpy
GNU Lesser General Public License v3.0
0 stars 0 forks source link

Can't run 2.6 installer #13

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
I can't run the gmpy 1.03 installer for Windows Python 2.6. It crashes with
"This application has failed to start because the application configuration
is incorrect. Reinstalling the application may fix this problem."

The installer for 2.5 works fine.

OS Name:                   Microsoft Windows XP Professional
OS Version:                5.1.2600 Service Pack 3 Build 2600
OS Configuration:          Standalone Workstation
OS Build Type:             Uniprocessor Free
System Manufacturer:       Hewlett-Packard
System Model:              HP 530 Notebook PC
System type:               X86-based PC
Processor(s):              1 Processor(s) Installed.
                           [01]: x86 Family 6 Model 22 Stepping 1
GenuineIntel ~1596 Mhz

Original issue reported on code.google.com by fredrik....@gmail.com on 14 Oct 2008 at 7:56

GoogleCodeExporter commented 8 years ago
I'm able to install it without any issues on my computer. I'm running XP Pro, 
SP3. I
had multiple versions of Python installed. I also tried removing all versions of
Python and reinstalling Python 2.6 and gmpy. 

Do you get the error message when you launch the gmpy installer?

casevh

Original comment by casevh on 15 Oct 2008 at 3:27

GoogleCodeExporter commented 8 years ago
> Do you get the error message when you launch the gmpy installer?

Yes.

Original comment by fredrik....@gmail.com on 15 Oct 2008 at 8:46

GoogleCodeExporter commented 8 years ago
I tried installing Python 2.6 and gmpy on an old Windows 2000 laptop without 
any 
issues. I wonder if you have a corrupted file. Could you try downloading it 
again? 

Could you also try the Core2 specific version? (It won't run, but should 
install 
just fine.)

Original comment by casevh on 15 Oct 2008 at 8:53

GoogleCodeExporter commented 8 years ago
The SHA1 hash is correct, a6477c0357befe91332339e8db097bfb043edf95.

The Core2 installer has the same problem.

Both the 2.4 and the 2.5 installers work.

Original comment by fredrik....@gmail.com on 15 Oct 2008 at 9:29

GoogleCodeExporter commented 8 years ago
This is getting strange. You may have a different set of DLLs on your machine 
than I 
do on mine. Can you run dependancy walker against the gmpy executable and see 
if it 
generates any errors?

http://www.dependencywalker.com/

Download and unzip. Start depends.exe. Then File | Open and select the gmpy 
installer.

Original comment by casevh on 16 Oct 2008 at 12:02

GoogleCodeExporter commented 8 years ago
I almost suspected this from the start: installing .NET made it work.

I'm not sure if this is because the compiler has linked to some .NET modules, 
or if
the existing modules on my computer were just outdated and the .NET installer 
updated
them, or if there is some other reason.

Although it now installs, Dependency Walker does give errors. 

"Warning: At least one module has an unresolved import due to a missing export
function in a delay-load dependent module."

The modules ADVAPI32.DLL, SHLWAPI.DLL, USER32.DLL, MPR.DLL are marked red. I 
don't
know if any other information that it displays is relevant.

Original comment by fredrik....@gmail.com on 16 Oct 2008 at 7:38

GoogleCodeExporter commented 8 years ago
Interesting. I'll try to build the next releases on a machine that has never 
had .NET
installed on it.

Original comment by casevh on 19 Oct 2008 at 12:44