I agree.  I'd check in a fix but it seems the password reset process b0rked
something?  Can anyone else commit to trunk right now? --philip

On 5/10/07, Far McKon <[EMAIL PROTECTED]> wrote:

Thx. I added a note to the getting started. I'm going to revamp that
page a bit based on my own experience, and maybe generate a separate
'setup' page to cover getting those requirements right.

I talked a friend who does a lot of web development into trying
sycamore for a project (wiki.independentshall.org), but he got stuck
by Xapian/ Memcache at the buildDB step, and abandoned ship for a wiki
software he had used before.

IMHO, we should make those default to OFF, or catch the thrown error
and hand out a clear error message.

-Far


On 5/10/07, Rottenchester <[EMAIL PROTECTED]> wrote:
> You have two choices:  Download the source of the current mysqldb and
> install it manually, or upgrade to 6.10 (or 7.04) and use
> python-mysqldb  from the ubuntu distribution (i.e., install it using
> apt-get).
>
> As for how to upgrade, see this:
>
> https://help.ubuntu.com/community/EdgyUpgrades
>
> The command is apt-get dist-upgrade but it's not quite that simple.
> If you're running it on a workstation with a GUI, there's a simple GUI
> that will do it for you.
>
> On 5/10/07, Far McKon <[EMAIL PROTECTED]> wrote:
> > [EMAIL PROTECTED] I'm using Ubuntu 6.06.
> >
> > Let me make sure I understand here.  I need to apt-get remove  my
> > current mysqldb, and then (somehow) apt-get a version that isn't the
> > standard repo version?  Can I just update/change my sources file, or
> > can/should I manually specify a location for that one package?
> >
> > Also, if I just do "apt-get upgrade" will that upgrade my Ubuntu
> > install from 6.06 to 6.1 ?
> >
> > in noobness,
> > - Far
> >
> > On 5/9/07, Adam Dewitz <[EMAIL PROTECTED]> wrote:
> > > Make sure that the mysqldb version is correct. The package you are
> > > grabbing might not be the version required (1.2.1_p2). If you're
> > > using Ubuntu 6.06, the package in the repo is too old. The package
in
> > > Ubuntu 6.1 is the required release.
> > >
> > > AD
> > >
> > >
> > > On May 9, 2007, at 9:39 PM, Rottenchester wrote:
> > >
> > > It's crapping out on a connection to the db.  You might want to see
if
> > > you can connect to the mysql db using the userid and password you've
> > > put in sycamore_config.py.
> > >
> > > mysql -u <db_user> -p  <db_name>
> > > password: <db_user_password>
> > >
> > > What version of ubuntu are you using?
> > >
> > > On 5/9/07, Far McKon <[EMAIL PROTECTED]> wrote:
> > > > I removed "python2.4-mysqldb" and installed "python-mysqldb" to
test.
> > > > I get the same error in from of them. I double checked the config
> > > > file, and I found nothing obvious.  Anyone?
> > > >
> > > > -Far
> > > > _______________________________________________
> > > > Sycamore-Dev mailing list
> > > > [EMAIL PROTECTED]
> > > > http://www.projectsycamore.org/
> > > > https://tools.cernio.com/mailman/listinfo/sycamore-dev
> > > >
> > > _______________________________________________
> > > Sycamore-Dev mailing list
> > > [EMAIL PROTECTED]
> > > http://www.projectsycamore.org/
> > > https://tools.cernio.com/mailman/listinfo/sycamore-dev
> > >
> > > _______________________________________________
> > > Sycamore-Dev mailing list
> > > [EMAIL PROTECTED]
> > > http://www.projectsycamore.org/
> > > https://tools.cernio.com/mailman/listinfo/sycamore-dev
> > >
> > _______________________________________________
> > Sycamore-Dev mailing list
> > [EMAIL PROTECTED]
> > http://www.projectsycamore.org/
> > https://tools.cernio.com/mailman/listinfo/sycamore-dev
> >
> _______________________________________________
> Sycamore-Dev mailing list
> [EMAIL PROTECTED]
> http://www.projectsycamore.org/
> https://tools.cernio.com/mailman/listinfo/sycamore-dev
>
_______________________________________________
Sycamore-Dev mailing list
[EMAIL PROTECTED]
http://www.projectsycamore.org/
https://tools.cernio.com/mailman/listinfo/sycamore-dev

_______________________________________________
Sycamore-Dev mailing list
[EMAIL PROTECTED]
http://www.projectsycamore.org/
https://tools.cernio.com/mailman/listinfo/sycamore-dev

Reply via email to