Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 129097 - dev-python/utidylib ebuild broken
Summary: dev-python/utidylib ebuild broken
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Highest normal (vote)
Assignee: Python Gentoo Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-07 01:02 UTC by Jackey Yang ("timeout" in forum)
Modified: 2007-01-06 21:19 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jackey Yang ("timeout" in forum) 2006-04-07 01:02:35 UTC
*** This library requires that you have two libraries ***
***           installed: ctypes and libtidy.          ***
***   Please make sure they are installed correctly   ***
***              before reporting a bug.              ***
*** See:                                              ***
***  http://starship.python.net/crew/theller/ctypes/  ***
***         and http://tidy.sourceforge.net           ***
*** (or consult your vendor documentation for binary  ***
***                    packages.)  

import tidy, i got the following error:
>>> import tidy
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
  File "tidy/__init__.py", line 43, in ?
    from tidy.lib import parse, parseString
  File "tidy/lib.py", line 33, in ?
    raise OSError("Couldn't find libtidy, please make sure it is installed.")
OSError: Couldn't find libtidy, please make sure it is installed.
Comment 1 Ali Polatel (RETIRED) gentoo-dev 2006-10-01 04:58:31 UTC
  I can import tidy without errors.And about the error , libtidy belongs to app-text/htmltidy.If it's not installed , then that should be the problem , if it is can you tell me what version of htmltidy do you have?
                                                    Regards,

Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2007-01-06 21:19:38 UTC
Well, I have to say as well: It works here. So if it still fails, you'll have to provide more information.