Hi, a hosting company has installed django for me on their system
(FreeBSD 6.2-RELEASE-p5). When I try to run (ssh under jailshell):

'django-admin.py startproject test' I get:

Traceback (most recent call last):
  File "/usr/local/bin/django-admin.py", line 5, in ?
    management.execute_from_command_line()
  File
"/usr/local/lib/python2.4/site-packages/django/core/management.py", line
1599, in execute_from_command_line
    action_mapping[action](name, os.getcwd())
  File
"/usr/local/lib/python2.4/site-packages/django/core/management.py", line
791, in startproject
    from random import choice
  File "/usr/local/lib/python2.4/random.py", line 834, in ?
    _inst = Random()
  File "/usr/local/lib/python2.4/random.py", line 94, in __init__
    self.seed(x)
  File "/usr/local/lib/python2.4/random.py", line 108, in seed
    a = long(_hexlify(_urandom(16)), 16)
  File "/usr/local/lib/python2.4/os.py", line 723, in urandom
    bytes += read(_urandomfd, n - len(bytes))
OSError: [Errno 6] Device not configured

Is there something wrong with the installation? Do I have ask the admin
to do something more?

Przemek
-- 
AIKIDO TANREN DOJO  -   Poland - Warsaw - Mokotow - Ursynow - Natolin
info: http://www.tanren.pl/ phone: +48501516666 email: [EMAIL PROTECTED]

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to