|
From: Oleg B. <ph...@ph...> - 2007-08-02 21:21:02
|
On Thu, Aug 02, 2007 at 04:08:39PM -0500, Ian Bicking wrote:
> Pablo Fernandez Mantecon wrote:
> Exist any version of SQLObject to work in windows?
>
> It should work fine, but I haven't tried it. Maybe someone on the
> discussion list can offer more practical experience.
I use SQLObject in commercial programs with Postgres and SQLite;
I develop them in Linux and debug in w32; w32 distribution is built using
py2exe and InnoSetup. SQLObject works fine on w32, the only thing you need
is a DB API driver, so search the net for MySQLdb.pyd or such.
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|