Error importing mxTidy

2008-09-07 Thread Mike Hostetler
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

ctypes error on Windows

2008-09-04 Thread Mike Hostetler
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