Pythontr

husonet | Tarih: 08.08.2011

Python Acil Yardım

Bir oyun hakkında clan database yani klanların veri tabanını oluşturan site kurmak istiyordum ki daha önceden yapılmış fakat kapatılmış bnde onu açan kişiden yardım istedim şunları söyledi :

download python and ez_setup.py run ez_setup.py run cmd and issue the following commands: easy_install django easy_install django_evolution easy_install django-pagination easy_install Markdown manage.py runserver Browse to http://127.0.0.1:8000 To start over again, delete data.base and run manage.py syncdb btw, http://127.0.0.1:8000/admin is administration site default admin: username = admin password = password Biraz daha anlatır mısın yapamadım dedim : 1. Go to http://python.org/ and download Python 2.6 or 2.7. Install it. 2. Download http://peak.telecommunity.com/dist/ez_setup.py (right click, save as). In your download folder, double click this file and wait for it to finish. 3. Go to your start menu, run, type in cmd. 4. In the black box, type in the following commands Code: easy_install django easy_install django_evolution easy_install django-pagination easy_install Markdown 5. Go to the folder where you extracted clandb.zip. In it, find the folder which contains the file manage.py. At the top of the file bar, copy the location of that folder. 6. In the cmd black box, type in Code: cd PATH_TO_THAT_FOLDER 7. in the black box, run Code: manage.py runserver Bunları yapmaya çalıştım ama : Importerror:No module named django.core.managament hatası aldım yardımcı olabilir misiniz sevgi değer Türk insanları :))