views:

13

answers:

1

uTidylib is crashing and giving me a segmentation fault every time I try to use it.

Here's some info about the crash:

Process:         Python [432]
Path:            /System/Library/Frameworks/Python.framework/Versions/2.6/Resources/Python.app/Contents/MacOS/Python
Identifier:      Python
Version:         ??? (???)
Code Type:       X86-64 (Native)
Parent Process:  bash [429]

PlugIn Path:       /usr/local/lib/libtidy.so
PlugIn Identifier: libtidy.so
PlugIn Version:    ??? (???)

Date/Time:       2010-10-31 14:45:22.069 -0600
OS Version:      Mac OS X 10.6.4 (10F569)
Report Version:  6

Interval Since Last Report:          78084 sec
Crashes Since Last Report:           6
Per-App Crashes Since Last Report:   5

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000008a8aa0

Any ideas?

Is there any other python tidy wrapper?

+2  A: 

pyTidyLib , the utidylib is too old (last time updated 2004 )

singularity
Thank you, it works!
buzali