Tapeworm starts fine when the mysql server isn't up and running. 
If it can connect, it fails to run, with this in the error log:<br>
<br>
Traceback (most recent call last):<br>
&nbsp; File &quot;TapeWorm.py&quot;, line 262, in ?<br>
&nbsp; File &quot;TapeWorm.py&quot;, line 81, in __init__<br>
&nbsp; File &quot;TapeWorm.py&quot;, line 179, in OnRefresh<br>
AttributeError: 'NoneType' object has no attribute 'month'<br>
<br>
There must be something funny in my database...<br>
<br>
MRW<br>