Subject Re: [firebird-python] FDB and Python 3
Author Philippe Makowski
Philippe Makowski [2012-01-11 14:09] :
>
> I'm about to make FDB working with Python 3
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 managing the changes about strings, and it is a nightmare

every time I think a change is ok, the code fail somewhere else :(

for example I have a major problem with
_Q(self, code, resultType, timeout = -1):
in services.py

seems that one of the while never end
hope I will found, but really, at least for me, it is a lot of work

so don't expect having FDB for Python 3 soon, unless someone else jump
to help ;)