2010-10-31 18 views
0

uTidylib se bloque et me donne une erreur de segmentation chaque fois que j'essaie de l'utiliser.Défaut de segmentation uTidylib

Voici quelques informations sur l'accident:

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 

Toutes les idées?

Y a-t-il un autre wrapper python?

+0

qu'est-ce que vous voulez utiliser? seulement l'analyse xml/html? – mykhal

+0

J'utilise BeautifulSoup et je dois d'abord nettoyer le code HTML. – buzali

Répondre

2

pyTidyLib, le utidylib est trop vieux (la dernière fois mis à jour 2004)

+0

Merci, ça marche! – buzali