Subject Re: [firebird-python] Kinterbasdb doesn't work after creation of exe with Py2exe/PyInstaller
Author Werner F. Bruhin
Helen Borrie wrote:
> At 09:23 PM 5/11/2009, Werner F. Bruhin wrote:
>
>
>> 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.
>>
>
> Firebird 2.1 client library needs the msvc80 runtimes.
> http://www.firebirdsql.org/rlsnotesh/install210.html#install2-win-mslibs
>
>
Thanks for letting me know. Just figured out that it was only when
using kinterbasdb, so it had either to be FB or something kinterbasdb does.

Now I just have to figure out why py2exe can't find it.

Werner