---
twisted does not start up. Interrupting it, gives
"exceptions.ImportError: cannot import name meteoFactory"
It seems to not find my modules:
from meteo import meteoFactory
I assumed twistd looks relative to the tac file.
Giving twistd a --rundir option does not help either.
Axel