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


Groups > comp.lang.python > #8529

Re: module problem on windows 64bit

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; '2.7': 0.04; 'subject:module': 0.04; 'python': 0.08; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'subject:windows': 0.09; 'library': 0.15; '(!)': 0.16; 'exe': 0.16; 'subject:problem': 0.19; 'extension': 0.22; 'header:In-Reply-To:1': 0.22; '(on': 0.23; 'server.': 0.25; 'windows': 0.27; 'depends': 0.28; 'bit': 0.28; 'compile': 0.29; 'module': 0.30; 'version': 0.30; 'shared': 0.32; 'header:User-Agent:1': 0.34; 'header:X-Complaints-To:1': 0.34; 'to:addr:python-list': 0.34; 'dll': 0.35; 'running': 0.35; 'error.': 0.36; 'option': 0.37; 'but': 0.37; 'getting': 0.38; 'install': 0.38; 'received:org': 0.38; 'subject:: ': 0.38; 'header :Mime-Version:1': 0.39; 'client': 0.39; 'to:addr:python.org': 0.39; 'peter': 0.62; 'computers': 0.65; 'enable': 0.67; 'schrieb': 0.84
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Christian Heimes <lists@cheimes.de>
Subject Re: module problem on windows 64bit
Date Tue, 28 Jun 2011 10:30:01 +0200
References <BANLkTi=2hLNY05HiQ5MU=_J8cS9OhwN42g@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host f048232201.adsl.alicedsl.de
User-Agent Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Lightning/1.0b2.102ipre2 Thunderbird/3.1.10
In-Reply-To <BANLkTi=2hLNY05HiQ5MU=_J8cS9OhwN42g@mail.gmail.com>
X-Enigmail-Version 1.1.2
OpenPGP id=AD16AB1B; url=http://cheimes.de/heimes.asc
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.474.1309249819.1164.python-list@python.org> (permalink)
Lines 12
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1309249820 news6.xs4all.nl 4371 [2001:888:2000:d::a6]:40297
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:8529

Show key headers only | 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