I want to upload some existing users from another site to my current OSQA site. I have an Excel file with the users I want to upload, their usernames and their emails.
I've found this http://meta.osqa.net/questions/10600/how-do-i-bulk-upload-users-and-questionsanswers-data-into-osqa and this http:// meta.osqa.net/questions/4080/how-can-i-import-data-from-another-question-and-answer-script
But both do not work for me.
I use Python and Django, like OSQA.
Solved!! I have managed to solve both problems:
MySQL does not find mysql-config: the path was not correct. The correct one, after re-installed mysql: /usr/local/mysql/bin/mysql-config
psycopg2-extensions not found : re-install psycopg2 with homebrew and it worked!