... Some of the arguments are presented here (yes even php is switching to git from an cvs->svn transition (they have lost a lot of time with svn migration and...
455
mariuz
jimi_compot
Dec 22, 2011 10:23 am
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...
456
werner
wbruhin
Dec 22, 2011 10:56 am
Hi Mario, ... I have switched over from CVS to SVN years ago and earlier this year I switched to hg (only reason is that the project I needed to work on was on...
457
Pavel Cisar
pcisar2000
Dec 22, 2011 12:20 pm
... Certainly. FDB uses Firebird client library, so it needs to be installed. However, it doesn't need headers, just fbclient.so/.dll to be present. ... For...
458
Mario Lacunza
mario_lacunza
Dec 23, 2011 5:01 am
Mariuz and Werner, thanks for your responses!! I'll check your links. Merry Christmas to all! Saludos / Best regards Mario Lacunza Email:: mlacunza@... ...
459
Philippe Makowski
tempo93fr
Jan 11, 2012 1:09 pm
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: ...
460
Pavel Cisar
pcisar2000
Jan 11, 2012 2:01 pm
Hi, ... Ideally, the FDB code should be compatible to both Python lines. We simply don't know yet whether we can achieve this, and how much Python version...
461
philippe makowski
tempo93fr
Jan 11, 2012 3:50 pm
... ok I 'll work there https://github.com/pmakowski/fdb on it after a diff will give us the changes...
462
Philippe Makowski
tempo93fr
Jan 12, 2012 1:46 pm
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 =...
463
Philippe Makowski
tempo93fr
Jan 12, 2012 3:19 pm
hum, this part of code is really important, and I am lost (but that's not really a surprise for me) if I do : def ...
464
Philippe Makowski
tempo93fr
Jan 12, 2012 5:20 pm
... seems that I found what we need http://pypi.python.org/pypi/six hope that's help...
465
Pavel Cisar
pcisar2000
Jan 12, 2012 5:22 pm
... Yes, see: http://docs.python.org/release/3.0.1/whatsnew/3.0.html#text-vs-data-instead-of-unicode-vs-8-bit Conversion from <str> to <bytes> object should...
466
Pavel Cisar
pcisar2000
Jan 12, 2012 5:47 pm
... Which type is 'dpb' (the sixth parameter passed to isc_attach_database) ? It's bytes or str? In ctypes description, this parameter is of type STRING, which...
467
Philippe Makowski
tempo93fr
Jan 18, 2012 7:42 am
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...
468
Philippe Makowski
tempo93fr
Jan 18, 2012 8:37 am
... thanks For the fedora package, I will just add a patch about releasing kinterbasdb-3.3.1 , I let Pavel decide, but with the new Python driver coming, I'm...
469
mariuz
jimi_compot
Jan 19, 2012 9:44 pm
... Maybe just a small release 3.3.0.1 would be good to have , this is still the stable driver :) until the fdb will replace it on my ubuntu it 3.3.0 compiles...
470
mariuz
jimi_compot
Jan 19, 2012 10:38 pm
http://www.firebirdnews.org/?p=6726 Also there is a south branch with firebird support http://www.firebirdnews.org/?p=6722...
471
Pavel Cisar
pcisar2000
Jan 20, 2012 8:11 am
... This is a minor issue: affects only certain Linux distributions, requires use of svn instead distribution tarball, having updated source tarball is just a...
472
Maximiliano Robaina
maxi_robaina
Jan 24, 2012 1:42 pm
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...
473
mariuz
jimi_compot
Jan 25, 2012 1:18 pm
... I don't know where it searches for dll but you can try to put fbclient.dll in %Python%Lib92;site-packages\kinterbasdb Also it would be good to post the full...
474
mariuz
jimi_compot
Jan 25, 2012 2:39 pm
If you edit sphinx documentation , it can be previewed with this python webkit/qt based app ...
475
Maximiliano Robaina
maxi_robaina
Jan 27, 2012 8:08 pm
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 ...
476
Philippe Makowski
tempo93fr
Jan 30, 2012 5:58 pm
... I didn't had a lot of time to work on but in fact, there are some "cosmetics" change to do (import, ord, ..) these are easy to do All the work is in...
477
Pavel Cisar
pcisar2000
Jan 31, 2012 9:39 am
... I will, eventually :) Actually, I already reviewed the changes made by 2to3 and spot some problematic places where the conversion spoiled the ...
478
Pavel Cisar
pcisar2000
Jan 31, 2012 7:46 pm
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...
479
Philippe Makowski
tempo93fr
Feb 1, 2012 7:14 am
... good news ... yes I saw that, running 2to3 was not a good solution, at least not enough ... so will restart the port to Python 3 from FDB 0.7.1 ... good,...
480
nimbiotics
Feb 3, 2012 7:12 am
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...
481
Hajime Nakagami
nakagami@...
Feb 3, 2012 11:21 am
Sorry It's no support event alerter....
482
nimbiotics
Feb 3, 2012 6:02 pm
THX!...
483
Lester Caine
lester@...
Feb 27, 2012 1:32 am
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...