|
I am totally green on Python and Django, but I am very eager to install OSQa on my Windows. As expected, I encountered big trouble now and stuck in it. In order to give you what happened I will give you all of step that I went through, hoping you guys can shed me light on it. OS: win 7 home Python: 27 in C:Python27. Then I downloaded easy installer, changed Path of windows into C:Python27Scripts; Through RUN I installed the following:
Since I just want to play with OSQA little bit then migrate database to bigger one, sqlite is ok for now, that is why I did not install mysql. After that, I SVNed OSQA here C:Python27Libsite-packagesosqa . Went to C:Python27Libsite-packagesosqa I changed settings_local.py.dist into settings_local.py, database is:
Then I put: cpython27libsite-packagesmanage.py sycnbd --all into cmd.exe however it rendered cmd.exe, nothing more. What wrong with this? Which sqlite should I use? from Python or Django? both of them have sqlite. Thanks for your input and time. |
|
The option
that will place the database in a file named db, in the root of your OSQA source. |
@sadsadsad, "A Newbie to Django and Python has big trouble installing OSQA" is not a question. All postings at this site are now required to have titles that are clear, proper questions. Thanks.