Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #8529 > unrolled thread
| Started by | Christian Heimes <lists@cheimes.de> |
|---|---|
| First post | 2011-06-28 10:30 +0200 |
| Last post | 2011-06-28 10:30 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to comp.lang.python
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: module problem on windows 64bit Christian Heimes <lists@cheimes.de> - 2011-06-28 10:30 +0200
| From | Christian Heimes <lists@cheimes.de> |
|---|---|
| Date | 2011-06-28 10:30 +0200 |
| Subject | Re: module problem on windows 64bit |
| Message-ID | <mailman.474.1309249819.1164.python-list@python.org> |
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 top | Article view | comp.lang.python
csiph-web