문제

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!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top