Thanks, Jonathan, that confirms what I'm seeing as well.  I do have a
shell account on a mac now so within the next week I should be testing
my code on it to see if it works OK.

There is something called Darwin ports that seems to be a package
manager of sorts for OS X.  There is a "ports" package for psycopg2 as
well as SA 2.3, so that may be the way to go, I'll just have to keep
in mind the python 2.3 vs. 2.4 issue.

Brian

On 7/28/06, Jonathan Ellis <[EMAIL PROTECTED]> wrote:
> On 7/25/06, Brian Jarrett <[EMAIL PROTECTED]> wrote:
>
> > Does SQLAlchemy run on OS X, in particular?  If so, does it require
> > more than the default python (IIRC v2.3) that's already installed?
>
>
> Nope, SA works fine with python 2.3.
>
> > I suppose some of this may have to do with whether or not things like
> > psycopg2 are available for the OS X platform as well.
>
>
> Yes, you do have to supply your own db driver.
>
> Google says psycopg2 will run on OS X, although the only binaries I saw were
> for python 2.4.  So you might have to upgrade after all unless you want to
> build psycopg2 yourself.
>
> --
> Jonathan Ellis
> http://spyced.blogspot.com

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Sqlalchemy-users mailing list
Sqlalchemy-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sqlalchemy-users

Reply via email to