Hi Everyone, New guy here - longtime Firebird user/dev, but new to using Firebird with Python. I have a couple of questions. First, it appears from my reading...
In order to get up and runing with web2py on my Mac, I'm trying to install kinterbasdb 3.3 (from source) on Mac OS X Lion (10.7.4) with Firebird 2.5.1 and...
please correct me if i'm wrong on the answer i have gave http://www.reddit.com/r/Python/comments/udwjz/fdb_080_firebird_python_driver_release_is_out/...
FDB release 0.8.0 is out: http://pypi.python.org/pypi/fdb/0.8.0 Highlights for this release: - Support for Firebird Event Notifications (see KInterbasDB ...
Hello, I want to know whats the differences between KI and FDB ?? for what is better each one?? which one is better to use in new projects? The dev of KI was...
Hello everyone. I'm currently working on an application that would heavily depend on event handling but neither fdb nor firebirdsql handle events. Do I have...
Unfortunately I am very new at Python programming. I have been trying to install fdb 0.7.2 and keep getting the same error. I have used the usual 'python...
Hi, I'm trying to install kinterbasdb on Ubuntu Server 12.04 64 bits (python 2.7.3) but I get this error: building 'kinterbasdb._kiservices39; extension gcc...
Following code works fine with kinterbasdb but fails with fdb : File "jsonify-firebird.py", line 22, in <module> cols = [x[0] for x in cur.description] ...
Hello guys, I have table with USER VARCHAR(100) CHARACTER SET WIN1250, NOTE BLOB SUB_TYPE 1 CHARACTER SET WIN1250, But when I pick up data from this table with...
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 ...
Hi all, Thanks to Philippe Makowski who joined the FDB dev. team we can announce the release of v0.7.2 with full support for Python 3! Beside that you can also...
Hi all, I finished the port of FDB to Python 3 and to merge it with upstream P2K code all tests seems ok but certainly need some clean up and I "broke" P2K...
Hi, I'm working on firebird support for django. I was reading on previous post what kinterbasdb is/will be considerate as deprecated. Then, the question is,...
Hi all, As promised, FDB initial release (0.7.0) is out: http://pypi.python.org/pypi/fdb/0.7.0 It's almost feature-complete (ready for 95% of users), but it...
I'm getting out of my depth here, although I can probably work things out given time, something that as always is lacking :( I've converted piwik to work with...
Hi all, I just committed new files in https://github.com/pmakowski/fdb I have services working for Python 3 this version don't work for Python 2, and it is...
Hello everyone. I'm using python 2.7.2 with firebirdsql 0.6.5 to manipulate a firebird database. So far, so good. But at this point I need to process database...
Hi, I'm about to make FDB working with Python 3 I see 3 solutions for that : - Like SQLAlchemy rely on a 2to3 script - Add some if PYTHON_MAJOR_VER==3: ...
Hi all, FDB release 0.7.1 is out: http://pypi.python.org/pypi/fdb/0.7.1 This is mostly bugfix release. The main notable difference is that now FDB works on...
Hi, I detect a problem in django-firebird implementation. Actually the problem is with kinterbasedb. When a cursor.execute has some param which is type of ...
Hi, I'm try to run a django application on Windows 2003 server, Apache 2.2 (wsgi module enabled), Python 2.7 I use django-firebird backend which use...
Hi, Fedora is moving to gcc 4.7 and kinterbasdb build fail see log here : http://koji.fedoraproject.org/koji/getfile?taskID=3702761&name=build.log any one...
Hi, I need your help this piece of code have no problem under Python2 #coding:utf-8 # import struct def addString(codeAsByte, s): sLen = len(s) format =...
sudo apt-get install python-pip sudo easy_install pwcfb error seems that firebird-2.5-dev headers are needed , so it needs the fbclient installed and the...