--> --> -->
 
 
<type 'exceptions.ImportError'>
Python 2.6.6: /usr/bin/python
Tue May 21 14:07:45 2013

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 in ()
   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

<type 'exceptions.ImportError'>: No module named pyrad.packet
      args = ('No module named pyrad.packet',)
      message = 'No module named pyrad.packet'