stat157 / questionnaire

Stat 157 Questionnaire Data Wrangling
1 stars 23 forks source link

Trouble getting curator's code to work. #54

Open alexchaomander opened 10 years ago

alexchaomander commented 10 years ago

I'm trying to run my partner's code for the data curation, but I'm running into an issue saying that my id doesn't work.

screenshot from 2013-10-07 13 16 36

I followed the steps to set the stat157 config file, so I'm not sure what the issue is.

kqdtran commented 10 years ago

I would check:

aculich commented 10 years ago

Make sure you've gone through ALL the Preliminary Setup Steps

If you made a mistake or did not follow the instructions exactly then that is likely why it is not working.

It looks like you may not have installed the gspread module which you need to do with sudo pip install gspread.

Also make sure you can run cat ~/stat157.cfg. If that exact command reports an error then it will cause problems with everything else later on... for example, if you decide to cp the config file to some location other than exactly what was written in the instructions!