From: Christian Heimes on 21 Sep 2009 07:13 Laszlo Nagy wrote: > The building and installation went find. But I cannot "import > kinterbasdb" because I get a "DLL load failed" error. I figured out that > has something to do with msvcr90 and "_ftime". Can you please give me > some advice how to solve this problem? I know from experience that it's sometimes hard to compile Python extensions with MinGW32. Have you tried the official builds from the new download page http://www.firebirdsql.org/index.php?op=devel&sub=python ? Christian
From: Laszlo Nagy on 21 Sep 2009 09:13 Christian Heimes írta: > Laszlo Nagy wrote: > >> The building and installation went find. But I cannot "import >> kinterbasdb" because I get a "DLL load failed" error. I figured out that >> has something to do with msvcr90 and "_ftime". Can you please give me >> some advice how to solve this problem? >> > > I know from experience that it's sometimes hard to compile Python > extensions with MinGW32. Have you tried the official builds from the new > download page http://www.firebirdsql.org/index.php?op=devel&sub=python ? > Haven't because I have to use Firebird 1.5. There is no official binary distribution for firebird 1.5 + python 2.6. (I'll try to build this with MSVC later today). Thank you
From: Tonal on 5 Oct 2009 05:45 I write path for compile kinterbasdb with mingw32 and python 2.6 for rev 1038 See http://sourceforge.net/tracker/?func=detail&aid=2872794&group_id=9913&atid=309913
First
|
Prev
|
Pages: 1 2 Prev: pygame and py2app : big package Next: When is divmod(a,b)[0] == floor(a/b)-1 ? |