| <type 'exceptions.TypeError'> | Python 2.5.2: /usr/bin/python Fri Jul 30 17:50:06 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.
| /accounts/eurostudio/www/default/eurostudio.py in |
| 15 if cod1=='chiSiamo' : cod2 = 'filosofia' |
| 16 elif cod1=='iNostriServizi': cod2 = 'qualita' |
| 17 else: cod2='none' |
| 18 |
| 19 pyHtml.pyIndex.index(form,cod1,cod2) |
| pyHtml = <module 'pyHtml' from '/accounts/eurostudio/www/default/pyHtml/__init__.pyc'>, pyHtml.pyIndex = <module 'pyHtml.pyIndex' from '/accounts/eurostudio/www/default/pyHtml/pyIndex.pyc'>, pyHtml.pyIndex.index = <function index at 0x82a856c>, form = FieldStorage(None, None, [MiniFieldStorage('cod2...vesiamo'), MiniFieldStorage('cod1', 'chisiamo')]), cod1 = 'chisiamo', cod2 = 'dovesiamo' |
| /accounts/eurostudio/www/default/pyHtml/pyIndex.py in index(form=FieldStorage(None, None, [MiniFieldStorage('cod2...vesiamo'), MiniFieldStorage('cod1', 'chisiamo')]), cod1='chisiamo', cod2='dovesiamo') |
| 359 elif cod1=='meeting08' : meeting08() |
| 360 elif cod1=='link' : link() |
| 361 else: home() # stampaDefault(cod1,cod2) |
| 362 if cod1 in ('news','corsi'): okValidator=False |
| 363 else: okValidator=True |
| global home = <module 'pyHtml.home' from '/accounts/eurostudio/www/default/pyHtml/home.pyc'> |
<type 'exceptions.TypeError'>: 'module' object is not callable
args =
("'module' object is not callable",)
message =
"'module' object is not callable"