Subject Re: [firebird-python] Kinterbasdb doesn't work after creation of exe with Py2exe/PyInstaller [1 Attachment]
Author Jorge
Hi Werner,
yes I'm Starglider in the Py2exe list but I try you script but didn't worked,
since I was unable to solve the problem I try the list and the response
was overwhelming, and thanks to you, Pavel and Helen I saw my problem solved.
I alter your Gui2Exe script for 2 app and it worked fine.

Thanks a lot.

Regards,
Jorge

On Thu, Nov 5, 2009 at 11:25 AM, Werner F. Bruhin <werner.bruhin@...> wrote:
 
[Attachment(s) from Werner F. Bruhin included below]

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