I built and installed mx-experimental 3.0.0 from source and it seemed to go
fine. But when I try to import it, I get this:
localhost% python -c "import mx.Tidy"
Traceback (most recent call last):
File "", line 1, in ?
File "mx/Tidy/__init__.py", line 7, in ?
from Tidy import *
F
I'm working on a script with the most excellent uTibyLib library. The script
works just fine on Mac, but on Windows I get this:
File "findtables.py", line 82, in cleanHTML
return str(tidy.parseString(decentDoc))
File "c:\Python24\Lib\site-packages\tidy\lib.py", line 207, in parseString