Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #8513 > unrolled thread
| Started by | Christian Heimes <lists@cheimes.de> |
|---|---|
| First post | 2011-06-27 21:25 +0200 |
| Last post | 2011-06-27 21:25 +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-27 21:25 +0200
| From | Christian Heimes <lists@cheimes.de> |
|---|---|
| Date | 2011-06-27 21:25 +0200 |
| Subject | Re: module problem on windows 64bit |
| Message-ID | <mailman.460.1309202723.1164.python-list@python.org> |
Am 27.06.2011 19:02, schrieb Peter Irbizon: > Hello, > > on 32-bit windows everything works ok but on 64-bit win I am getting > this error: > Traceback (most recent call last): > File "app.py", line 1040, in do_this_now > File "kinterbasdb\__init__.pyc", line 119, in <module> > File "kinterbasdb\_kinterbasdb.pyc", line 12, in <module> > File "kinterbasdb\_kinterbasdb.pyc", line 10, in __load > ImportError: DLL load failed: This application has failed to start > because the application configuration is incorrect. Reinstalling the > application may fix this problem. > > How to get it work on 64bit windows as well? many thanks Are you running 32bit or 64bit Python on your 64bit Windows box? You have to install the same flavour of Python, kinterbasdb and Firebird SQL (all 32bit or all 64bit). You also have to check the "copy client dlls to system directory" check box during the installation of Firebird SQL. I guess that you have a 32bit installation of Python but a 64bit installation of Firebird SQL. Christian
Back to top | Article view | comp.lang.python
csiph-web