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
>
>
Attached a corrected version of the setup.py which works for me on
Windows 7 with Py 2.5.4, SqlAlchemy 0.5.6, Kinterbasdb 0.3.3.

The FB dependencies are in "fbFolder" (which contains fbclient.dll,
msvcXXX.dll's, etc etc) which in turn gets added to the Python
sys.path. I also needed to adjust the package line.

Hope this helps the OP.

Werner