Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #8529

Re: module problem on windows 64bit

From Christian Heimes <lists@cheimes.de>
Subject Re: module problem on windows 64bit
Date 2011-06-28 10:30 +0200
References <BANLkTi=2hLNY05HiQ5MU=_J8cS9OhwN42g@mail.gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.474.1309249819.1164.python-list@python.org> (permalink)

Show all headers | View raw


Am 27.06.2011 22:03, schrieb Peter Irbizon:
> well, my program exe generated from py2exe. I am running Python 2.7 on my
> win xp 32bit box then I compile my application with py2exe. After that I can
> use it on other computers (on 32bit everything works perfect) but on 64 bit
> windows I am getting this error. :(

kinterbasdb's extension module _kinterbasdb.pyd depends on the shared
library fbclient.dll. The Firebird client library is of the Firebird SQL
server. As I already explained you have to install the 32bit (!) version
of Firebird and enable the "copy client dll to system32" option during
the installation.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: module problem on windows 64bit Christian Heimes <lists@cheimes.de> - 2011-06-28 10:30 +0200

csiph-web