Menu

AttributeError: 'module' object has no attrib

Help
Wim Godden
2004-12-29
2013-04-17
  • Wim Godden

    Wim Godden - 2004-12-29

    Installed library without a problem, but when I try to install pytvgrab-be_tvb-0.5.0, I get :
    >python setup.py install
    Traceback (most recent call last):
      File "setup.py", line 130, in ?
        execfile(script)
      File "tv_grab_be_tvb", line 82, in ?
        from tvgrab.customizedparser import CustomizedParser
      File "/usr/lib/python2.3/site-packages/tvgrab/customizedparser.py", line 40, in ?
        from tag import Tag
      File "/usr/lib/python2.3/site-packages/tvgrab/tag.py", line 158, in ?
        class Tag_UnitTest(unittest.TestCase):
    AttributeError: 'module' object has no attribute 'TestCase'
    >

    Any ideas what could be causing this ?

     
    • den_RDC

      den_RDC - 2005-01-20

      I will look into this...

       

Log in to post a comment.