[firebird-python] Python with Pyodc - Segmentation Fault

2018-11-14 Thread 'Erhard Eiselen' [email protected] [firebird-python]
Hi   I recently commissioned a new Ubuntu server (18.04 LTS 64bit).   Using Python 2.7.15rc1 and Pyodbc 4.0.24 for my applications.   Downloaded OdbcFb-LIB-2.0.5.156.amd64.gz and copied libOdbcFb.so  to /usr/lib/x86_64-linux-gnu/odbc   My odbcinst.ini setup is as follows: [FireBird] Description

Re: [firebird-python] Python 3.4 and FDB - backup

2014-09-08 Thread Werner [email protected] [firebird-python]
Hi Pavel, FYI, I created on issue http://tracker.firebirdsql.org/browse/PYFB-42 for this on the Tracker. Werner On 7/15/2014 13:45, Werner [email protected] [firebird-python] wrote: [Attachment(s) <#TopText> from Werner included below] Hi Pavel, I gave it a go on with moving the ibase.b cal

Re: [firebird-python] Python 3.4 and FDB - backup [1 Attachment]

2014-07-15 Thread Werner [email protected] [firebird-python]
Hi Pavel, I gave it a go on with moving the ibase.b call to add_database_name and it works for me on Py3.4, but currently don't have a Py2.7 install with fdb. I also noted that there are some more calls to ibase.b(database) which should probably be removed but they are not called in the way I u

Re: [firebird-python] Python 3.4 and FDB - backup

2014-07-15 Thread Werner [email protected] [firebird-python]
Hi Pavel, On 7/9/2014 13:24, Pavel Cisar [email protected] [firebird-python] wrote: Hi, That's unfortunate problem. The API requires byte streams, while os.path.exists requires unicode. The obvious solution is to encode/decode at either place, but the key problem is which encoding we should

Re: [firebird-python] Python 3.4 and FDB - backup

2014-07-09 Thread Werner [email protected] [firebird-python]
Hi Pavel, On 7/9/2014 13:24, Pavel Cisar [email protected] [firebird-python] wrote: Hi, That's unfortunate problem. The API requires byte streams, while os.path.exists requires unicode. The obvious solution is to encode/decode at either place, but the key problem is which encoding we should

Re: [firebird-python] Python 3.4 and FDB - backup

2014-07-09 Thread Pavel Cisar [email protected] [firebird-python]
Hi, That's unfortunate problem. The API requires byte streams, while os.path.exists requires unicode. The obvious solution is to encode/decode at either place, but the key problem is which encoding we should use? Any ideas? best regards Pavel Cisar IBPhoenix Dne 9.7.2014 11:31, Werner werner.

[firebird-python] Python 3.4 and FDB - backup

2014-07-09 Thread Werner [email protected] [firebird-python]
Hi, I am starting to test the move to Python 3 of my stuff and at the same time switch to fdb. I am running into this when doing a backup. File "D:\devMine\license-new\twcblicsrc\views\license.py", line 171, in app = ab.BaseApp(redirect=False) File "c:\Python34\Lib\site-packages\wx\core.py

Re: [firebird-python] Python FDB 1.4 not returning the first record

2013-08-26 Thread Pavel Cisar
Hi, I can't explain, because I can't even reproduce it (however I haven't W8. just W7). You wrote that when you create table via FDB, everything works just fine. So the problem is most likely related to the "other" data. best regards Pavel Cisar IBPhoenix Dne 16.8.2013 15:18, Dan Statham naps

[firebird-python] Python FDB 1.4 not returning the first record

2013-08-23 Thread Dan Statham
Good Morning! I have just started using Python and have discovered FDB. Super-duper! Now I can create a web interface for one of my applications. I am using the FDB 1.4 documentation to learn how to use FDB. A 'select * from table' returns all but the first record. A 'select * from table where

Re: [firebird-python] python kinterbasdb - check default charset of db or table

2012-04-18 Thread Peter Irbizon
Hi Pavel, thank you very much! It works like a charm. That is exactly what I was looking for. 2012/4/18 Pavel Cisar > ** > > > Hi, > > Dne 18.4.2012 14:18, Peter Irbizon napsal(a): > > > > > > > Hello, > > I am using python 2.7 and kinterbasdb. How could I find out default > > charset used by da

Re: [firebird-python] python kinterbasdb - check default charset of db or table

2012-04-18 Thread Pavel Cisar
Hi, Dne 18.4.2012 14:18, Peter Irbizon napsal(a): > > > Hello, > I am using python 2.7 and kinterbasdb. How could I find out default > charset used by database? I would like to check it and then according to > used charset decode returned strings. thank you To get default character set for a data

[firebird-python] python kinterbasdb - check default charset of db or table

2012-04-18 Thread Peter Irbizon
Hello, I am using python 2.7 and kinterbasdb. How could I find out default charset used by database? I would like to check it and then according to used charset decode returned strings. thank you

[firebird-python] Python Firebird driver PyFirebirdSQL 0.6.5 is released with new documentation

2011-12-18 Thread mariuz
http://www.firebirdnews.org/?p=6567

[firebird-python] python firebird driver pyfirebirdsql 0.6.2 is released with small fixes

2011-11-10 Thread mariuz
http://www.reddit.com/r/Python/comments/m0dn5/python_firebird_driver_pyfirebirdsql_062_is/

Re: [firebird-python] Python

2011-09-14 Thread werner
On 09/14/2011 08:01 PM, Mario Lacunza wrote: Hello, I dont use Firebird + Python since a lot of time for the problems with the connector Kinterbasdb, I just can see in the FB page the very funny status of that project: http://www.firebirdsql.org/en/python-devel-status/ I can found this one too

Re: [firebird-python] Python

2011-09-14 Thread Mario Lacunza
Hello Philippe, thanks for your answers! Well my last work using kinterbasdb was 3 years ago... :) For the new project: my mistake, I mean start a new software project with FB support in the DB layer,its an accountant and management program, not another driver :) for that I need to know if the

Re: [firebird-python] Python

2011-09-14 Thread Philippe Makowski
Hello, Mario Lacunza [2011-09-14 20:01] : > Hello, > I dont use Firebird + Python since a lot of time for the problems with > the connector Kinterbasdb, I just can see in the FB page the very funny > status of that project: > problems with kinterbasdb ? > http://www.firebirdsql.org/en/python-

[firebird-python] Python

2011-09-14 Thread Mario Lacunza
Hello, I dont use Firebird + Python since a lot of time for the problems with the connector Kinterbasdb, I just can see in the FB page the very funny status of that project: http://www.firebirdsql.org/en/python-devel-status/ I can found this one too: http://www.firebirdsql.org/en/python-driver/