Removing Tables from Database
The only thing I can think of is somehow it didn't mark the module as uninstalled.
1:06 PM
You can try this (don't do this under normal circumstances, but it's worth a shot here):
Gary A. Pryde
1:07 PM
it's a sandbox so we can try anything
Aaron Stewart
1:07 PM
1. open up mysql
2. run this query:
DELETE FROM system WHERE name='annotate';
1:07 PM
then go into /admin/build/modules and try installing the module again.