wtorrealba / mongodb-cluster-backup

Script for backing up mongodb clusters
18 stars 9 forks source link

Invalid Syntax? #2

Open yong2khoo opened 11 years ago

yong2khoo commented 11 years ago

I came across this error when running the python script

invalid syntax

Any idea?

wtorrealba commented 11 years ago

it is weird, i just tried and it worked fine, do you have fabric installed??

screen shot 2013-10-07 at 6 03 46 pm

yong2khoo commented 11 years ago

hi wtorrealba, you are right. I get stuck while enabling python2.5.x (which is required for fabric) in an originally python2.4.3 environment. Could you add some notes in the readme file? Though i have downloaded (configure,make,make altinstall) the python2.5.x, when using pip install fabric, it keeps using the default python2.4.3, and causes 'invalid syntax' again. Could you give some hints on this? (* upgrading python might break the yum package, so it would be great if you can show some workaround)

Thanks in advanced.

yong2khoo commented 11 years ago

Hi wtorrealba,

Seems that this is not working on Windows. Encounter the error: "pickle.picklingerror: cant pickle. it's not found as fabric.tasks.inner"

eoferror