Subject | Re: [firebird-python] FDB and Python 3 |
---|---|
Author | Philippe Makowski |
Post date | 2012-01-30T17:58:13Z |
Philippe Makowski [2012-01-11 14:09] :
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 ;)
>I didn't had a lot of time to work on
> I'm about to make FDB working with Python 3
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 ;)