Export to GitHub

photograbber - issue #7

Won't run on Windows Vista


Posted on Jan 5, 2010 by Swift Camel

What steps will reproduce the problem? 1. double click program 2. extract files 3. run program

What is the expected output? What do you see instead? the img folder is reproduced when extracted, when ran, the program does nothing.

What version of the product are you using? On what operating system? r27 on windows vista

Comment #1

Posted on Jan 6, 2010 by Massive Camel

I was able to reproduce this problem. See this link for more details:

http://old.nabble.com/py2exe,-Py26,-wxPython-and-dll-td20556399.html

The error message is:

Dependent Assembly Microsoft VC90.CRT... could not be found.

Solution seems to be to include msvcr*.dll file in the distribution. Will try this later tonight.

Comment #2

Posted on Jan 6, 2010 by Massive Camel

Copying msvcr90.dll and Microsoft.VC90.CRT.manifest into the dist/ folder before running NSIS appears to have fixed this issue.

Comment #3

Posted on Jan 6, 2010 by Massive Camel

Issue should be fixed in r36 release.

Status: Fixed

Labels:
Type-Defect Priority-Critical OpSys-Windows