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
--
http://mail.python.org/mailman/listinfo/python-list
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?
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 t
, etc. My
suggestion... avoid it. If you really need a C compiler to work on MS, try
anything else.
-- --
From: Laszlo Nagy
To: "python-list (General)"
Date: Mon, 21 Sep 2009 08:53:06 +0430
Subject: Compile kinterbasdb with mingw32 and python 2.6 - DLL load failed
This i
Laszlo Nagy writes:
>>> 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?
>>>
>>
>> Do
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?
>>>
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?
Download Microsoft Visual C++.2008 Express Ed
On Mon, Sep 21, 2009 at 12:23 AM, Laszlo Nagy wrote:
> This is what I did so far:
>
> #1. Install Python 2.6, Firebird 1.5 server (with libs and headers), egenix
> mx base and mingw C compiler
> #2. put "c:\MinGW\bin" on the PATH (or wherever it is)
> #3. extract kinterbasdb source to a temp fold
This is what I did so far:
#1. Install Python 2.6, Firebird 1.5 server (with libs and headers),
egenix mx base and mingw C compiler
#2. put "c:\MinGW\bin" on the PATH (or wherever it is)
#3. extract kinterbasdb source to a temp folder
#4. hack setup.cfg. Change the build section:
[build]
comp