Django fails on FreeBSD

Found http://www.djangoproject.com:80/download/0.96.2/tarball/ in cache ..
Found http://www.saddi.com:80/software/flup/dist/flup-1.0.tar.gz in cache ..

Now installing Django version 0.96.2 ..
Database initialization failed :
Creating table django_admin_log
Creating table auth_message
Creating table auth_group
Creating table auth_user
Creating table auth_permission
Creating table django_content_type
Creating table django_session
Creating table django_site

You just installed Django's auth system, which means you don't have any superusers defined.
Would you like to create one now? (yes/no): yes
Username (Leave blank to use 'theusername'): theusername
E-mail address: theusername@orange.thedomain.com
Password:
Password
.. failed! See the error message above for the reason why.

The password does show as blank...

Status: 
Closed (fixed)