Carl Karsten wrote:
> Ed Leafe wrote:
>> On Jan 15, 2007, at 12:58 PM, Carl Karsten wrote:
>>
>>> [EMAIL PROTECTED]:~$ sudo apt-get install python-kinterbasdb
>>> python-kinterbasdb is already the newest version.
>>>
>>>>>> import kinterbasdb
>>>>>> kinterbasdb.initialized
>>> Traceback (most recent call last):
>>>    File "<stdin>", line 1, in ?
>>> AttributeError: 'module' object has no attribute 'initialized'
>>>
>>> So what's the trick?
>> C:\projects\ide>python
>> Python 2.4.4 (#71, Oct 18 2006, 08:34:43) [MSC v.1310 32 bit (Intel)]  
>> on win32
>> Type "help", "copyright", "credits" or "license" for more information.
>>  >>> import kinterbasdb
>>  >>> kinterbasdb.initialized
>> False
>>  >>> kinterbasdb.__version__
>> (3, 2, 0, 'final', 0)
>>  >>>
>>
>>      Looks like Ubuntu has an old version of kinterbasdb.
> 
> import kinterbasdb
> kinterbasdb.__version__
> (3, 1, 2, 'final', 0)
> 
> wow - I think 3.2 was released in 2005.
> 
> I'll update.

 >>> import kinterbasdb
 >>> kinterbasdb.initialized
False
 >>> kinterbasdb.__version__
(3, 2, 0, 'final', 0)

good.  I have a script that makes a .deb if anyone is interested.  (but I 
recommend bugging your distro.  I didn;t want to wait.)

Carl K

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to