Re: module problem on windows 64bit

2011-07-07 Thread miamia
On Jul 5, 5:05 pm, Thomas Jollans wrote: > On 06/27/2011 06:59 PM, miamia wrote: > > > 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\__i

Re: module problem on windows 64bit

2011-07-05 Thread Thomas Jollans
On 06/27/2011 06:59 PM, miamia wrote: > 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 > File "kinterbasdb\_kinterba

Re: module problem on windows 64bit

2011-06-28 Thread Christian Heimes
Am 28.06.2011 14:59, schrieb Peter Irbizon: > yes, that's right. but I am using embedable version of fbclient.dll so I > don't need to install Firebird Sql Server package. all dlls are in my > program folder even so it does not work. fbclient.dll may depend on more DLLs. Dependency walker is a gre

Re: module problem on windows 64bit

2011-06-28 Thread Peter Irbizon
> 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 > th

Re: module problem on windows 64bit

2011-06-28 Thread Christian Heimes
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

Re: module problem on windows 64bit

2011-06-27 Thread Peter Irbizon
>> 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. >>

Re: module problem on windows 64bit

2011-06-27 Thread Christian Heimes
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 > File "kinterbasdb\_kinte

Re: Module problem

2007-02-06 Thread Boris Ozegovic
Matimus wrote: > Do you have more than one version of Python installed? Is > win32clipboard installed for both versions? It could be that the Yup, that was the problem. Thanx! -- "A mi smo stranci u vlastitoj zemlji zbog ljudskog sljama, lipa nasa silovana" -- http://mail.python.org/mailman/l

Re: Module problem

2007-02-06 Thread Matimus
On Feb 6, 9:29 am, Boris Ozegovic <[EMAIL PROTECTED]> wrote: > Hi > > I am writing some simple script, and when I start my script from command > line (python Imenik.py), everything works perfectly. If I double clik the > same script in my desktop I get the following error: > > "No module name impo