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

Jorge wrote:
>
>
> Hi,
> I have a application that uses kinterbasdb module, when I run the exe
> (win32) generated by py2exe it runs OK,
> until the call the kinderbasdb module where I get the message:
> No Module named typeconv_24plus
> is there a way to solve this or is a problem in kinterbasdb?
>
> Thanks in advance for your help.
I posted a sample setup.py which works for me on Python 2.5.4 and
Windows XP, using kinterbasdb via sqlalchemy, on the py2exe list (I
assume Star Glider is you as above text is just about identical). Did
you look at it and the links given, are you still getting the same error
when you use the setup.py I attached (attached here again for reference)?

Werner

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.