--> --> -->
 
 
ImportError
Python 2.4.3: /usr/bin/python
Sun Sep 5 23:22:18 2010

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /var/www/cgi-bin/rcweb.cgi
   17 cgitb.enable()
   18 import string, os, sys, cgi
   19 import pyrad.packet 
   20 from pyrad.client import Client
   21 from pyrad.dictionary import Dictionary
pyrad undefined

ImportError: No module named pyrad.packet
      args = ('No module named pyrad.packet',)