Closed pfitzmsn closed 11 years ago
The issue comes from Python 2.6 and not OSX, I will ditch DumpTruck (the only requirement not Python 2.6 compatible) in favor of peewee.
The update should be available soon, I keep you updated !
awesome. thanks. i didnt see the docs on how to set up a central server based on mysql... but i did not look very hard either. would this need to be done through the API?
-pf
ps - sorry i am more of sys admin than dev so thanks for answering my questions.
On Sun, Mar 10, 2013 at 5:26 AM, Thomas Sileo notifications@github.comwrote:
The issue comes from Python 2.6 and not OSX, I will ditch DumpTruck (the only requirement not Python 2.6 compatible) in favor of peeweehttp://peewee.readthedocs.org/en/latest/index.html .
The update should be available soon, I keep you updated !
— Reply to this email directly or view it on GitHubhttps://github.com/tsileo/bakthat/issues/13#issuecomment-14678668 .
I released bakthat 0.4.3 and now it should be Python2.6 compatible, keep me updated.
About the sync server, I haven't pushed yet my default implementation (next week I hope), but it will require MongoDB, not MySQL.
Let me know if you have any questions/feebacks.
looks it is still trying to use dumptruck?
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/bakthat-0.4.3-py2.6.egg/bakthat/models.py",
line 207, in switch_from_dt_to_peewee
import dumptruck
File
"/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/dumptruck-0.1.4-py2.6.egg/dumptruck/init.py",
line 25, in
On Sun, Mar 10, 2013 at 6:31 PM, Thomas Sileo notifications@github.comwrote:
I released bakthat 0.4.3 and now it should be Python2.6 compatible, keep me updated.
About the sync server, I haven't pushed yet my default implementation (next week I hope), but it will require MongoDB, not MySQL.
Let me know if you have any questions/feebacks.
— Reply to this email directly or view it on GitHubhttps://github.com/tsileo/bakthat/issues/13#issuecomment-14690925 .
You're right, my bad... I think I fixed it, can you try to update to 0.4.4 ?
Thanks !
boom... you got it. thank you. let me know when the centralized central comes out!!
-pf
On Sun, Mar 10, 2013 at 7:02 PM, Thomas Sileo notifications@github.comwrote:
You're right, my bad... I think I fixed it, can you try to update to 0.4.4 ?
Thanks !
— Reply to this email directly or view it on GitHubhttps://github.com/tsileo/bakthat/issues/13#issuecomment-14691478 .
Hi,
here is a basic synchronization server I use it for a month with 4 clients, it seems to works well, let me know if you need help getting it running of if you encounter any issue : https://github.com/tsileo/bakthat-syncserver
Keep me updated !
running python 2.6.8 on 10.7.5... installs fine but get an error when trying to run configure.
File "/opt/local/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/site-packages/dumptruck-0.1.4-py2.6.egg/dumptruck/dumptruck.py", line 126 column_names_expected = {'key', 'type', 'value'}