Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > kinterbasdb error connection

Reply
Thread Tools

kinterbasdb error connection

 
 
Ale Ghelfi
Guest
Posts: n/a
 
      12-07-2010
(i'm under Ubuntu 10.10 amd64 and python 2.6 and kinterbasdb 3.2 )
I try to connect my database of firebird 2.5 by kinterbasdb.
But python return this error :

>>> c =

kinterbasdb.connect(dsn="/media/VINACCIA.FDB",user="user",password="password",char set="UTF-8")
Traceback (most recent call last):
File "<pyshell#22>", line 1, in <module>
c =
kinterbasdb.connect(dsn="/media/VINACCIA.FDB",user="user",password="password",char set="UTF-8")
File "/usr/lib/pymodules/python2.6/kinterbasdb/__init__.py", line
435, in connect
return Connection(*args, **keywords_args)
File "/usr/lib/pymodules/python2.6/kinterbasdb/__init__.py", line
612, in __init__
b.dsn, b.dpb, b.dialect, timeout
OperationalError: (-902, 'isc_attach_database: \n I/O error during
"open" operation for file "/media/VINACCIA.FDB"\n Error while trying to
open file\n Permission denied')

By terminal of Ubuntu this is the permission of database:
$ls -l /media/VINACCIA.FDB
-rw-r--r-- 1 grappale grappale 1720320 2010-12-06 17:33 /media/VINACCIA.FDB

Where am i wrong? Please. Thank you!
 
Reply With Quote
 
 
 
 
Uwe Grauer
Guest
Posts: n/a
 
      12-09-2010
On 12/07/2010 04:35 PM, Ale Ghelfi wrote:
> (i'm under Ubuntu 10.10 amd64 and python 2.6 and kinterbasdb 3.2 )
> I try to connect my database of firebird 2.5 by kinterbasdb.
> But python return this error :



You are not using the current kinterbasdb version.
See:
http://firebirdsql.org/index.php?op=devel&sub=python

Uwe

 
Reply With Quote
 
 
 
 
Ale Ghelfi
Guest
Posts: n/a
 
      12-31-2010
On 09/12/2010 15:17, Uwe Grauer wrote:
> On 12/07/2010 04:35 PM, Ale Ghelfi wrote:
>> (i'm under Ubuntu 10.10 amd64 and python 2.6 and kinterbasdb 3.2 )
>> I try to connect my database of firebird 2.5 by kinterbasdb.
>> But python return this error :

>
>
> You are not using the current kinterbasdb version.
> See:
> http://firebirdsql.org/index.php?op=devel&sub=python
>
> Uwe
>

kinterbasdb 3.2.3 is the Really current version for Ubuntu 10.10 AMD64.
Kinterbasdb 3.3.0 exists only for ubuntu 10.10 i386
I've check in the repository.


 
Reply With Quote
 
Uwe Grauer
Guest
Posts: n/a
 
      01-01-2011
On 12/31/2010 04:41 PM, Ale Ghelfi wrote:
> On 09/12/2010 15:17, Uwe Grauer wrote:
>> On 12/07/2010 04:35 PM, Ale Ghelfi wrote:
>>> (i'm under Ubuntu 10.10 amd64 and python 2.6 and kinterbasdb 3.2 )
>>> I try to connect my database of firebird 2.5 by kinterbasdb.
>>> But python return this error :

>>
>>
>> You are not using the current kinterbasdb version.
>> See:
>> http://firebirdsql.org/index.php?op=devel&sub=python
>>
>> Uwe
>>

> kinterbasdb 3.2.3 is the Really current version for Ubuntu 10.10 AMD64.
> Kinterbasdb 3.3.0 exists only for ubuntu 10.10 i386
> I've check in the repository.
>
>


AFAIK 3.2.3 doesn't work for FB 2.5.
If you don't get 3.3.0 from the ubuntu repositories you could
do a manual install for 3.3.0

Uwe
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Py2Exe + kinterbasdb durumdara@mailpont.hu Python 0 10-03-2005 02:28 PM
Connecting to Firebird database using Kinterbasdb+Python Maurice LING Python 5 07-05-2005 06:39 AM
Re[2]: KinterBasDB problems in Linux fowlertrainer@anonym.hu Python 0 03-01-2004 03:40 PM
KinterBasDB problems in Linux fowlertrainer@anonym.hu Python 2 03-01-2004 12:25 PM
Help with Kinterbasdb SQL Error -206 Column unknown R Baumann Python 3 11-17-2003 03:16 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57