Hello.

On Fri, Feb 19, 2010 at 03:00:18PM +0000, Alan Harris-Reid wrote:
> Can anyone tell me if a Python 3 version of SQLObject is available yet?  
> If not, does anyone know of any plans to port it?

   It seems I'm the only active developer left though there are many users;
among them there are people who send bug reports and even patches.
   I haven't started to move to Py3k myself. The biggest problem is that I
don't see DB AP drivers for Py3k (SQLObject uses DB API drivers to connect
to backends and to pass SQL queries). I think sqlite3 driver is ok, but
where can I download psycopg or MySQLdb for Python3 (these are the three
major supported backend)? Are current versions of these drivers support
Python3 out of the box? with some patches?
   If there were Python3-compatible drivers (sqlite3, at least) you can
test if SQLObject works with Py3k and report problems or even better send
patches. If the patches are compatible with Python 2 I can just include
them in the code. If they are not I will create a separate branch for
Python3 (and install Python3 myself to run tests).

Oleg.
-- 
     Oleg Broytman            http://phd.pp.ru/            p...@phd.pp.ru
           Programmers don't die, they just GOSUB without RETURN.

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
sqlobject-discuss mailing list
sqlobject-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlobject-discuss

Reply via email to