installed django-admin cannot be found!!

hello, all!
I am a new for python and SUSE. I want to study the python and django, but after I istalled the django, run python django-admin.py startproject mysite, it expression a error: cannot find the django-admin.py file…:’(
please help me!

It should be at /usr/lib/python2.5/site-packages/django/bin/django-admin.py. Did you install it using the pre-built package?