Comment #5 on issue 142 by
jordi.pu...@gmail.com: Crash
http://code.google.com/p/wfrog/issues/detail?id=142
It is a bug of python and it is most likely due to some wfrog depenency.
wfcommon dependencies are:
config.py:import logging
config.py:import log
config.py:import yaml
config.py:import inspect
config.py:import sys
config.py:import os.path
config.py:import copy
config.py:from Cheetah.Template import Template
config.py: self.extensions[ext]=__import__(ext)
customize.py:import os.path
customize.py:import sys
customize.py:import shutil
database.py:import datetime
database.py:import decimal
database.py: import kinterbasdb
database.py: import MySQLdb
database.py: import sqlite3
units.py:import re
units.py:from math import pow, sqrt
utils.py:from xml.etree import ElementTree
utils.py:from time import struct_time, strftime
utils.py:from datetime import datetime
utils.py:from decimal import Decimal
Difficult to say which one could be. Using different versions might help.
Try to check which version of Cheetah you are running (just a wild guess).
In any case:
http://bugs.python.org/
Be prepared to submit a lot of information.