Subject Re: [firebird-python] Kinterbasdb doesn't work after creation of exe with Py2exe/PyInstaller
Author Werner F. Bruhin
Marius,

marius adrian popa wrote:

...
>
>
> P.S.
> The setup.py does not run on Windows 7 and Python 2.5.4 - getting an
> error that it can't find "MSVCR80.dll". Haven't figured out yet
> why/what is using the "80" version of these dll's on Win7.
>
>
>
> Maybe you need to install visual c++ redistributable dll (runtime)
>
> http://msdn.microsoft.com/en-us/library/8kche8ah(VS.80).aspx
> <http://msdn.microsoft.com/en-us/library/8kche8ah%28VS.80%29.aspx>
>
I see the error when I do "setup.py py2exe", however when I run the
Python script in my IDE it runs without problem.

As Py 2.5.4 does not use VS 80, but VS 7.1 I like to first figure out
what uses it, i.e. not need to include both versions.

Werner