Eurostudio - Consulenze di Direzione
Società Certificata UNI EN ISO 9001:2008
Immagine con Bimbi sovrapposti alla cartina dell'Europa
Home Chi siamo I nostri servizi Corsi Pubblicazioni Contatti News Link
--> -->
 
 
<type 'exceptions.TypeError'>
Python 2.5.2: /usr/bin/python
Sat Jan 28 11:53:57 2012

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 0xf730ea74>, 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')
  375     elif cod1=='meeting08'         : meeting08()
  376     elif cod1=='link'              : link()
  377     else: home() # stampaDefault(cod1,cod2)
  378     if cod1 in ('news','corsi'): okValidator=False
  379     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"