I wouldn't think that pysqlite being installed on the master is an issue:
the tests would be run on the slave and in the slave environment.

I think that Skip's sqlite issue is more likely one of:

  a) using the included pysqlite in Python 2.5+ and issues with that
                             or
  b) conflict with the sqlite library that ships with OSX

and out of those, I would bet (b). The sqlite that ships for Coredata with
OSX Tiger is old, and I think that SA doesn't like it. I had the same issue
with an older version of FC Linux that came with a dependency on sqlite that
I couldn't break. Fixed things by use ./configure with --prefix to re locate
the binary.

and yeah, I don't think that the masters on pybots will help, we will need
our own.

On 5/1/07, Michael Bayer <[EMAIL PROTECTED]> wrote:
>
>
>
> On May 1, 2007, at 2:49 PM, [EMAIL PROTECTED] wrote:
>
> >
> > I've got an SQLalchemy build slave running on my Mac at hom, but
> > I've never
> > been able to get a workable combination of auxiliary database
> > packages.  I
> > eventually got it mostly working with PostgreSQL but there is still
> > some
> > fishy sqlite dependency that I can't resolve.  If someone would
> > like to help
> > me figure things out I'd be most appreciative.
> >
> > Skip Montanaro
> >
>
> but that issue is beacuse your buildbot is triggered off the Python
> trunk/build, which has an incompatible sqlite3 distro inside of it,
> or something like that, right ?
>
> i may not understand this about buildbots, but dont the buildbots on
> pybots.org only respond to Python checkins, as opposed to checkins on
> the individual projects ?  or both ?  is there any reason one would
> want to use his/her own buildmaster separate from the one on
> pybots.org ?
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to