Closed alex-dot closed 10 years ago
Ah, the syncstorage codebase has some special handling for this issue but it didn't make it into the syncserver repo. I've copied it across in https://github.com/mozilla-services/syncserver/commit/4b7cab5bd56a6dc5a1ada267cabe33e848682149, please try again.
(The right thing to do here is to factor this out into our shared utility library, but this quick fix should work in the meantime)
Yes, that worked smoothly. BTW, I had to manually install mysql-python through pip to make my setup work with MySQL. I don't think this is intended, is it?
Checking my other problem tomorrow.
Thanks!
BTW, I had to manually install mysql-python through pip to make my setup work with MySQL.
You should get PyMySQL by default, which you can use by specifying the sqluri like "pymysql://user:pass@host/db"
.
While reinstalling for my other issue (just making sure - my stomach tells me I ran into some module installation problems) I get the following error when running
make test
aftermake build
. Seems to me that some resources in/usr/lib/python2.7/
are used which I guess is not desired.thanks, a.